diff options
author | Philip Molares | 2021-01-03 16:00:25 +0100 |
---|---|---|
committer | Philip Molares | 2021-01-03 16:00:25 +0100 |
commit | 55d653a1a2046dcc90f675c75e0a2aa4164e6a86 (patch) | |
tree | 3c7bd316c2326ead81b137a6e46f92f020594730 /docs | |
parent | 5b3d62e494c52309765da4b420516f00d49cb753 (diff) |
started work on a mkdocs documentation for readthedocs.org
Signed-off-by: Philip Molares <philip.molares@udo.edu>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/guides/index.md | 3 | ||||
-rw-r--r-- | docs/index.md | 7 |
2 files changed, 10 insertions, 0 deletions
diff --git a/docs/guides/index.md b/docs/guides/index.md new file mode 100644 index 00000000..25d4d949 --- /dev/null +++ b/docs/guides/index.md @@ -0,0 +1,3 @@ +## Guides + +In this section we try to provide you with some step-by-step guides for common scenarios to configure HedgeDoc to your needs. diff --git a/docs/index.md b/docs/index.md new file mode 100644 index 00000000..e00a1d10 --- /dev/null +++ b/docs/index.md @@ -0,0 +1,7 @@ +# Welcome to the HedgeDoc Documentation + +This page should help you host and configure your own HedgeDoc instance. + +We provide: +- [Guides for common scenarios](guides/index.md) + |