From 5042ec4ed1b2d43dde200ef9376f8bb1ef071296 Mon Sep 17 00:00:00 2001 From: Ken Bingham Date: Thu, 27 Jul 2023 09:36:56 -0400 Subject: [PATCH 1/2] stop importing the "components" partial in the intro page --- docusaurus/docs/learn/introduction/index.mdx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/docusaurus/docs/learn/introduction/index.mdx b/docusaurus/docs/learn/introduction/index.mdx index abfe645bb..989d67e56 100644 --- a/docusaurus/docs/learn/introduction/index.mdx +++ b/docusaurus/docs/learn/introduction/index.mdx @@ -2,7 +2,6 @@ title: What is OpenZiti? hide_table_of_contents: true --- -import ComponentsMd from './_components.md' import ConceptsMd from './_concepts.md' import {WhatIsOpenZiti} from "../../../src/components/SharedComponents"; @@ -33,8 +32,4 @@ OpenZiti makes it **easy** to embed zero trust, programmable networking directly --- - - ---- - - \ No newline at end of file + From 189bcdbdf13783247e95b2fde7ef01be8821d373 Mon Sep 17 00:00:00 2001 From: Ken Bingham Date: Thu, 27 Jul 2023 09:39:54 -0400 Subject: [PATCH 2/2] stop importing the "concepts" partial in the intro page --- docusaurus/docs/learn/introduction/index.mdx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docusaurus/docs/learn/introduction/index.mdx b/docusaurus/docs/learn/introduction/index.mdx index 989d67e56..ea0884f02 100644 --- a/docusaurus/docs/learn/introduction/index.mdx +++ b/docusaurus/docs/learn/introduction/index.mdx @@ -2,7 +2,7 @@ title: What is OpenZiti? hide_table_of_contents: true --- -import ConceptsMd from './_concepts.md' + import {WhatIsOpenZiti} from "../../../src/components/SharedComponents";

@@ -29,7 +29,3 @@ OpenZiti makes it **easy** to embed zero trust, programmable networking directly :running: Ready to deploy your first network? Jump right in, feet first, and follow along with one of our [quickstart guides](/docs/learn/quickstarts/network)! - ---- - -