Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: working on todo app #2107

Draft
wants to merge 2 commits into
base: v2
Choose a base branch
from
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/content/docs/learn/Todo App/1_frontend.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Frontend
sidebar:
order: 1
label: 1. Create a frontend
badge:
text: WIP
variant: caution
---

import Stub from '@components/Stub.astro';

<Stub />
13 changes: 13 additions & 0 deletions src/content/docs/learn/Todo App/2_updater.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Updater
sidebar:
order: 1
label: 2. Updater
badge:
text: WIP
variant: caution
---

import Stub from '@components/Stub.astro';

<Stub />
13 changes: 13 additions & 0 deletions src/content/docs/learn/Todo App/index.mdx
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
title: Learn
sidebar:
order: 1
label: Overview
badge:
text: WIP
variant: caution
---

import Stub from '@components/Stub.astro';

<Stub />
1 change: 1 addition & 0 deletions src/content/docs/learn/sidecar-nodejs.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Node.js as a sidecar
sidebar:
order: 0
badge:
text: WIP
variant: caution
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/learn/sidecar-python.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Python as a sidecar
sidebar:
order: 0
badge:
text: WIP
variant: caution
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/learn/splashscreen.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Splashscreen
sidebar:
order: 0
badge:
text: WIP
variant: caution
Expand Down
1 change: 1 addition & 0 deletions src/content/docs/learn/tokio-runtime.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
---
title: Custom Tokio runtime
sidebar:
order: 0
badge:
text: WIP
variant: caution
Expand Down
Loading