From a5e6ae87feea4cd6af4f7bdc4955dc1bafb0a77f Mon Sep 17 00:00:00 2001 From: Taha <98838967+Taha-Hassan-Git@users.noreply.github.com> Date: Mon, 12 Feb 2024 09:53:11 +0000 Subject: [PATCH] Quick start guide (#2692) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Following on from #2686, this PR replaces the introduction page with a Quick Start guide. Next Steps: - Better UX around the code blocks, throughout the site. A copy button would be great. - Collapsible extra info on the release version and rendering an inline component - Maybe remove the embed - [x] `documentation` — Changes to the documentation only[^2] ### Release Notes - Add a quick start guide --------- Co-authored-by: Mime Čuvalo --- .../components/mdx-components/generic.tsx | 6 +- .../content/getting-started/quick-start.mdx | 84 ++++++++++++++----- apps/docs/styles/globals.css | 57 +++++++++++-- 3 files changed, 114 insertions(+), 33 deletions(-) diff --git a/apps/docs/components/mdx-components/generic.tsx b/apps/docs/components/mdx-components/generic.tsx index c39e37174..1985d6721 100644 --- a/apps/docs/components/mdx-components/generic.tsx +++ b/apps/docs/components/mdx-components/generic.tsx @@ -150,13 +150,13 @@ export const Footnotes = (props: any) => { /* -------------------- API docs -------------------- */ export const ApiHeading = (props: any) => { - return
+ return
} export const Embed = (props: any) => { return ( -
-