diff --git a/index.mdx b/index.mdx index 8f88a0448..5fcc5bdeb 100644 --- a/index.mdx +++ b/index.mdx @@ -5,6 +5,8 @@ mode: "frame" keywords: ["overview", "platform", "getting started", "features"] --- +hello world + export const HeroCard = ({ filename, title, description, href }) => { return ( diff --git a/quickstart.mdx b/quickstart.mdx index 87b02debf..77eb46909 100644 --- a/quickstart.mdx +++ b/quickstart.mdx @@ -4,6 +4,8 @@ description: "Deploy your documentation site and make your first change." keywords: ["quickstart","deploy","get started","first steps","tutorial","setup","onboarding"] --- +sup fella + After you complete this guide, you'll have a live documentation site ready to customize and update. ## Before you begin