Skip to content

Commit 8c84785

Browse files
authored
Update _meta.tsx (#7656)
1 parent fe50be9 commit 8c84785

File tree

1 file changed

+11
-12
lines changed

1 file changed

+11
-12
lines changed

website/src/pages/_meta.tsx

Lines changed: 11 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -28,25 +28,24 @@ export default {
2828
},
2929
},
3030
docs: {
31-
title: ' ',
31+
title: 'Legacy Docs',
3232
type: 'page',
33+
display: 'hidden',
3334
theme: {
3435
topContent: LegacyDocsBanner,
3536
},
3637
},
37-
// examples: {
38-
// title: 'Examples',
39-
// type: 'page',
40-
// theme: {
41-
// layout: 'raw',
42-
// footer: false,
43-
// },
44-
// },
45-
v1: {
46-
title: 'Docs',
38+
examples: {
39+
title: 'Examples',
4740
type: 'page',
41+
display: 'hidden',
4842
theme: {
49-
toc: true,
43+
layout: 'raw',
44+
footer: false,
5045
},
5146
},
47+
v1: {
48+
title: 'Docs',
49+
type: 'page',
50+
},
5251
};

0 commit comments

Comments
 (0)