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

91 lines
2.9 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: Lens - The Kubernetes IDE Documentation
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
- Get Started:
- Intro Videos: get-started/intro-videos.md
- Themes: get-started/themes.md
- Telemetry: get-started/telemetry.md
- User Guide:
- Clusters:
- Add cluster: clusters/add-cluster.md
- Remove cluster: clusters/remove-cluster.md
- Settings: clusters/settings.md
- Extensions:
- Overview: extensions/overview.md
- Get Started:
- Your First Extension: extensions/get-started/your-first-extension.md
- Extension Anatomy: extensions/get-started/anatomy.md
- Wrapping Up: extensions/get-started/wrapping-up.md
- Extension Capabilities:
- Overview: extensions/capabilities/overview.md
- Common Capabilities: extensions/capabilities/common-capabilities.md
- Theming: extensions/capabilities/theming.md
- Extension Guides:
- Overview: extensions/guides/overview.md
- Renderer Extension: extensions/guides/renderer-extension.md
- Testing and Publishing:
- Testing Extensions: extensions/testing-and-publishing/testing.md
- Publishing Extensions: extensions/testing-and-publishing/publishing.md
- Bundling Extensions: extensions/testing-and-publishing/bundling.md
theme:
name: 'material'
highlightjs: true
language: 'en'
custom_dir: docs/custom_theme
favicon: img/favicon.ico
logo: img/lens-logo-icon.svg
palette:
- scheme: default
toggle:
icon: material/toggle-switch
name: Switch to light mode
- scheme: slate
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
features:
- navigation.instant
- toc.autohide
- search.suggest
- search.highlight
extra_css:
- stylesheets/extra.css
plugins:
- search
- git-revision-date-localized
markdown_extensions:
- toc:
permalink: "#"
toc_depth: 3
extra:
generator: false
social:
- icon: fontawesome/brands/github
link: https://github.com/lensapp/lens
name: Lens on GitHub
- icon: fontawesome/brands/twitter
link: https://twitter.com/k8slens
name: Lens on Twitter
- icon: fontawesome/brands/slack
link: http://k8slens.slack.com/
name: Lens on Slack
version:
method: mike