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 9265d13 commit 4ee7080Copy full SHA for 4ee7080
src/pages/reference/maintenance-policy/index.mdx
@@ -6,7 +6,8 @@ export const meta = {
6
export function getStaticProps() {
7
return {
8
props: {
9
- meta
+ meta,
10
+ showBreadcrumbs: false
11
}
12
};
13
0 commit comments