help/mkdocs.yml

36 lines
998 B
YAML
Raw Normal View History

2019-11-14 13:12:12 +00:00
site_name: help.envs.net
2019-10-12 18:18:28 +00:00
site_description: envs.net | help
repo_name: <i class="fa fa-github" aria-hidden="true"></i> edit on gitea
repo_url: https://git.envs.net/envs/help
2021-08-05 09:57:28 +00:00
theme:
name: material
palette:
scheme: slate
primary: indigo
font:
text: Jetbrains Mono
2019-10-12 18:18:28 +00:00
nav:
2019-11-20 16:37:09 +00:00
- home: index.md
2020-03-22 21:42:41 +00:00
- info: info.md
2019-11-20 16:37:09 +00:00
- faq: faq.md
2019-11-14 13:12:12 +00:00
- basic help: help.md
- user guide:
- email: mail.md
2019-10-12 18:18:28 +00:00
- website: website.md
- blog: blog.md
- database: database.md
- gopher: gopher.md
- gemini: gemini.md
- finger: finger.md
2019-11-20 16:37:09 +00:00
- tutorials:
2021-07-27 10:36:17 +00:00
- ffsync: tutorials/ffsync/index.md
2020-02-03 11:16:00 +00:00
- bash guide: tutorials/bash-guide/README.md
- learn git:
- home: tutorials/learngit/docs/index.md
2019-11-20 17:23:24 +00:00
- glossary: tutorials/learngit/docs/glossary.md
- common commands: tutorials/learngit/docs/common_commands.md
- branching strategies: tutorials/learngit/docs/branching_strategies.md
- troubleshooting: tutorials/learngit/docs/troubleshooting.md