diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..8c36c42 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +/.cache diff --git a/docs/support.md b/docs/support.md new file mode 100644 index 0000000..0394328 --- /dev/null +++ b/docs/support.md @@ -0,0 +1,11 @@ +--- +hide: + - navigation + - toc +--- + +# Support + +Bugs and feature requests should be reported with an issue on https://gitnet.fr/deblan/side_menu/issues. + +You can also join the official room on Matrix: [#custommenu:neutralnetwork.org](https://matrix.to/#/#custommenu:neutralnetwork.org). diff --git a/mkdocs.yml b/mkdocs.yml index f75bbe3..092a781 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -10,8 +10,8 @@ extra: theme: name: material - logo: https://deblan.gitnet.page/side_menu_doc/_static/img/logo.svg - favicon: https://deblan.gitnet.page/side_menu_doc/_static/img/logo.svg + logo: _static/img/logo.svg + favicon: _static/img/logo.svg features: - content.code.copy - navigation.tabs @@ -42,4 +42,5 @@ nav: - Requirements: requirements.md - Install and update: setup.md - Settings: settings.md + - Support: support.md - Contribute: contrib.md