blob: fdde766c7fe545131e47f1a9ea552feb82e928a2 [file] [log] [blame]
site_name: Airavata Django Portal
repo_url: https://github.com/apache/airavata-django-portal/
nav:
- Home: index.md
- User Guide:
- Using the integrated CMS: cms.md
- Developer Guide:
- Adding a Django App: dev/new_django_app.md
- Developing the Frontend: dev/developing_frontend.md
- Developing the Backend: dev/developing_backend.md
- Developing a Wagtail Export (theme): dev/wagtail_export.md
- Customization Guide:
- Gateways 2019 Tutorial: tutorial/gateways2019_tutorial.md
- Adding a Custom Django App: dev/custom_django_app.md
- Adding a Custom Output View Provider: dev/custom_output_view_provider.md
- Administrator Guide:
- Application Input Customization: admin/app_inputs.md
- Tusd Installation: admin/tusd.md
theme: readthedocs
markdown_extensions:
- sane_lists # allow restarting numbering of ordered lists
- admonition