mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-12 08:37:25 +02:00
refactor(content-{blog,docs}): unify handling of tags (#7117)
This commit is contained in:
parent
ca718ccac0
commit
1156be3f20
24 changed files with 170 additions and 178 deletions
|
@ -7,7 +7,7 @@
|
|||
|
||||
import Joi from './Joi';
|
||||
import {isValidPathname, DEFAULT_PLUGIN_ID} from '@docusaurus/utils';
|
||||
import type {Tag} from '@docusaurus/utils';
|
||||
import type {Tag} from '@docusaurus/types';
|
||||
import {JoiFrontMatter} from './JoiFrontMatter';
|
||||
|
||||
export const PluginIdSchema = Joi.string()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue