docusaurus
docusaurus copied to clipboard
Easy to maintain open source documentation websites.
When building a Docusaurus site with multiple locales, the memory keeps increasing. What happens, in pseudo-code: ```ts async function buildSite() { await buildLocale("en"); // +20mb await buildLocale("fr"); // +20mb await...
# Memory leaks during SSG I investigated SSG performance and memory usage on a large 11k-docs site (see https://github.com/facebook/docusaurus/discussions/11140) with SSG worker threads enabled (https://github.com/facebook/docusaurus/pull/10826). To remember everything, here are...
Finished translation to pt-PT ## Pre-flight checklist - [ ] I have read the [Contributing Guidelines on pull requests](https://github.com/facebook/docusaurus/blob/main/CONTRIBUTING.md#pull-requests). - [ ] **If this is a code change**: I have...
### 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 The released notes link is broken for version 2.x...
## Motivation Fix https://github.com/facebook/docusaurus/issues/11146 ## Test Plan preview ### Test links https://deploy-preview-11151--docusaurus-2.netlify.app/versions
### 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....
## 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...
### 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....