d09b072145
Initial setup for Read The Doc using mkdocs to build the documentation. Most of the doc still needs to be rewritten (Expert Setup is the only part using MD for now).
21 lines
449 B
YAML
21 lines
449 B
YAML
site_name: PlanktoScope
|
|
nav:
|
|
- Setup:
|
|
- Basic Install: install.md
|
|
- Expert Setup: expert_setup.md
|
|
- Remote Access: remote_access.md
|
|
- Usage:
|
|
- Collection devices: collection_devices.md
|
|
- About:
|
|
- License: license.md
|
|
- Edit this doc: edit_this_doc.md
|
|
theme:
|
|
name: readthedocs
|
|
collapse_navigation: false
|
|
|
|
markdown_extensions:
|
|
- smarty
|
|
- sane_lists
|
|
- toc:
|
|
permalink: true
|