1_general_forum/mkdocs.yml

30 lines
554 B
YAML
Raw Normal View History

2025-07-04 13:33:34 +00:00
site_name: My Docs
2025-07-05 14:05:32 +00:00
site_name: Smartup Zero
site_description: Building technology for the common good
site_url: https://0_timeline.org
theme:
name: material
features:
- navigation.instant
- navigation.sections
- navigation.expand
palette:
scheme: default
primary: indigo
nav:
- Home: index.md
- Business Plan:
- Why We Exist: osbp/why.md
- What We Build: osbp/what.md
- Who We Are: osbp/who.md
- Progress:
- Current Phase: progress/phase-0.md
plugins:
- search
- awesome-pages
- git-revision-date