docs(v2): v2 migration should mention RSS feed url change (#4236)

This commit is contained in:
Sébastien Lorber 2021-02-17 14:35:29 +01:00 committed by GitHub
parent 4ccd9a3952
commit b533847df8
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 9 additions and 0 deletions

View file

@ -572,6 +572,12 @@ The Docusaurus front matter fields for the blog have been changed from camelCase
The fields `authorFBID` and `authorTwitter` have been deprecated. They are only used for generating the profile image of the author which can be done via the `author_image_url` field. The fields `authorFBID` and `authorTwitter` have been deprecated. They are only used for generating the profile image of the author which can be done via the `author_image_url` field.
## Deployment
The `CNAME` file used by GitHub Pages is not generated anymore, so be sure you have created it in `/static/CNAME` if you use a custom domain.
The blog RSS feed is now hosted at `/blog/rss.xml` instead of `/blog/feed.xml`. You may want to configure server-side redirects so that users' subscriptions keep working.
## Test your site ## Test your site
After migration, your folder structure should look like this: After migration, your folder structure should look like this:

View file

@ -10,3 +10,6 @@
/fr/* /fr/404.html 404 /fr/* /fr/404.html 404
# Redirect Docusaurus v1 blog RSS feed
/blog/feed.xml /blog/rss.xml