Skip to content

Commit a0d8bba

Browse files
committed
Fix footer links
1 parent 161cf44 commit a0d8bba

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

docs/03-examples/00-example-standalone.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
id: 00-example-standalone
2+
id: example-standalone
33
title: Standalone Build And Upload
44
sidebar_label: Standalone Build And Upload
55
---

docusaurus.config.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -105,16 +105,16 @@ const config: Config = {
105105
title: 'Docs',
106106
items: [
107107
{
108-
label: 'About',
108+
label: 'Introduction',
109109
to: 'docs/',
110110
},
111111
{
112-
label: 'Features',
113-
to: 'docs/features/',
112+
label: 'Tasks',
113+
to: 'docs/category/tasks',
114114
},
115115
{
116116
label: 'Examples',
117-
to: 'docs/examples/',
117+
to: 'docs/category/examples',
118118
}
119119
],
120120
},

static/img/home-hero.png

-1.9 MB
Loading

static/img/page-preview.png

-2.84 MB
Loading

0 commit comments

Comments
 (0)