chore: rename v2.docusaurus.io urls after domain switch + redirect + cleanups (#4490)

* prepare v1-v2 domain switch

* rename v1 changelog as CHANGELOG-1.x.md

* switch v1/v2 changelogs

* Cleanup v2.docusaurus.io urls

* add netlify domain redirect

* remove circleci config

* remove another circle file
This commit is contained in:
Sébastien Lorber 2021-03-22 20:57:49 +01:00 committed by GitHub
parent aaea26602b
commit 78349480af
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
73 changed files with 109 additions and 217 deletions

View file

@ -31,7 +31,7 @@ URL for site favicon. Example:
```js title="docusaurus.config.js"
module.exports = {
favicon: 'https://v2.docusaurus.io/favicon.ico',
favicon: 'https://docusaurus.io/favicon.ico',
};
```