mirror of
https://github.com/facebook/docusaurus.git
synced 2025-06-05 04:12:53 +02:00
Merge branch 'master' of github.com:facebook/docusaurus
This commit is contained in:
commit
413e85636f
26 changed files with 40 additions and 25 deletions
|
@ -1,5 +1,20 @@
|
|||
# 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)
|
||||
|
||||
#### :rocket: New Feature
|
||||
|
|
|
@ -1,20 +1,20 @@
|
|||
{
|
||||
"version-2.0.0-alpha.41/docs": [
|
||||
"version-2.0.0-alpha.42/docs": [
|
||||
{
|
||||
"type": "category",
|
||||
"label": "Docusaurus",
|
||||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/introduction"
|
||||
"id": "version-2.0.0-alpha.42/introduction"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/design-principles"
|
||||
"id": "version-2.0.0-alpha.42/design-principles"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/contributing"
|
||||
"id": "version-2.0.0-alpha.42/contributing"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -24,11 +24,11 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/installation"
|
||||
"id": "version-2.0.0-alpha.42/installation"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/configuration"
|
||||
"id": "version-2.0.0-alpha.42/configuration"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -38,15 +38,15 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/creating-pages"
|
||||
"id": "version-2.0.0-alpha.42/creating-pages"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/styling-layout"
|
||||
"id": "version-2.0.0-alpha.42/styling-layout"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/static-assets"
|
||||
"id": "version-2.0.0-alpha.42/static-assets"
|
||||
},
|
||||
{
|
||||
"type": "category",
|
||||
|
@ -54,33 +54,33 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/markdown-features"
|
||||
"id": "version-2.0.0-alpha.42/markdown-features"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/sidebar"
|
||||
"id": "version-2.0.0-alpha.42/sidebar"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/versioning"
|
||||
"id": "version-2.0.0-alpha.42/versioning"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/blog"
|
||||
"id": "version-2.0.0-alpha.42/blog"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/search"
|
||||
"id": "version-2.0.0-alpha.42/search"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/deployment"
|
||||
"id": "version-2.0.0-alpha.42/deployment"
|
||||
},
|
||||
{
|
||||
"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": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/using-plugins"
|
||||
"id": "version-2.0.0-alpha.42/using-plugins"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/using-themes"
|
||||
"id": "version-2.0.0-alpha.42/using-themes"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/presets"
|
||||
"id": "version-2.0.0-alpha.42/presets"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
@ -108,23 +108,23 @@
|
|||
"items": [
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/cli"
|
||||
"id": "version-2.0.0-alpha.42/cli"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/docusaurus-core"
|
||||
"id": "version-2.0.0-alpha.42/docusaurus-core"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/docusaurus.config.js"
|
||||
"id": "version-2.0.0-alpha.42/docusaurus.config.js"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/lifecycle-apis"
|
||||
"id": "version-2.0.0-alpha.42/lifecycle-apis"
|
||||
},
|
||||
{
|
||||
"type": "doc",
|
||||
"id": "version-2.0.0-alpha.41/theme-classic"
|
||||
"id": "version-2.0.0-alpha.42/theme-classic"
|
||||
}
|
||||
]
|
||||
}
|
|
@ -1,5 +1,5 @@
|
|||
[
|
||||
"2.0.0-alpha.41",
|
||||
"2.0.0-alpha.42",
|
||||
"2.0.0-alpha.40",
|
||||
"2.0.0-alpha.39",
|
||||
"2.0.0-alpha.38"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue