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 7a0695a commit 9a5ce37Copy full SHA for 9a5ce37
apps/docs/src/content/_meta.ts
@@ -6,6 +6,7 @@ export default {
6
display: "hidden",
7
theme: {
8
layout: "full",
9
+ timestamp: false,
10
},
11
12
docs: {
@@ -29,6 +30,12 @@ export default {
29
30
examples: {
31
type: "page",
32
title: "Examples",
- theme: { layout: "full", toc: false },
33
+ theme: {
34
+ layout: "full",
35
+ toc: false,
36
+ breadcrumb: false,
37
+ sidebar: false,
38
39
+ },
40
41
} satisfies MetaRecord;
apps/docs/src/content/examples/_meta.ts
0 commit comments