Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
OzakIOne committed May 16, 2024
1 parent 8260fed commit cff68ee
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 21 deletions.
5 changes: 5 additions & 0 deletions website/_dogfooding/_docs tests/tags.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
open:
label: Open Source
description: Open source projects
# TODO add support for permalink
# permalink: /open
2 changes: 2 additions & 0 deletions website/_dogfooding/dogfooding.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,8 @@ export const dogfoodingPluginInstances: PluginConfig[] = [
id: 'docs-tests',
routeBasePath: '/tests/docs',
sidebarPath: '_dogfooding/docs-tests-sidebars.js',
tagsFilePath: 'tags.yml',
onUnknownTags: 'throw',
versions: {
current: {
noIndex: true,
Expand Down
1 change: 0 additions & 1 deletion website/docs/installation.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
---
description: How to install Docusaurus locally, and start a Docusaurus site in no time.
tags: [installation, getting-started]
---

# Installation
Expand Down
6 changes: 0 additions & 6 deletions website/docs/tags.yml

This file was deleted.

2 changes: 0 additions & 2 deletions website/docusaurus.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -466,8 +466,6 @@ export default async function createConfigAsync() {
label: `${getNextVersionName()} 🚧`,
},
},
tagsFilePath: 'tags.yml',
onBrokenTags: 'throw',
},
blog: {
// routeBasePath: '/',
Expand Down
6 changes: 0 additions & 6 deletions website/versioned_docs/version-3.2.1/tags.yml

This file was deleted.

6 changes: 0 additions & 6 deletions website/versioned_docs/version-3.3.2/tags.yml

This file was deleted.

0 comments on commit cff68ee

Please sign in to comment.