From bc13981dc324da3134eb85c20c3065643779b0d0 Mon Sep 17 00:00:00 2001 From: Julianne Fermi Date: Fri, 18 Feb 2022 10:58:28 -0600 Subject: [PATCH 1/2] Fix mkdocs.yml error Fix mkdocs.yml error and 2 broken links --- docs/overview.md | 2 +- docs/testing.md | 2 +- mkdocs.yml | 25 +++++++++++++------------ 3 files changed, 15 insertions(+), 14 deletions(-) diff --git a/docs/overview.md b/docs/overview.md index 4c0a128da7..a0d736e54d 100644 --- a/docs/overview.md +++ b/docs/overview.md @@ -2,7 +2,7 @@ ## **Launch Monokle** -**Note:** Please follow this [Getting Started](../getting-started.md) guide to install Monokle 🚀 +**Note:** Please follow this [Getting Started](getting-started.md) guide to install Monokle 🚀 Launch Monokle and on the welcome screen, there are three options to start working with projects: diff --git a/docs/testing.md b/docs/testing.md index 539b29f87c..8359600c5f 100644 --- a/docs/testing.md +++ b/docs/testing.md @@ -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** diff --git a/mkdocs.yml b/mkdocs.yml index 6827af5af3..f05e1bb4ef 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -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 @@ -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: From 0e35043685ccc6332f2573c2da6332bc4d9e8a64 Mon Sep 17 00:00:00 2001 From: Julianne Fermi Date: Fri, 18 Feb 2022 13:16:35 -0600 Subject: [PATCH 2/2] Update mkdocs.yml --- mkdocs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mkdocs.yml b/mkdocs.yml index f05e1bb4ef..1fbaa71c06 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -39,7 +39,7 @@ nav: - Monokle Plugins: - Plugins: plugins.md - Templates: templates.md - - Keyboard Shortcuts: hotkeys.md + - Keyboard Shortcuts: hotkeys.md - FAQ: faq.md - Tutorials: - How to Configure Monokle: tutorials/how-to-configure-monokle.md