diff options
author | metamuffin <metamuffin@disroot.org> | 2024-01-25 18:08:18 +0100 |
---|---|---|
committer | metamuffin <metamuffin@disroot.org> | 2024-01-25 18:08:18 +0100 |
commit | cd6b484d24b638f08221ff1388564d8369d37126 (patch) | |
tree | b820445c91fb811e64cffcc9aaaa35eeac588cbd /doc/SUMMARY.md | |
parent | 9d08704069f09f185eac0b80653cc39c1335c852 (diff) | |
download | jellything-cd6b484d24b638f08221ff1388564d8369d37126.tar jellything-cd6b484d24b638f08221ff1388564d8369d37126.tar.bz2 jellything-cd6b484d24b638f08221ff1388564d8369d37126.tar.zst |
add some mdbook documentation
Diffstat (limited to 'doc/SUMMARY.md')
-rw-r--r-- | doc/SUMMARY.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/doc/SUMMARY.md b/doc/SUMMARY.md new file mode 100644 index 0000000..9e8f4ab --- /dev/null +++ b/doc/SUMMARY.md @@ -0,0 +1,12 @@ +# Summary + +[Introduction](README.md) + +- [Getting Started](getting-started/README.md) + - [Installation](getting-started/installation.md) + - [Setup](getting-started/setup.md) + - [Launch](getting-started/launch.md) +- [Migrating the Database](migration.md) +- [Paths](paths.md) +- [Import Guide](import/README.md) + - [Metadata Providers](import/providers.md) |