mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-29 22:47:52 +02:00
docs(v2): Add section to blog document about feed location (#1976)
* Add section in blog doc about feed location * fix fenced code type
This commit is contained in:
parent
64d2ec2c77
commit
245b50f6e0
1 changed files with 14 additions and 0 deletions
|
@ -110,6 +110,20 @@ module.exports = {
|
|||
};
|
||||
```
|
||||
|
||||
Accessing the feed:
|
||||
|
||||
The feed for RSS can be found at
|
||||
|
||||
```text
|
||||
https://{your-domain}/blog/rss.xml
|
||||
```
|
||||
|
||||
and for atom
|
||||
|
||||
```text
|
||||
https://{your-domain}/blog/atom.xml
|
||||
```
|
||||
|
||||
## Advanced topics
|
||||
|
||||
### Blog-only mode
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue