mirror of
https://github.com/facebook/docusaurus.git
synced 2025-05-02 03:37:48 +02:00
docs(v2): v2 migration should mention RSS feed url change (#4236)
This commit is contained in:
parent
4ccd9a3952
commit
b533847df8
2 changed files with 9 additions and 0 deletions
|
@ -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:
|
||||||
|
|
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue