v0.10.0 release (#1751)

* Remove RC-versioned docs

* Release v0.10.0

Bump master to v0.10.1-pre

* Fix multiple occuring hash replacement

* Update SRI hashes

* Update CHANGELOG.md

* Fix tags not shown

* Update docusaurus

* Wrap escaping backslashes with backticks

* Update SRI hashes

* Update CHANGELOG.md
This commit is contained in:
ylemkimon
2018-10-29 13:14:24 +09:00
committed by GitHub
parent 11490b5e0b
commit 49f84f76e7
25 changed files with 125 additions and 105 deletions

View File

@@ -1,25 +0,0 @@
{
"version-0.10.0-rc.1-docs": {
"Installation": [
"version-0.10.0-rc.1-node",
"version-0.10.0-rc.1-browser"
],
"Usage": [
"version-0.10.0-rc.1-api",
"version-0.10.0-rc.1-cli",
"version-0.10.0-rc.1-autorender",
"version-0.10.0-rc.1-libs"
],
"Configuring KaTeX": [
"version-0.10.0-rc.1-options",
"version-0.10.0-rc.1-security",
"version-0.10.0-rc.1-error",
"version-0.10.0-rc.1-font"
],
"Misc": [
"version-0.10.0-rc.1-supported",
"version-0.10.0-rc.1-support_table",
"version-0.10.0-rc.1-issues"
]
}
}

View File

@@ -0,0 +1,25 @@
{
"version-0.10.0-docs": {
"Installation": [
"version-0.10.0-node",
"version-0.10.0-browser"
],
"Usage": [
"version-0.10.0-api",
"version-0.10.0-cli",
"version-0.10.0-autorender",
"version-0.10.0-libs"
],
"Configuring KaTeX": [
"version-0.10.0-options",
"version-0.10.0-security",
"version-0.10.0-error",
"version-0.10.0-font"
],
"Misc": [
"version-0.10.0-supported",
"version-0.10.0-support_table",
"version-0.10.0-issues"
]
}
}