Skip to content

Commit

Permalink
Merge pull request #1386 from kubeshop/julianne/doc/monokle/fix-mkdoc…
Browse files Browse the repository at this point in the history
…s.yml-file

Fix mkdocs.yml error
  • Loading branch information
jfermi authored Feb 18, 2022
2 parents d71dbdf + 0e35043 commit 38874fa
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 14 deletions.
2 changes: 1 addition & 1 deletion docs/overview.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## **Launch Monokle**

<em>**Note:** Please follow this [Getting Started](../getting-started.md) guide to install Monokle 🚀</em>
<em>**Note:** Please follow this [Getting Started](getting-started.md) guide to install Monokle 🚀</em>

Launch Monokle and on the welcome screen, there are three options to start working with projects:

Expand Down
2 changes: 1 addition & 1 deletion docs/testing.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Testing

Monokle tests are written with Playwright: https://playwright.dev/docs/api/class-electron
Monokle tests are written with [Playwright](https://playwright.dev/docs/api/class-electron).

## **Run Tests**

Expand Down
25 changes: 13 additions & 12 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ nav:
- Feature Overview: features.md
- UI Overview: overview.md
- Working with File Explorer: file-explorer.md
- Working with Resources:
- Working with Resources:
- Navigating Resources: resource-navigation.md
- Creating Resources: creating-resources.md
- Editing Resources: resource-editing.md
Expand All @@ -31,21 +31,22 @@ nav:
- Cluster Integration: cluster-integration.md
- Cluster Compare: cluster-compare.md
- Deploy/Diff: apply-and-diff.md
- Monokle Pluings:
- Plugins: plugins.md
- Templates: templates.md
- Development:
- Development:
- Development: development.md
- Architecture: architecture.md
- Testing: testing.md
- Contributing: contributing.md
- Keyboard Shortcuts: hotkeys.md - FAQ: faq.md
- Tutorials:
- tutorials/how-to-configure-monokle.md
- tutorials/how-to-navigate-and-edit-manifests.md
- tutorials/how-to-browse-clusters.md
- tutorials/how-to-create-and-edit-configmap.md
- tutorials/how-to-fix-broken-links.md
- Monokle Plugins:
- Plugins: plugins.md
- Templates: templates.md
- Keyboard Shortcuts: hotkeys.md
- FAQ: faq.md
- Tutorials:
- How to Configure Monokle: tutorials/how-to-configure-monokle.md
- How to Work with Manifests: tutorials/how-to-navigate-and-edit-manifests.md
- How to Browse Clusters: tutorials/how-to-browse-clusters.md
- How to Work with ConfigMaps: tutorials/how-to-create-and-edit-configmap.md
- How to Fix Broken Links: tutorials/how-to-fix-broken-links.md

extra:
analytics:
Expand Down

0 comments on commit 38874fa

Please sign in to comment.