docusaurus
docusaurus copied to clipboard
Easy to maintain open source documentation websites.
## Motivation Fix #7875 Then maybe we could have a global configuration with also the possibility to have a per block configuration ## Test Plan ### Test links Deploy preview:...
## 🐛 Bug Report Suppose you have: ```md # md file [link](./otherMdFile.md) ``` Then if the linked md file change from `slug: /path1` to `slug: /path2` the md file must...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Motivation The SVGR support is currently in Docusaurus core: ```tsx...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Description When I am using a folder for asset collection...
## Motivation New site config option: ```ts export default { future: { experimental_router: 'hash', // default to "browser" } } ``` The hash router is useful in rare cases, and...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#reporting-new-issues). ### Description Currently, our blog plugin is able to truncate a...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....
## Pre-flight checklist - [x] I have read the [Contributing Guidelines on pull requests](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#pull-requests). - [x] **If this is a code change**: I have written unit tests and/or added dogfooding...
## Motivation - fix https://github.com/facebook/docusaurus/issues/10053 - fix https://github.com/facebook/docusaurus/issues/9916 - fix https://github.com/facebook/docusaurus/issues/9552 When a Docusaurus page is accessed through its non-canonical variant ending with `.html`, we get a weird duplicate render...
### Have you read the Contributing Guidelines on issues? - [X] I have read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#issues). ### Prerequisites - [X] I'm using the latest version of Docusaurus....