-
### 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-issue…
-
### Initial checklist
- [X] I read the [support docs](https://mdxjs.com/community/support/)
- [X] I read the [contributing guide](https://mdxjs.com/community/contribute/)
- [X] I agree to follow the …
-
**Motivation:** provide a static site with documentation for better project representation.
**Inventory**
- https://docusaurus.io (too complex)
- https://github.com/facebook/docusaurus
- htt…
-
### Initial checklist
- [X] I read the [support docs](https://mdxjs.com/community/support/)
- [X] I read the [contributing guide](https://mdxjs.com/community/contribute/)
- [X] I agree to follow the …
-
## Description
I've got this error during installing gatsby-cli globally
### Steps to reproduce
yarn global add gatsby-cli
### Expected result
gasby-cli should be installed globally
…
-
### Verify canary release
- [X] I verified that the issue exists in the latest Next.js canary release
### Provide environment information
Operating System:
Platform: darwin
Arch: …
-
```
14 \| {
00:25:13.825 | 15 \|
00:25:13.825 | > 16 \|   case ADMIN;
00:25:13.825 | \| ^
00:25:13.825 | 17 \|
00:25:13.825 | 18 \|   case USER;
00:25:13.826 |
00:25:13.826…
-
Hey @wooorm, would you be open to granting @jridgewell, @kwonoj, and @sokra permission to approve and merge pull requests to update swc_core? We have to keep swc_core versions in sync across Next.js, …
-
**Describe the bug**
Attempting to render any `.stories.mdx` file results in the following error:
```
Uncaught TypeError: Object(...) is not a function
at page (main.stories.mdx:41:1)
at …
-
Hi! I'm using Next.js 13 (`app` folder) with `next-mdx-remote/rsc` (version 4.4.1).
So far, everything has been working great. However, I was wondering how I could add options to code fences, such …