mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-24 21:48:02 +02:00
feat(v2): injectHtmlTags API to inject head and/or body html tags (#2057)
* wip: define html tag definition * feat(v2): implement injectHtmlTags api * remove useless file * nits * documentation * allow string, use prebodyTags and postBodyTags * typo * refactor typing * chore(v2): bump deps
This commit is contained in:
parent
522dd2d206
commit
97491c5cfb
20 changed files with 730 additions and 331 deletions
|
@ -18,7 +18,7 @@
|
|||
"dependencies": {
|
||||
"@docusaurus/mdx-loader": "^2.0.0-alpha.36",
|
||||
"@docusaurus/utils": "^2.0.0-alpha.36",
|
||||
"execa": "^3.3.0",
|
||||
"execa": "^3.4.0",
|
||||
"fs-extra": "^8.1.0",
|
||||
"globby": "^10.0.1",
|
||||
"import-fresh": "^3.2.1",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue