+
![Overview of the getting started journey rocket](/getting-started/getting-started_getting-started_journey-overview.webp)
diff --git a/src/components/PartialsComponentFrontMatter/PartialsComponent.tsx b/src/components/PartialsComponentFrontMatter/PartialsComponent.tsx
index 364fe53943..4902b07fc9 100644
--- a/src/components/PartialsComponentFrontMatter/PartialsComponent.tsx
+++ b/src/components/PartialsComponentFrontMatter/PartialsComponent.tsx
@@ -18,7 +18,9 @@ interface PartialsComponentDetails {
props: InputProperty[];
}
-const AllPartials = importPartials()
+// !!!!! DISABLED ONLY FOR TEAM DEMO !!!!
+// const AllPartials = importPartials()
+const AllPartials = {}
export default function PartialsComponentFrontMatter(details : PartialsComponentDetails) : React.ReactElement {
var mapKey = getMapKey(details.category, details.name)
From 6ae60af4a29ed722add27835eb2981be7c8d0b09 Mon Sep 17 00:00:00 2001
From: addetz <43963729+addetz@users.noreply.github.com>
Date: Fri, 17 May 2024 18:28:35 +0100
Subject: [PATCH 14/14] docs: demo
---
_partials/getting-started/_palette-setup.mdx | 2 ++
1 file changed, 2 insertions(+)
diff --git a/_partials/getting-started/_palette-setup.mdx b/_partials/getting-started/_palette-setup.mdx
index 405f752e7e..e05717d0d7 100644
--- a/_partials/getting-started/_palette-setup.mdx
+++ b/_partials/getting-started/_palette-setup.mdx
@@ -4,3 +4,5 @@ partial_name: palette-setup
--- */}
This is how we set up Palette with {props.cloud} {props.version}.
+
+[Test](/getting-started/additional-capabilities)
\ No newline at end of file