Merge branch 'master' of github.com:facebook/docusaurus

This commit is contained in:
Alexey Pyltsyn 2020-02-18 13:19:23 +03:00
commit 413e85636f
26 changed files with 40 additions and 25 deletions

View file

@ -1,5 +1,20 @@
# Docusaurus 2 Changelog # Docusaurus 2 Changelog
## 2.0.0-alpha.42 (2020-02-18)
**HOTFIX for 2.0.0-alpha.41**.
#### :bug: Bug Fix
- `docusaurus-theme-classic`
- [#2292](https://github.com/facebook/docusaurus/pull/2292) chore(v2): update Infima to 0.2.0-alpha.4 ([@yangshun](https://github.com/yangshun))
- [#2291](https://github.com/facebook/docusaurus/pull/2291) fix(v2): fix build and deps install ([@lex111](https://github.com/lex111))
#### Committers: 2
- Alexey Pyltsyn ([@lex111](https://github.com/lex111))
- Yangshun Tay ([@yangshun](https://github.com/yangshun))
## 2.0.0-alpha.41 (2020-02-16) ## 2.0.0-alpha.41 (2020-02-16)
#### :rocket: New Feature #### :rocket: New Feature

View file

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

View file

@ -1,5 +1,5 @@
[ [
"2.0.0-alpha.41", "2.0.0-alpha.42",
"2.0.0-alpha.40", "2.0.0-alpha.40",
"2.0.0-alpha.39", "2.0.0-alpha.39",
"2.0.0-alpha.38" "2.0.0-alpha.38"