farmOS/mkdocs.yml

42 lines
1.7 KiB
YAML
Raw Normal View History

site_name: farmOS 2.x Docs
nav:
- Development:
- API:
- Introduction: development/api/index.md
- Authentication: development/api/authentication.md
- Changes: development/api/changes.md
- Module:
- Getting started: development/module/index.md
- Entities: development/module/entities.md
- Fields: development/module/fields.md
- OAuth: development/module/oauth.md
- Roles: development/module/roles.md
2020-12-12 12:44:23 +01:00
- Updates: development/module/updates.md
- Environment:
- Getting started: development/environment/index.md
- HTTPS: development/environment/https.md
- Updating: development/environment/update.md
- Docker: development/environment/docker.md
- PostgreSQL: development/environment/postgresql.md
- Drush: development/environment/drush.md
- Composer: development/environment/composer.md
- Debugging: development/environment/debug.md
- Automated tests: development/environment/tests.md
- Coding standards: development/environment/code.md
- Documentation: development/environment/documentation.md
- Hosting:
- Introduction: hosting/index.md
- 1.x Migration: hosting/migration.md
theme:
name: material
palette:
primary: green
accent: orange
2020-11-24 14:23:19 +01:00
icon:
logo: material/leaf
2020-11-24 14:23:08 +01:00
favicon: favicon.ico
2020-11-24 05:33:31 +01:00
markdown_extensions:
- toc:
permalink: true
copyright: This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/">Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License</a>. farmOS is a <a href="/community/trademark">registered trademark</a> of <a href="http://mstenta.net">Michael Stenta</a>