diff --git a/docs/.nav.yml b/docs/.nav.yml new file mode 100644 index 0000000..c3d8b0b --- /dev/null +++ b/docs/.nav.yml @@ -0,0 +1,9 @@ +nav: + - about + - sourcecamp + - docshq + - postline + - stagelink + - policies + - handbook + - contact \ No newline at end of file diff --git a/docs/about/.nav.yml b/docs/about/.nav.yml new file mode 100644 index 0000000..a95f0b9 --- /dev/null +++ b/docs/about/.nav.yml @@ -0,0 +1,3 @@ +title: About +nav: + - index.md \ No newline at end of file diff --git a/docs/contact/.nav.yml b/docs/contact/.nav.yml new file mode 100644 index 0000000..8409175 --- /dev/null +++ b/docs/contact/.nav.yml @@ -0,0 +1,3 @@ +title: Contact +nav: + - index.md \ No newline at end of file diff --git a/docs/contact/index.md b/docs/contact/index.md new file mode 100644 index 0000000..2d6cfad --- /dev/null +++ b/docs/contact/index.md @@ -0,0 +1 @@ +# Contact StarCat Systems \ No newline at end of file diff --git a/docs/docshq/.nav.yml b/docs/docshq/.nav.yml new file mode 100644 index 0000000..1a4a41f --- /dev/null +++ b/docs/docshq/.nav.yml @@ -0,0 +1,3 @@ +title: DocsHQ +nav: + - index.md \ No newline at end of file diff --git a/docs/docshq/index.md b/docs/docshq/index.md new file mode 100644 index 0000000..b3a9bb4 --- /dev/null +++ b/docs/docshq/index.md @@ -0,0 +1 @@ +# DocsHQ \ No newline at end of file diff --git a/docs/handbook/.nav.yml b/docs/handbook/.nav.yml new file mode 100644 index 0000000..72fdf54 --- /dev/null +++ b/docs/handbook/.nav.yml @@ -0,0 +1,4 @@ +title: Handbook +nav: + - index.md + - meta \ No newline at end of file diff --git a/docs/handbook/index.md b/docs/handbook/index.md new file mode 100644 index 0000000..c183ab2 --- /dev/null +++ b/docs/handbook/index.md @@ -0,0 +1 @@ +# StarCat Systems Handbook \ No newline at end of file diff --git a/docs/handbook/meta/.nav.yml b/docs/handbook/meta/.nav.yml new file mode 100644 index 0000000..3fbd06f --- /dev/null +++ b/docs/handbook/meta/.nav.yml @@ -0,0 +1,4 @@ +title: Meta +nav: + - index.md + - editing.md \ No newline at end of file diff --git a/docs/handbook/meta/editing.md b/docs/handbook/meta/editing.md new file mode 100644 index 0000000..e1b30c8 --- /dev/null +++ b/docs/handbook/meta/editing.md @@ -0,0 +1 @@ +# Editing this site \ No newline at end of file diff --git a/docs/handbook/meta/index.md b/docs/handbook/meta/index.md new file mode 100644 index 0000000..8c6c56b --- /dev/null +++ b/docs/handbook/meta/index.md @@ -0,0 +1 @@ +# Handbook Meta \ No newline at end of file diff --git a/docs/policies/.nav.yml b/docs/policies/.nav.yml new file mode 100644 index 0000000..1cfbb67 --- /dev/null +++ b/docs/policies/.nav.yml @@ -0,0 +1,3 @@ +title: Policies +nav: + - index.md \ No newline at end of file diff --git a/docs/policies/index.md b/docs/policies/index.md new file mode 100644 index 0000000..e5fd1e8 --- /dev/null +++ b/docs/policies/index.md @@ -0,0 +1 @@ +# Policies \ No newline at end of file diff --git a/docs/postline/.nav.yml b/docs/postline/.nav.yml new file mode 100644 index 0000000..47278e1 --- /dev/null +++ b/docs/postline/.nav.yml @@ -0,0 +1,3 @@ +title: Postline +nav: + - index.md \ No newline at end of file diff --git a/docs/postline/index.md b/docs/postline/index.md new file mode 100644 index 0000000..476c49b --- /dev/null +++ b/docs/postline/index.md @@ -0,0 +1 @@ +# Postline \ No newline at end of file diff --git a/docs/sourcecamp/.nav.yml b/docs/sourcecamp/.nav.yml new file mode 100644 index 0000000..77debff --- /dev/null +++ b/docs/sourcecamp/.nav.yml @@ -0,0 +1,3 @@ +title: SourceCamp +nav: + - index.md \ No newline at end of file diff --git a/docs/sourcecamp/index.md b/docs/sourcecamp/index.md new file mode 100644 index 0000000..a11e0f4 --- /dev/null +++ b/docs/sourcecamp/index.md @@ -0,0 +1 @@ +# SourceCamp \ No newline at end of file diff --git a/docs/stagelink/.nav.yml b/docs/stagelink/.nav.yml new file mode 100644 index 0000000..b4c843d --- /dev/null +++ b/docs/stagelink/.nav.yml @@ -0,0 +1,3 @@ +title: StageLink +nav: + - index.md \ No newline at end of file diff --git a/docs/stagelink/index.md b/docs/stagelink/index.md new file mode 100644 index 0000000..7681518 --- /dev/null +++ b/docs/stagelink/index.md @@ -0,0 +1 @@ +# StageLink \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 1525633..d26890f 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -15,14 +15,51 @@ theme: toggle: icon: material/lightbulb-outline name: Switch to light mode - logo: assets/starcat_cat-icon_white_tp_smaller.svg + logo: assets/starcat_cat-icon_white_tp.svg favicon: assets/favicon.svg + icon: + admonition: + note: octicons/tag-16 + abstract: octicons/checklist-16 + info: octicons/info-16 + tip: octicons/squirrel-16 + success: octicons/check-16 + question: octicons/question-16 + warning: octicons/alert-16 + failure: octicons/x-circle-16 + danger: octicons/zap-16 + bug: octicons/bug-16 + example: octicons/beaker-16 + quote: octicons/quote-16 features: - navigation.instant - navigation.instant.progress - navigation.tracking - navigation.tabs - - navigation.tabs.sticky - - navigation.path +# - navigation.tabs.sticky +# - navigation.path - navigation.indexes - - navigation.top \ No newline at end of file + - navigation.top +# - navigation.footer + - header.autohide +markdown_extensions: + - admonition + - pymdownx.details + - pymdownx.superfences + - pymdownx.critic + - pymdownx.caret + - pymdownx.keys + - pymdownx.mark + - pymdownx.tilde + - tables + - attr_list + - md_in_html + - pymdownx.emoji: + emoji_index: !!python/name:material.extensions.emoji.twemoji + emoji_generator: !!python/name:material.extensions.emoji.to_svg +copyright: Copyright © 2025 StarCat Systems. Released under CC BY-SA 4.0 +plugins: + - typeset: + enabled: true + - search + - awesome-nav \ No newline at end of file