mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
22 lines
693 B
YAML
22 lines
693 B
YAML
site_name: Documentation for Lens IDE
|
||
site_description: Documentation for Lens IDE. The only system you’ll ever need to take control of your Kubernetes clusters. It's open source and free. Download it today!
|
||
site_author: Mirantis, Inc.
|
||
site_url: https://docs.k8slens.dev
|
||
docs_dir: docs/
|
||
repo_name: GitHub
|
||
repo_url: https://github.com/lensapp/lens
|
||
copyright: Copyright © 2020 <a href="https://mirantis.com/">Mirantis Inc.</a> - All rights reserved.
|
||
edit_uri: ""
|
||
nav:
|
||
- Overview: index.md
|
||
- Get Started:
|
||
- Your First Extension: your_first_extension.md
|
||
theme:
|
||
name: 'material'
|
||
highlightjs: true
|
||
language: 'en'
|
||
custom_dir: custom_theme
|
||
|
||
extra_css:
|
||
- css/extra.css
|