Removed user docs

This commit is contained in:
Mike Farah
2020-01-30 10:32:34 +11:00
parent 720cc8f798
commit 7c27491dd6
56 changed files with 411 additions and 8034 deletions
-23
View File
@@ -2,29 +2,6 @@ docs_dir: mkdocs
site_dir: docs
site_name: Yq
theme: 'material'
pages:
- Install: index.md
- Path Expressions: path_expressions.md
- Value Parsing: value_parsing.md
- Read: read.md
- Write/Update: write.md
- Prefix: prefix.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