|
Add documentation foundation and backend maintenance API
|
|---|
|
|
| .gitignore 0 → 100644 |
|---|
| 00-overview/mvp-implementation-plan.md 0 → 100644 |
|---|
| 00-overview/project-implementation-notes.md 0 → 100644 |
|---|
| 10-systems/domains/gnexus.space.md 0 → 100644 |
|---|
| 10-systems/hardware/hp-proliant-dl380-g6.md 0 → 100644 |
|---|
| 10-systems/networks/libvirt-networks.md 0 → 100644 |
|---|
| 10-systems/networks/pfsense-router.md 0 → 100644 |
|---|
| 10-systems/traffic-routes/public-gnexus-space-to-internal-nginx.md 0 → 100644 |
|---|
| 10-systems/virtualization/libvirt-vms.md 0 → 100644 |
|---|
| 40-inventory/backups.yml 0 → 100644 |
|---|
| 40-inventory/databases.yml 0 → 100644 |
|---|
| 40-inventory/domains.yml 0 → 100644 |
|---|
| 40-inventory/hardware.yml 0 → 100644 |
|---|
| 40-inventory/hosts.yml 0 → 100644 |
|---|
| 40-inventory/networks.yml 0 → 100644 |
|---|
| 40-inventory/services.yml 0 → 100644 |
|---|
| 40-inventory/traffic-routes.yml 0 → 100644 |
|---|
| 40-inventory/virtual-machines.yml 0 → 100644 |
|---|
| 60-generated/inventory-index.md 0 → 100644 |
|---|
| 90-maintenance/documentation-rules.md 0 → 100644 |
|---|
| 90-maintenance/freshness-checks.md 0 → 100644 |
|---|
| 90-maintenance/pending-changes/README.md 0 → 100644 |
|---|
| README.md |
|---|
| schemas/backup.schema.json 0 → 100644 |
|---|
| schemas/common.defs.schema.json 0 → 100644 |
|---|
| schemas/database.schema.json 0 → 100644 |
|---|
| schemas/domain.schema.json 0 → 100644 |
|---|
| schemas/hardware.schema.json 0 → 100644 |
|---|
| schemas/host.schema.json 0 → 100644 |
|---|
| schemas/network.schema.json 0 → 100644 |
|---|
| schemas/service.schema.json 0 → 100644 |
|---|
| schemas/traffic-route.schema.json 0 → 100644 |
|---|
| schemas/virtual-machine.schema.json 0 → 100644 |
|---|
| server/README.md 0 → 100644 |
|---|
| server/app/__init__.py 0 → 100644 |
|---|
| server/app/config.py 0 → 100644 |
|---|
| server/app/docs_repository.py 0 → 100644 |
|---|
| server/app/freshness.py 0 → 100644 |
|---|
| server/app/git_adapter.py 0 → 100644 |
|---|
| server/app/inventory.py 0 → 100644 |
|---|
| server/app/main.py 0 → 100644 |
|---|
| server/app/markdown.py 0 → 100644 |
|---|
| server/app/pending_changes.py 0 → 100644 |
|---|
| server/app/validation.py 0 → 100644 |
|---|
| server/pyproject.toml 0 → 100644 |
|---|
| server/tests/test_api.py 0 → 100644 |
|---|
| server/tests/test_docs_repository.py 0 → 100644 |
|---|
| server/tests/test_git_adapter.py 0 → 100644 |
|---|
| server/tests/test_pending_changes.py 0 → 100644 |
|---|
| ui/README.md 0 → 100644 |
|---|