Skip to content

Commit

Permalink
Update to documentation structure and ordering
Browse files Browse the repository at this point in the history
  • Loading branch information
johnhalz committed Sep 8, 2024
1 parent 9f682e6 commit 422fe8c
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 38 deletions.
37 changes: 0 additions & 37 deletions .github/workflows/build.yaml

This file was deleted.

2 changes: 1 addition & 1 deletion .github/workflows/deploy_documentation.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install mkdocs-material
pip install mkdocs-material mkdocs-awesome-pages-plugin
- name: Build MkDocs
run: mkdocs build --site-dir public
Expand Down
11 changes: 11 additions & 0 deletions docs/.pages
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
nav:
- Introduction: index.md
- Database:
- Database Schema: database/schema.md
- API:
- API Usage: api/usage.md
- Development Setup Guide:
- Database Setup: development_guide/database_setup.md
- Python Environment Setup: development_guide/python_setup.md
- Making Migrations & Adding Seed Data: development_guide/migrations.md
- Running Server & Creating an Admin Account: development_guide/running_first_time.md
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
1 change: 1 addition & 0 deletions mkdocs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ theme:

plugins:
- search
- awesome-pages

markdown_extensions:
- pymdownx.arithmatex:
Expand Down

0 comments on commit 422fe8c

Please sign in to comment.