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

41 lines
1.6 KiB
YAML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

site_name: Documentation for Lens IDE
site_description: Documentation for Lens IDE. The only system youll 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 &copy; 2020 <a href="https://mirantis.com/">Mirantis Inc.</a> - All rights reserved.
edit_uri: ""
nav:
- Overview: index.md
- Setup:
- Overview: setup/overview.md
- Linux: setup/linux.md
- macOS: setup/macos.md
- Windows: setup/windows.md
- Network: setup/network.md
- Extensions:
- Overview: extensions/overview.md
- Get Started:
- Your First Extension: extensions/get-started/your-first-extension.md
- Extension Anatomy: extensions/get-started/your-first-extension.md
- Extension Capabilities:
- Overview: extensions/get-started/your-first-extension.md
- Common Capabilities: extensions/get-started/your-first-extension.md
- Theming: extensions/get-started/your-first-extension.md
- Extension Guides:
- Overview: extensions/get-started/your-first-extension.md
- Testing and Publishing:
- Testing Extensions: extensions/get-started/your-first-extension.md
- Publishing Extensions: extensions/get-started/your-first-extension.md
- Bundling Extensions: extensions/get-started/your-first-extension.md
theme:
name: 'material'
highlightjs: true
language: 'en'
custom_dir: custom_theme
extra_css:
- css/extra.css