Skip to content

Commit

Permalink
Fix the buid (#100)
Browse files Browse the repository at this point in the history
  • Loading branch information
ketankartoza authored Aug 16, 2024
1 parent f0057ea commit c515266
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 20 deletions.
37 changes: 18 additions & 19 deletions docs/mkdocs-base.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,22 +37,21 @@ markdown_extensions:
emoji_index: !!python/name:materialx.emoji.twemoji

nav:
- Home:
- index.md
- quick_installation.md
- Administrators:
- administrator/index.md
- Guide:
- administrator/guide/index.md
- Access Admin Panle: administrator/guide/access-admin-panel.md
- Manual:
- administrator/manual/index.md
- Django Administration: administrator/manual/django-admin.md
- Django Tables: administrator/manual/django-table.md
- Add Record in Table: administrator/manual/django-add-record.md
- Edit Record in Table: administrator/manual/django-change-record.md
- Developers:
- developer/index.md
- Documentation:
- "Data model": developer/data-model.md
- "Hyrax Configuration": developer/hyrax-config.md
- Home:
- index.md
- quick_installation.md
- Administrators:
- administrator/index.md
- Guide:
- administrator/guide/index.md
- Access Admin Panel: administrator/guide/access-admin-panel.md
- Manual:
- administrator/manual/index.md
- Django Administration: administrator/manual/django-admin.md
- Django Tables: administrator/manual/django-table.md
- Add Record in Table: administrator/manual/django-add-record.md
- Edit Record in Table: administrator/manual/django-change-record.md
- Developers:
- developer/index.md
- Data model: developer/data-model.md
- Hyrax Configuration: developer/hyrax-config.md
2 changes: 1 addition & 1 deletion docs/mkdocs-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,5 +105,5 @@ plugins:
# Note that although the above link implies you can use UUIDs, you have to use numeric IDS not UUIDS
hooks:
- ./uuid_redirects_hook.py
- ./python_manual_hook.py
# - ./python_manual_hook.py

0 comments on commit c515266

Please sign in to comment.