From 349d1ea3cb5ab59cb16c7827981ac18d6f6d84b5 Mon Sep 17 00:00:00 2001 From: Arthi-chaud Date: Fri, 11 Feb 2022 11:57:26 +0100 Subject: [PATCH] Documentation: Setting-up: Fix file hierarchy for auto doc generation --- README.md | 1 + docs/setting_up/toc.yml | 2 -- docs/{setting_up => start}/setting_up.md | 0 docs/start/toc.yml | 2 ++ 4 files changed, 3 insertions(+), 2 deletions(-) delete mode 100644 docs/setting_up/toc.yml rename docs/{setting_up => start}/setting_up.md (100%) diff --git a/README.md b/README.md index ee43956a..9c1b965a 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ Feel free to open issues or pull requests, all contribution are welcomed. ## Getting started - [Installation](https://docs.kyoo.moe/start/install.html) +- [Setting Up](https://docs.kyoo.moe/start/setting_up.html) - [Api Documentation](https://demo.kyoo.moe/redoc) - [Documentation (work in progress)](https://docs.kyoo.moe) - [Contributing](./CONTRIBUTING.md) diff --git a/docs/setting_up/toc.yml b/docs/setting_up/toc.yml deleted file mode 100644 index 70e816df..00000000 --- a/docs/setting_up/toc.yml +++ /dev/null @@ -1,2 +0,0 @@ -- name: Setting Up - href: setting_up.md \ No newline at end of file diff --git a/docs/setting_up/setting_up.md b/docs/start/setting_up.md similarity index 100% rename from docs/setting_up/setting_up.md rename to docs/start/setting_up.md diff --git a/docs/start/toc.yml b/docs/start/toc.yml index 542805b5..1bf61165 100644 --- a/docs/start/toc.yml +++ b/docs/start/toc.yml @@ -1,2 +1,4 @@ - name: Install href: install.md +- name: Setting Up + href: setting_up.md \ No newline at end of file