Skip to content

Commit 91ae5bb

Browse files
chore: update docsite imports for new docs location
1 parent d030c9f commit 91ae5bb

7 files changed

Lines changed: 11 additions & 11 deletions

File tree

docsite/docs/changelog.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Changelog
33
hide_title: true
44
sidebar_label: Changelog
5-
sidebar_position: 7
5+
sidebar_position: 8
66
---
77

88
import Content from '@site/../CHANGELOG.md';

docsite/docs/ethos.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,6 @@ sidebar_label: Ethos
55
sidebar_position: 2
66
---
77

8-
import Content from '@site/../ETHOS.md';
8+
import Content from '@site/../docs/ETHOS.md';
99

1010
<Content />

docsite/docs/license.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: License
33
hide_title: true
44
sidebar_label: License
5-
sidebar_position: 8
5+
sidebar_position: 9
66
---
77

88
import LICENSE from '@site/../LICENSE';

docsite/docs/references.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: References
33
hide_title: true
44
sidebar_label: References
5-
sidebar_position: 6
5+
sidebar_position: 7
66
---
77

8-
import Content from '@site/../REFERENCES.md';
8+
import Content from '@site/../docs/REFERENCES.md';
99

1010
<Content />

docsite/docs/showcase.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Showcase
33
hide_title: true
44
sidebar_label: Showcase
5-
sidebar_position: 5
5+
sidebar_position: 6
66
---
77

8-
import Content from '@site/../SHOWCASE.md';
8+
import Content from '@site/../docs/SHOWCASE.md';
99

1010
<Content />

docsite/docs/theming.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Theming
33
hide_title: true
44
sidebar_label: Theming
5-
sidebar_position: 4
5+
sidebar_position: 5
66
---
77

8-
import Content from '@site/../THEMING.md';
8+
import Content from '@site/../docs/THEMING.md';
99

1010
<Content />

docsite/docs/writing.mdx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Writing
33
hide_title: true
44
sidebar_label: Writing
5-
sidebar_position: 3
5+
sidebar_position: 4
66
---
77

8-
import Content from '@site/../WRITING.md';
8+
import Content from '@site/../docs/WRITING.md';
99

1010
<Content />

0 commit comments

Comments
 (0)