chore(v2): v2.0.0-alpha.48 (#2387)

This commit is contained in:
Alexey Pyltsyn 2020-03-09 01:44:26 +03:00 committed by GitHub
parent 1ed698d1fb
commit 1f7945d794
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 36 additions and 35 deletions

View file

@ -1,6 +1,6 @@
# Docusaurus 2 Changelog
## 2.0.0-alpha.47 (2020-03-08)
## 2.0.0-alpha.48 (2020-03-08)
**HOTFIX for 2.0.0-alpha.44**.
@ -10,6 +10,8 @@
- [#2383](https://github.com/facebook/docusaurus/pull/2383) fix(v2): specify proper version for stylelint-copyright ([@lex111](https://github.com/lex111))
- `docusaurus`
- [#2382](https://github.com/facebook/docusaurus/pull/2382) fix(v2): add missing preset-typescript dependency ([@lex111](https://github.com/lex111))
- `docusaurus-theme-classic`
- [#2386](https://github.com/facebook/docusaurus/pull/2386) fix(v2): add missing prismjs dependency and Noop component ([@lex111](https://github.com/lex111))
#### Committers: 1

View file

@ -165,7 +165,7 @@ module.exports = {
'@docusaurus/preset-classic',
{
docs: {
routeBasePath: '/' // Set this value to '/'.
routeBasePath: '/', // Set this value to '/'.
},
},
],

View file

@ -106,7 +106,7 @@ There are many ways to update your Docusaurus version. One guaranteed way is to
"@docusaurus/core": "^2.0.0-alpha.43",
"@docusaurus/preset-classic": "^2.0.0-alpha.43",
...
}
}
```
Then, in the directory containing `package.json`, run your package manager's install command:

View file

@ -172,7 +172,9 @@ module.exports = {
/**
* Remark and Rehype plugins passed to MDX
*/
remarkPlugins: [/* require('remark-math') */],
remarkPlugins: [
/* require('remark-math') */
],
rehypePlugins: [],
/**
* Truncate marker, can be a regex or string.
@ -246,7 +248,9 @@ module.exports = {
/**
* Remark and Rehype plugins passed to MDX
*/
remarkPlugins: [/* require('remark-math') */],
remarkPlugins: [
/* require('remark-math') */
],
rehypePlugins: [],
/**
* Whether to display the author who last updated the doc.

View file

@ -1,20 +1,20 @@
{
"version-2.0.0-alpha.44/docs": [
"version-2.0.0-alpha.48/docs": [
{
"type": "category",
"label": "Docusaurus",
"items": [
{
"type": "doc",
"id": "version-2.0.0-alpha.44/introduction"
"id": "version-2.0.0-alpha.48/introduction"
},
{
"type": "doc",
"id": "version-2.0.0-alpha.44/design-principles"
"id": "version-2.0.0-alpha.48/design-principles"
},
{
"type": "doc",
"id": "version-2.0.0-alpha.44/contributing"
"id": "version-2.0.0-alpha.48/contributing"
}
]
},
@ -24,11 +24,11 @@
"items": [
{
"type": "doc",
"id": "version-2.0.0-alpha.44/installation"
"id": "version-2.0.0-alpha.48/installation"
},
{
"type": "doc",
"id": "version-2.0.0-alpha.44/configuration"
"id": "version-2.0.0-alpha.48/configuration"
}
]
},
@ -38,15 +38,15 @@
"items": [
{
"type": "doc",
"id": "version-2.0.0-alpha.44/creating-pages"
"id": "version-2.0.0-alpha.48/creating-pages"
},
{
"type": "doc",
"id": "version-2.0.0-alpha.44/styling-layout"
"id": "version-2.0.0-alpha.48/styling-layout"
},
{
"type": "doc",
"id": "version-2.0.0-alpha.44/static-assets"
"id": "version-2.0.0-alpha.48/static-assets"
},
{
"type": "category",
@ -54,33 +54,33 @@
"items": [
{
"type": "doc",
"id": "version-2.0.0-alpha.44/markdown-features"
"id": "version-2.0.0-alpha.48/markdown-features"
},
{
"type": "doc",
"id": "version-2.0.0-alpha.44/sidebar"
"id": "version-2.0.0-alpha.48/sidebar"
},
{
"type": "doc",
"id": "version-2.0.0-alpha.44/versioning"
"id": "version-2.0.0-alpha.48/versioning"
}
]
},
{
"type": "doc",
"id": "version-2.0.0-alpha.44/blog"
"id": "version-2.0.0-alpha.48/blog"
},
{
"type": "doc",
"id": "version-2.0.0-alpha.44/search"
"id": "version-2.0.0-alpha.48/search"
},
{
"type": "doc",
"id": "version-2.0.0-alpha.44/deployment"
"id": "version-2.0.0-alpha.48/deployment"
},
{
"type": "doc",
"id": "version-2.0.0-alpha.44/migrating-from-v1-to-v2"
"id": "version-2.0.0-alpha.48/migrating-from-v1-to-v2"
}
]
},
@ -90,15 +90,15 @@
"items": [
{
"type": "doc",
"id": "version-2.0.0-alpha.44/using-plugins"
"id": "version-2.0.0-alpha.48/using-plugins"
},
{
"type": "doc",
"id": "version-2.0.0-alpha.44/using-themes"
"id": "version-2.0.0-alpha.48/using-themes"
},
{
"type": "doc",
"id": "version-2.0.0-alpha.44/presets"
"id": "version-2.0.0-alpha.48/presets"
}
]
},
@ -108,23 +108,23 @@
"items": [
{
"type": "doc",
"id": "version-2.0.0-alpha.44/cli"
"id": "version-2.0.0-alpha.48/cli"
},
{
"type": "doc",
"id": "version-2.0.0-alpha.44/docusaurus-core"
"id": "version-2.0.0-alpha.48/docusaurus-core"
},
{
"type": "doc",
"id": "version-2.0.0-alpha.44/docusaurus.config.js"
"id": "version-2.0.0-alpha.48/docusaurus.config.js"
},
{
"type": "doc",
"id": "version-2.0.0-alpha.44/lifecycle-apis"
"id": "version-2.0.0-alpha.48/lifecycle-apis"
},
{
"type": "doc",
"id": "version-2.0.0-alpha.44/theme-classic"
"id": "version-2.0.0-alpha.48/theme-classic"
}
]
}

View file

@ -1,6 +1 @@
[
"2.0.0-alpha.44",
"2.0.0-alpha.43",
"2.0.0-alpha.40",
"2.0.0-alpha.39"
]
["2.0.0-alpha.48", "2.0.0-alpha.43", "2.0.0-alpha.40", "2.0.0-alpha.39"]