yq/mkdocs.yml

25 lines
552 B
YAML
Raw Normal View History

2017-04-13 05:36:59 +00:00
docs_dir: mkdocs
site_dir: docs
2017-12-19 00:59:27 +00:00
site_name: Yq
2017-04-13 05:36:59 +00:00
theme: 'material'
pages:
- Install: index.md
- Read: read.md
- Write/Update: write.md
- Create: create.md
- Convert: convert.md
- Merge: merge.md
2017-12-19 00:59:27 +00:00
repo_name: 'mikefarah/yq'
repo_url: 'https://github.com/mikefarah/yq'
2017-04-13 05:36:59 +00:00
extra:
social:
- type: 'github'
link: 'https://github.com/mikefarah'
- type: 'linkedin'
link: 'https://www.linkedin.com/in/mike-farah-b5a75b2/'
markdown_extensions:
- markdown_include.include:
base_path: mkdocs
- toc(permalink=true)