Skip to content

Commit f2fac9c

Browse files
committed
feat: Added frontend and backend docs
1 parent 9a3412d commit f2fac9c

File tree

4 files changed

+32
-0
lines changed

4 files changed

+32
-0
lines changed

docs/astro.config.mjs

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,14 @@ export default defineConfig({
5555
label: 'Build Guides',
5656
autogenerate: { directory: 'builds' },
5757
},
58+
{
59+
label: 'Frontend Docs',
60+
autogenerate: { directory: 'frontend' },
61+
},
62+
{
63+
label: 'Backend Docs',
64+
autogenerate: { directory: 'backend' },
65+
},
5866
{
5967
label: 'Comms Guides',
6068
autogenerate: { directory: 'comms' },

docs/package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: Caching in FastAPI
3+
description: A guide on how to cache commands
4+
sidebar:
5+
badge:
6+
text: WIP
7+
variant: caution
8+
---
9+
Add content here
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
---
2+
title: What we use on the frontend
3+
description: A guide on our frontend dependencies
4+
sidebar:
5+
badge:
6+
text: WIP
7+
variant: caution
8+
---
9+
Add content here

0 commit comments

Comments
 (0)