mirror of
https://github.com/mikefarah/yq.git
synced 2024-11-12 13:48:06 +00:00
26 lines
576 B
YAML
26 lines
576 B
YAML
docs_dir: mkdocs
|
|
site_dir: docs
|
|
site_name: Yq
|
|
theme: 'material'
|
|
pages:
|
|
- Install: index.md
|
|
- Read: read.md
|
|
- Write/Update: write.md
|
|
- Delete: delete.md
|
|
- Create: create.md
|
|
- Convert: convert.md
|
|
- Merge: merge.md
|
|
repo_name: 'mikefarah/yq'
|
|
repo_url: 'https://github.com/mikefarah/yq'
|
|
|
|
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) |