diff --git a/landing_page/custom_theme/main.html b/custom_theme/main.html similarity index 100% rename from landing_page/custom_theme/main.html rename to custom_theme/main.html diff --git a/docs/concepts/index.md b/docs/concepts/index.md new file mode 100644 index 0000000000000000000000000000000000000000..74d42e13cdfa301e509e7d989dfc0fcd708fa5b7 --- /dev/null +++ b/docs/concepts/index.md @@ -0,0 +1 @@ +# Concepts diff --git a/landing_page/docs/css/extras.css b/docs/css/extras.css similarity index 100% rename from landing_page/docs/css/extras.css rename to docs/css/extras.css diff --git a/landing_page/docs/css/neoteroi-mkdocs.css b/docs/css/neoteroi-mkdocs.css similarity index 100% rename from landing_page/docs/css/neoteroi-mkdocs.css rename to docs/css/neoteroi-mkdocs.css diff --git a/docs/getting-started/index.md b/docs/getting-started/index.md new file mode 100644 index 0000000000000000000000000000000000000000..bad55622f973d0d9437c3a47d6bcd3fb20318f01 --- /dev/null +++ b/docs/getting-started/index.md @@ -0,0 +1 @@ +# Getting Started diff --git a/docs/how-to-guides/index.md b/docs/how-to-guides/index.md new file mode 100644 index 0000000000000000000000000000000000000000..61ca6fdd7026a044582416c3341c0e385f6aa0c5 --- /dev/null +++ b/docs/how-to-guides/index.md @@ -0,0 +1 @@ +# How-To Guides diff --git a/landing_page/docs/index.md b/docs/index.md similarity index 100% rename from landing_page/docs/index.md rename to docs/index.md diff --git a/landing_page/mkdocs.yml b/mkdocs.yml similarity index 75% rename from landing_page/mkdocs.yml rename to mkdocs.yml index 45c50bd313d51ae7ca3228521fc8dfa4c1b7d7be..ead62896a5e622b52d40cb6350f8eef3dc47c95d 100644 --- a/landing_page/mkdocs.yml +++ b/mkdocs.yml @@ -4,6 +4,15 @@ theme: name: material custom_dir: custom_theme/ + features: + - navigation.expand + - navigation.path + - navigation.sections + - navigation.instant + - navigation.instant.progress + - navigation.tabs + + palette: # Palette toggle for dark mode - media: "(prefers-color-scheme: dark)" @@ -23,7 +32,10 @@ theme: nav: - - Links To Software Docs: index.md + - Home: index.md + - Getting Started: getting-started/index.md + - How-To Guides: how-to-guides/index.md + - Concepts: concepts/index.md extra_css: - css/neoteroi-mkdocs.css diff --git a/landing_page/requirements.txt b/requirements.txt similarity index 100% rename from landing_page/requirements.txt rename to requirements.txt