Skip to content

Commit

Permalink
fix: Move some docs to developers, add deep tech dive section
Browse files Browse the repository at this point in the history
  • Loading branch information
robsavoye committed Jan 22, 2024
1 parent 4c6fb8d commit 7429a99
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,26 @@ nav:
- Home: index.md
- About: about.md
- For Developers:
- Contributing: developers/contributing.md
- Code Of Conduct: developers/code_of_conduct.md
- Contributing Guidelines: developers/contributing-guidelines.md
- Development Setup: developers/development-setup.md
- Versions and Releases: developers/versions-and-releases.md
- Reviewing PRs: developers/review-pr.md
- Submitting a PR: developers/submit-pr.md
- Database Schema: developers/tmschema.md
- Translations: developers/translations.md
- Versions and Releases: developers/versions-and-releases.md
- Error Codes: developers/error_code.md
- Deep Tech Dives:
- Data Flow Diagrams: dataflow.md
- Database Schema: developers/tmschema.md
- Class Hierarchy: apidocs/html/index.html
- For Sysadmins:
- Deployment: sysadmins/deployment.md
- Architecture: sysadmins/architecture.md
- Migration: sysadmins/migration.md
- Deployment: sysadmins/deployment.md
- Customize: sysadmins/customize.md
- CI: sysadmins/ci-cd.md
- Class Hierarchy: apidocs/html/index.html
- Working Groups: working-groups.md
- License: LICENSE.md
# - Changelog: CHANGELOG.md

0 comments on commit 7429a99

Please sign in to comment.