From 9e83862fa3be427be74c85c79f44f3a9d9f49594 Mon Sep 17 00:00:00 2001 From: Hussain Nagaria Date: Fri, 8 Dec 2023 22:39:44 +0530 Subject: [PATCH] chore: getting started page --- astro.config.mjs | 4 ++++ src/content/docs/index.mdx | 2 +- .../docs/introduction/ff-definition.md | 19 ------------------- src/content/docs/introduction/index.mdx | 13 +++++++++++++ 4 files changed, 18 insertions(+), 20 deletions(-) delete mode 100644 src/content/docs/introduction/ff-definition.md create mode 100644 src/content/docs/introduction/index.mdx diff --git a/astro.config.mjs b/astro.config.mjs index 66ca206..9dfe95c 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -52,6 +52,10 @@ export default defineConfig({ "x.com": "https://x.com/NagariaHussain", }, sidebar: [ + { + label: "Getting Started", + link: "/introduction" + }, { label: "Installation", items: [ diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 6063dfb..e515e87 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -8,7 +8,7 @@ hero: file: ../../assets/houston.webp actions: - text: Start Reading - link: /handouts/setup + link: /introduction icon: right-arrow variant: primary - text: Frappe Framework diff --git a/src/content/docs/introduction/ff-definition.md b/src/content/docs/introduction/ff-definition.md deleted file mode 100644 index e75ec19..0000000 --- a/src/content/docs/introduction/ff-definition.md +++ /dev/null @@ -1,19 +0,0 @@ ---- -title: What is Frappe Framework? -description: My definition of Frappe Framework ---- - -Frappe Framework is a **hybrid** full-stack web development framework. It comes with a lot of **batteries included**, out-of-the-box. - - -## Hybrid - -:::tip -**Hybrid = No-code/Low-code when you want, full-code when you want.** -::: - -## Batteries Included - -:::tip -**Batteries Included = A lot of essentials and core stuff is ready-made** -::: \ No newline at end of file diff --git a/src/content/docs/introduction/index.mdx b/src/content/docs/introduction/index.mdx new file mode 100644 index 0000000..bc940f9 --- /dev/null +++ b/src/content/docs/introduction/index.mdx @@ -0,0 +1,13 @@ +--- +title: Getting Started +description: Introduction to The Missing Frappe Manual +--- + +import { LinkCard, CardGrid } from '@astrojs/starlight/components'; + +I want this guide to eventually replace the official Frappe Framework docs 🤞🏼 + + + + + \ No newline at end of file