docusaurus
docusaurus copied to clipboard
Easy to maintain open source documentation websites.
# Docusaurus Faster This is a meta-issue for the Docusaurus Faster project. The goal is to modernize our infrastructure and greatly reduce the time and memory it takes to build...
### 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....
# Docusaurus Faster - For plugins authors [Docusaurus Faster](https://github.com/facebook/docusaurus/issues/10556) sister issue for plugins authors implementing the `configureWebpack()` lifecycle hook. ## TODO To be explained soon, but you can subscribe in...
### 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....
### 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....
This PR adds the ability to configure the cleanUrls option for the serve command, as described in issue #7991. It allows users to toggle clean URLs during local development. ##...
### 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....
## 🚀 Feature Support "nextjs-like" dynamic routes so that N pages may be generated from pages with templated filenames (`[thingid].tsx`). ### Have you read the [Contributing Guidelines on issues](https://github.com/facebook/docusaurus/blob/master/CONTRIBUTING.md#reporting-new-issues)? yes...
## Motivation Fix https://github.com/facebook/docusaurus/issues/9985 Replace `renderToPipeableStream` with `renderToReadableStream` because the former emit NULL chars unexpectedly, which might be a React bug. Note: the setup is not super clean in terms...
#Pull Request Title: feat-add-azion-deployment ##Description: This pull request adds documentation for deploying a Docusaurus site to Azion. The new section provides detailed steps for three deployment methods: starting from a...