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:
Endi 2019-11-30 11:52:26 +07:00 committed by GitHub
parent 522dd2d206
commit 97491c5cfb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 730 additions and 331 deletions

View file

@ -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",