From 4b6a2ed3e6d905d8e6bfb4658553049f77a316e6 Mon Sep 17 00:00:00 2001 From: creme Date: Fri, 6 Aug 2021 23:01:51 +0200 Subject: [PATCH] fix index.md topic --- docs/index.md | 11 +++++++---- mkdocs.yml | 42 +++++++++++++++++++++--------------------- 2 files changed, 28 insertions(+), 25 deletions(-) diff --git a/docs/index.md b/docs/index.md index 22b4c17..e161e56 100644 --- a/docs/index.md +++ b/docs/index.md @@ -1,9 +1,11 @@ +# envs.net ~ help page + [https://envs.net | environments](https://envs.net) - *since 9/2019* -> *write in irc/matrix channel `#envs`*
+> *write in irc channel `#envs` or on matrix [`#envs:envs.net`](https://matrix.to/#/#envs:envs.net)*
> *for any help requests and community support.* -# user account features +## user account features - terminal connection over [ssh and mosh](https://help.envs.net/help/#ssh) - 200 process/threads at a time - soft 1024mb/hard 1536mb limit on storage @@ -17,9 +19,10 @@ [databases](https://help.envs.net/database/) / [gopher](https://help.envs.net/gopher/) / [gemini](https://help.envs.net/gemini/) / - [finger](https://help.envs.net/finger/) and much more .. + [finger](https://help.envs.net/finger/) + and much more .. -# services +## services ## # code related stuff - [gitea](https://git.envs.net/) - git with a cup of tea. - lightweight code hosting solution.
diff --git a/mkdocs.yml b/mkdocs.yml index 663fc2c..cd93637 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -25,24 +25,24 @@ markdown_extensions: separator: "_" nav: -- home: index.md -- info: info.md -- faq: faq.md -- basic help: help.md -- user guide: - - email: mail.md - - website: website.md - - blog: blog.md - - database: database.md - - gopher: gopher.md - - gemini: gemini.md - - finger: finger.md -- tutorials: - - ffsync: tutorials/ffsync/index.md - - bash guide: tutorials/bash-guide/README.md - - learn git: - - home: tutorials/learngit/docs/index.md - - 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 + - home: index.md + - info: info.md + - faq: faq.md + - basic help: help.md + - user guide: + - email: mail.md + - website: website.md + - blog: blog.md + - database: database.md + - gopher: gopher.md + - gemini: gemini.md + - finger: finger.md + - tutorials: + - ffsync: tutorials/ffsync/index.md + - bash guide: tutorials/bash-guide/README.md + - learn git: + - home: tutorials/learngit/docs/index.md + - 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