Skip to content

Commit cff68ee

Browse files
committed
wip
1 parent 8260fed commit cff68ee

7 files changed

Lines changed: 7 additions & 21 deletions

File tree

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
open:
2+
label: Open Source
3+
description: Open source projects
4+
# TODO add support for permalink
5+
# permalink: /open

website/_dogfooding/dogfooding.config.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ export const dogfoodingPluginInstances: PluginConfig[] = [
3535
id: 'docs-tests',
3636
routeBasePath: '/tests/docs',
3737
sidebarPath: '_dogfooding/docs-tests-sidebars.js',
38+
tagsFilePath: 'tags.yml',
39+
onUnknownTags: 'throw',
3840
versions: {
3941
current: {
4042
noIndex: true,

website/docs/installation.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
---
22
description: How to install Docusaurus locally, and start a Docusaurus site in no time.
3-
tags: [installation, getting-started]
43
---
54

65
# Installation

website/docs/tags.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

website/docusaurus.config.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,8 +466,6 @@ export default async function createConfigAsync() {
466466
label: `${getNextVersionName()} 🚧`,
467467
},
468468
},
469-
tagsFilePath: 'tags.yml',
470-
onBrokenTags: 'throw',
471469
},
472470
blog: {
473471
// routeBasePath: '/',

website/versioned_docs/version-3.2.1/tags.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

website/versioned_docs/version-3.3.2/tags.yml

Lines changed: 0 additions & 6 deletions
This file was deleted.

0 commit comments

Comments
 (0)