We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe50be9 commit 8c84785Copy full SHA for 8c84785
website/src/pages/_meta.tsx
@@ -28,25 +28,24 @@ export default {
28
},
29
30
docs: {
31
- title: ' ',
+ title: 'Legacy Docs',
32
type: 'page',
33
+ display: 'hidden',
34
theme: {
35
topContent: LegacyDocsBanner,
36
37
- // examples: {
38
- // title: 'Examples',
39
- // type: 'page',
40
- // theme: {
41
- // layout: 'raw',
42
- // footer: false,
43
- // },
44
45
- v1: {
46
- title: 'Docs',
+ examples: {
+ title: 'Examples',
47
48
49
- toc: true,
+ layout: 'raw',
+ footer: false,
50
51
+ v1: {
+ title: 'Docs',
+ type: 'page',
+ },
52
};
0 commit comments