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

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

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

There are several steps to boosting pages in Docsearch with metadata added to Markdown/MDX pages. This guide covers the steps. ## Pre-flight checklist - [x] I have read the [Contributing...

CLA Signed

### 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
status: needs triage

## Motivation We should be able to use source map for MDX files, to know which line an MDX error comes from more easily. Note: this is only for runtime...

CLA Signed
pr: new feature

As part of https://github.com/facebook/docusaurus/issues/6113, we want to improve the swizzle DX The `docusaurus swizzle` command works fine but still has some major DX problems. These are various proposals that we...

proposal
apprentice

This PR addresses issue #8429 by improving the accessibility structure of the documentation sidebar. # Changes Made: - Replaced the outer ``/`` with a semantic `` - Applied `aria-hidden="true"` to...

CLA Signed
domain: a11y

## 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 written unit tests and/or...

### 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 This issue is kind of a continuation from: -...

proposal

### Description Many users requested the ability to create i18n locale-specific content. By that, I mean localized sites are mostly the same and share many pages, apart from a few...

feature