-
Currently the dev guide uses mdbook. But from my reading experience there are two problems: 1. the theme makes me feel bored and tired quickly, lacking color contrast; 2. no ToC (this is not supported…
-
For AF Elections we needed a simple site for developer documentation. Even though we started with `doc-seed`, we ended up using [Docusaurus](docusaurus.io). This post briefly captures its advantages …
-
### What version of Bun is running?
1.0.3+25e69c71e70ac8a0a88f9cf15b4057bd7b2a633a
### What platform is your computer?
ArchLinux Linux 6.5.3-arch1-1 x86_64 unknown
### What steps can reproduce the…
noraj updated
2 months ago
-
## Documentation link
It doesn't exist yet.
## Describe the problem
If I swizzle a component, e.g. `ApiExplorer/index.tsx`, my TypeScript configuration will start complaining with errors such…
-
Code blocks should support titles
https://docusaurus.io/docs/markdown-features/code-blocks
Docusaurus example:
![image](https://github.com/user-attachments/assets/9689e473-9106-44da-b843-587c4e…
-
It is generating wrong links for example searching for "linter errors" and clicking the first result should go to https://docs.flathub.org/docs/for-app-authors/linter#linter-errors but the generated l…
bbhtt updated
4 months ago
-
I have an `mdx` document using Docusaurus and am receiving an error when I attempt to preview
```
import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';
Hello World
…
-
### 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).
### Descr…
-
Might want to move/copy some of the ha doc from ziti to ziti-doc
Make sure controller/router config doc is updated
Add missing events file sink option
-
Hi,
Docusaurus2 has this nice thing called ["magic comments"](https://docusaurus.io/docs/markdown-features/code-blocks#line-highlighting) that adds styling to code blocks (like line highlighting et…