Add Infra Automation Pack v1: docs infrastructure, logging stack, sync scripts

This commit is contained in:
Apple
2025-11-27 09:29:42 -08:00
parent 6bd769ef40
commit 2a6112fc42
22 changed files with 595 additions and 0 deletions

32
mkdocs.yml Normal file
View File

@@ -0,0 +1,32 @@
site_name: DAARION Documentation
site_url: https://IvanTytar.github.io/microdao-daarion/
theme:
name: material
language: en
features:
- navigation.sections
- navigation.instant
- content.code.copy
nav:
- Home: public/index.md
- Getting Started: public/getting-started.md
- Architecture: public/architecture-overview.md
- DAIS & DAOS: public/daiS_daos_overview.md
- Internal:
- Infra:
- Infra Automation Pack v1: internal/infra/INFRA_AUTOMATION_PACK_V1.md
- Monitoring Overview: internal/infra/monitoring_overview.md
- Nodes Registry v0: internal/infra/nodes_registry_v0.md
- Specs:
- Matrix Presence Aggregator: internal/specs/matrix_presence_aggregator.md
- City Map Spec: internal/specs/city_map_spec.md
- Node Join Protocol (Draft): internal/specs/node_join_protocol_draft.md
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true
- footnotes
- attr_list
docs_dir: docs
site_dir: site