docusaurus icon indicating copy to clipboard operation
docusaurus copied to clipboard

Easy to maintain open source documentation websites.

Results 484 docusaurus issues
Sort by recently updated
recently updated
newest added

## 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:...

CLA Signed

## 🐛 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...

bug
difficulty: intermediate
status: blocked
domain: markdown

### 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...

difficulty: intermediate
proposal
apprentice

### 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...

feature
status: needs triage

## Motivation New site config option: ```ts export default { future: { experimental_router: 'hash', // default to "browser" } } ``` The hash router is useful in rare cases, and...

CLA Signed
pr: new feature
to backport
Argos

### 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...

feature
domain: markdown

### 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....

bug

## 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...

CLA Signed

## 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...

CLA Signed
pr: breaking change
pr: bug fix
Argos

### 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....

bug