farmOS/mkdocs.yml

72 lines
3.1 KiB
YAML
Raw Normal View History

site_name: farmOS.org
site_url: http://farmos.org
2019-07-17 20:18:03 +02:00
repo_url: https://github.com/farmOS/farmOS.org/
edit_uri: edit/7.x-1.x/docs/
2019-02-26 23:31:53 +01:00
copyright: <p><a rel="license" href="http://creativecommons.org/licenses/by-nc-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-nc-sa/4.0/88x31.png" /></a><br /><span xmlns:dct="http://purl.org/dc/terms/" property="dct:title">farmOS.org</span> content 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>.<br />farmOS is a <a href="/community/trademark">registered trademark</a> of <a href="http://mstenta.net">Michael Stenta</a></p><p><a href="/donate">Donate</a> to help support the farmOS project.</p>.
google_analytics: ['UA-56974603-1', 'farmos.org']
2018-12-05 17:18:14 +01:00
nav:
2016-01-16 04:21:01 +01:00
- User Guide:
2017-07-27 19:13:16 +02:00
- Introduction: guide/index.md
2019-07-17 20:25:15 +02:00
- Field Kit: guide/app.md
2016-01-16 04:21:01 +01:00
- Mapping your farm: guide/areas.md
- Logging events: guide/logs.md
- Managing assets:
- Introduction: guide/assets/index.md
- Plantings: guide/assets/plantings.md
2017-08-07 14:14:37 +02:00
- Animals: guide/assets/animals.md
2017-08-02 17:24:54 +02:00
- Equipment: guide/assets/equipment.md
2017-08-02 17:29:48 +02:00
- Compost: guide/assets/compost.md
2017-08-02 17:24:01 +02:00
- Sensors: guide/assets/sensors.md
2018-02-01 20:47:12 +01:00
- Groups: guide/assets/groups.md
2016-01-16 04:21:01 +01:00
- Movements and location: guide/location.md
2018-02-02 00:03:30 +01:00
- Quantity measurements: guide/quantity.md
2018-02-01 21:04:27 +01:00
- Inventory tracking: guide/inventory.md
2017-07-27 20:17:40 +02:00
- People: guide/people.md
2017-08-02 17:30:13 +02:00
- Import: guide/import.md
2017-08-02 17:30:26 +02:00
- Export: guide/export.md
- Quick forms: guide/quick.md
- Community modules:
- Introduction: guide/contrib/index.md
- Eggs: guide/contrib/eggs.md
- Forest: guide/contrib/forest.md
- Grazing: guide/contrib/grazing.md
2018-07-05 15:21:53 +02:00
- Nutrient: guide/contrib/nutrient.md
2018-05-17 15:37:25 +02:00
- Organic: guide/contrib/organic.md
- Produce Safety: guide/contrib/produce-safety.md
2020-10-03 21:31:38 +02:00
- Quick Weight Form: guide/contrib/quick-weight.md
2016-01-16 04:21:01 +01:00
- Hosting:
2017-07-27 19:12:33 +02:00
- Getting started: hosting/index.md
2016-01-16 04:21:01 +01:00
- Installing: hosting/installing.md
- Updating: hosting/updating.md
- API Keys: hosting/apikeys.md
- Docker: hosting/docker.md
- Localization: hosting/localization.md
2016-01-16 04:21:01 +01:00
- Development:
- Drupal: development/drupal.md
2016-01-16 04:21:01 +01:00
- Projects: development/projects.md
- Architecture: development/architecture.md
- Update Safety: development/update-safety.md
2016-08-08 19:13:23 +02:00
- Docker: development/docker.md
2018-05-18 15:52:23 +02:00
- API: development/api.md
- Client: development/client.md
- Release procedure: development/release.md
- Community:
- Contribute: community/contribute.md
- Monthly Call: community/monthly-call.md
2020-01-09 19:10:14 +01:00
- Chat: https://riot.im/app/#/room/#farmOS:matrix.org
- Forum: https://farmOS.discourse.group/
- Farms: community/farms.md
2016-07-22 18:49:47 +02:00
- Maintainers: community/maintainers.md
2016-07-22 18:49:59 +02:00
- Supporters: community/supporters.md
2016-07-22 18:50:05 +02:00
- Press: community/press.md
- Trademark: community/trademark.md
2016-07-29 18:02:13 +02:00
- FAQ: faq.md
2019-02-26 23:30:37 +01:00
- Donate: donate.md
theme: sandstone
extra_css:
- extra.css
markdown_extensions:
2019-10-14 17:38:52 +02:00
- toc:
permalink: true