Added a landing page to demonstrate the concept

Signed-off-by: Gunasekhar Matamalam <gunasekhar.matamalam@suse.com>
This commit is contained in:
Gunasekhar Matamalam
2023-10-18 14:41:15 -07:00
committed by Billy Tat
parent 0940a22d46
commit 857ae861c9
9 changed files with 2428 additions and 2074 deletions
+18
View File
@@ -0,0 +1,18 @@
// Import the original mapper
import MDXComponents from '@theme-original/MDXComponents';
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
import { CardSection, Card } from '../components/CardComponents';
export default {
// Re-use the default mapping
...MDXComponents,
Tabs,
TabItem,
CardSection,
Card,
};