1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/mkdocs.yml
2020-10-27 16:55:59 +01:00

13 lines
289 B
YAML

site_name: Test docs
site_description: 'A docs test'
site_author: ''
docs_dir: docs/
repo_name: 'lensapp/lens'
repo_url: 'https://github.com/lensapp/lens'
nav:
- Overview: index.md
- Get Started:
- Your First Extension: your_first_extension.md
theme:
name: 'readthedocs'