mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
docs: enable syntax highlight for code blocks
Signed-off-by: Jari Kolehmainen <jari.kolehmainen@gmail.com>
This commit is contained in:
parent
3bc45218c1
commit
0b9f6ba2c4
13
mkdocs.yml
13
mkdocs.yml
@ -9,21 +9,21 @@ copyright: Copyright © 2020 <a href="https://mirantis.com/">Mirantis Inc.</
|
||||
edit_uri: ""
|
||||
nav:
|
||||
- Overview: README.md
|
||||
- Getting started:
|
||||
- Getting started:
|
||||
- Downloading Lens: getting-started/downloading-lens.md
|
||||
- Preferences: getting-started/preferences.md
|
||||
- Introductory videos: getting-started/introductory-videos.md
|
||||
- Clusters:
|
||||
- Clusters:
|
||||
- Adding clusters: clusters/adding-clusters.md
|
||||
- Removing cluster: clusters/removing-clusters.md
|
||||
- Settings: clusters/settings.md
|
||||
- Extensions:
|
||||
- Overview: extensions/overview.md
|
||||
- Get Started:
|
||||
- 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:
|
||||
- Extension Capabilities:
|
||||
- Overview: extensions/capabilities/overview.md
|
||||
- Common Capabilities: extensions/capabilities/common-capabilities.md
|
||||
- Theming: extensions/capabilities/theming.md
|
||||
@ -65,6 +65,9 @@ plugins:
|
||||
- git-revision-date-localized
|
||||
|
||||
markdown_extensions:
|
||||
- pymdownx.highlight: {}
|
||||
- pymdownx.superfences: {}
|
||||
- pymdownx.inlinehilite: {}
|
||||
- toc:
|
||||
permalink: "#"
|
||||
toc_depth: 3
|
||||
@ -82,4 +85,4 @@ extra:
|
||||
link: http://k8slens.slack.com/
|
||||
name: Lens on Slack
|
||||
version:
|
||||
method: mike
|
||||
method: mike
|
||||
|
||||
Loading…
Reference in New Issue
Block a user