docs: fix broken PR links (#1791)

This commit is contained in:
Masafumi Koba 2019-09-17 11:43:33 +09:00 committed by Yangshun Tay
parent 78159f6dd5
commit a1e02be3d3

View file

@ -10,15 +10,15 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
**Fixed**
- fix: content aligning breaks at IE11 ([#1684](https://github.com/facebook/docusaurus/pull/#1684))
- fix: footer links margin ([#1781](https://github.com/facebook/docusaurus/pull/#1781))
- feat: strip html from TOC ([#1762](https://github.com/facebook/docusaurus/pull/#1762))
- fix: content aligning breaks at IE11 ([#1684](https://github.com/facebook/docusaurus/pull/1684))
- fix: footer links margin ([#1781](https://github.com/facebook/docusaurus/pull/1781))
- feat: strip html from TOC ([#1762](https://github.com/facebook/docusaurus/pull/1762))
**Docs**
- docs: document what should be in .gitignore ([#1709](https://github.com/facebook/docusaurus/pull/1709))
- docs: change separateCSS to separateCss ([#1735](https://github.com/facebook/docusaurus/pull/#1735))
- docs: fix documented type for the `cleanUrl` option ([#1775](https://github.com/facebook/docusaurus/pull/#1775))
- docs: change separateCSS to separateCss ([#1735](https://github.com/facebook/docusaurus/pull/1735))
- docs: fix documented type for the `cleanUrl` option ([#1775](https://github.com/facebook/docusaurus/pull/1775))
- docs: improve tutorial
## [1.12.0] - 2019-07-20