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