mirror of
https://github.com/facebook/docusaurus.git
synced 2025-08-06 10:20:09 +02:00
chore(v2): update docs and changelog
This commit is contained in:
parent
d4342dcbf3
commit
242c9e0c29
2 changed files with 7 additions and 4 deletions
|
@ -2,6 +2,8 @@
|
||||||
|
|
||||||
## Unreleased
|
## Unreleased
|
||||||
|
|
||||||
|
## 2.0.0-alpha.31
|
||||||
|
|
||||||
- Footer is now sticky/ pinned to the bottom of the viewport in desktop browsers.
|
- Footer is now sticky/ pinned to the bottom of the viewport in desktop browsers.
|
||||||
- Footer is now also displayed in docs page for consistency.
|
- Footer is now also displayed in docs page for consistency.
|
||||||
- Remove empty doc sidebar container if sidebar for a particular doc page does not exist. Otherwise, it will cause an additional empty space.
|
- Remove empty doc sidebar container if sidebar for a particular doc page does not exist. Otherwise, it will cause an additional empty space.
|
||||||
|
@ -14,6 +16,7 @@
|
||||||
- Fix pagination nav and right sidebar color contrast ratio
|
- Fix pagination nav and right sidebar color contrast ratio
|
||||||
- Fix sidebar arrow color in dark mode
|
- Fix sidebar arrow color in dark mode
|
||||||
- Fix footer mobile issue
|
- Fix footer mobile issue
|
||||||
|
- Increase sidebar width
|
||||||
- etc
|
- etc
|
||||||
|
|
||||||
## 2.0.0-alpha.30
|
## 2.0.0-alpha.30
|
||||||
|
|
|
@ -37,8 +37,8 @@ Meanwhile, the default doc site functionalities provided by Docusaurus 1 are now
|
||||||
{
|
{
|
||||||
dependencies: {
|
dependencies: {
|
||||||
- "docusaurus": "^1.x.x",
|
- "docusaurus": "^1.x.x",
|
||||||
+ "@docusaurus/core": "^2.0.0-alpha.30",
|
+ "@docusaurus/core": "^2.0.0-alpha.31",
|
||||||
+ "@docusaurus/preset-classic": "^2.0.0-alpha.30",
|
+ "@docusaurus/preset-classic": "^2.0.0-alpha.31",
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
```
|
```
|
||||||
|
@ -71,8 +71,8 @@ A typical Docusaurus 2 `package.json` may look like this:
|
||||||
"deploy": "docusaurus deploy"
|
"deploy": "docusaurus deploy"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@docusaurus/core": "^2.0.0-alpha.30",
|
"@docusaurus/core": "^2.0.0-alpha.31",
|
||||||
"@docusaurus/preset-classic": "^2.0.0-alpha.30",
|
"@docusaurus/preset-classic": "^2.0.0-alpha.31",
|
||||||
"classnames": "^2.2.6",
|
"classnames": "^2.2.6",
|
||||||
"react": "^16.10.2",
|
"react": "^16.10.2",
|
||||||
"react-dom": "^16.10.2"
|
"react-dom": "^16.10.2"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue