Skip to content

Commit

Permalink
chore: getting started page
Browse files Browse the repository at this point in the history
  • Loading branch information
NagariaHussain committed Dec 8, 2023
1 parent 13f65bb commit 9e83862
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 20 deletions.
4 changes: 4 additions & 0 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,10 @@ export default defineConfig({
"x.com": "https://x.com/NagariaHussain",
},
sidebar: [
{
label: "Getting Started",
link: "/introduction"
},
{
label: "Installation",
items: [
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
19 changes: 0 additions & 19 deletions src/content/docs/introduction/ff-definition.md

This file was deleted.

13 changes: 13 additions & 0 deletions src/content/docs/introduction/index.mdx
Original file line number Diff line number Diff line change
@@ -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 🤞🏼

<CardGrid>
<LinkCard title="Watch Framework in Action" href="https://youtube.com/@buildwithhussain" />
<LinkCard title="Frappe Framework Website" href="https://frappeframework.com" />
</CardGrid>

0 comments on commit 9e83862

Please sign in to comment.