diff --git a/docs/_config.yml b/docs/_config.yml index 979402c..77e57d7 100644 --- a/docs/_config.yml +++ b/docs/_config.yml @@ -6,3 +6,10 @@ url: https://docs.adeus.ai aux_links: Github: https://github.com/adamcohenhillel/ADeus + +aux_links_new_tab: true + +nav_external_links: + - title: Adeus on GitHub + url: https://github.com/adamcohenhillel/ADeus + opens_in_new_tab: true diff --git a/docs/guides/guides.md b/docs/guides/guides.md new file mode 100644 index 0000000..74ff246 --- /dev/null +++ b/docs/guides/guides.md @@ -0,0 +1,8 @@ +--- +layout: default +title: How To +nav_order: 3 +has_children: true +--- + +{: .no_toc } diff --git a/docs/setup/use_python_recorder.md b/docs/guides/use_python_recorder.md similarity index 99% rename from docs/setup/use_python_recorder.md rename to docs/guides/use_python_recorder.md index 9ff77de..8010c89 100644 --- a/docs/setup/use_python_recorder.md +++ b/docs/guides/use_python_recorder.md @@ -2,6 +2,7 @@ title: How to start Contributing description: add description layout: default +parent: How To --- ## Develop without the hardware device: Sound Recording With a Python Script diff --git a/docs/index.md b/docs/index.md index 68ee66e..13acc47 100644 --- a/docs/index.md +++ b/docs/index.md @@ -4,7 +4,9 @@ layout: default nav_order: 1 --- -Welcome, contributer! What you are doing here is truly amazing. Open source contributors are the unsung heroes of technology, the backbone of our modern, OPEN, world. so thank you for being here. +Welcome contributer, + +What you are doing here is truly amazing. Open-source contributors are the unsung heroes of technology, the backbone of our modern, OPEN, world. so thank you for being here. **Now, let's get started!** diff --git a/docs/setup/setup_app.md b/docs/setup/setup_app.md index 5b66007..68f39ac 100644 --- a/docs/setup/setup_app.md +++ b/docs/setup/setup_app.md @@ -1,5 +1,5 @@ --- -title: Web / Mobile app +title: Web & Mobile App description: add description layout: default parent: Setup