-
Maybe use [Docusaurus](https://docusaurus.io/)
uonr updated
2 months ago
-
### Version
1.48.2
### Steps to reproduce
```
import { test } from "@playwright/test";
test.use({ browserName: "firefox" });
test("get started link", async ({ page }) => {
await page.route("htt…
-
### Is your feature request related to a problem? Please describe.
We want to enable contributors to easily improve docs. example: https://docusaurus.io/docs/docs-introduction
![image](https://git…
-
Hi there
how does this plugin compare against https://github.com/LunaticMuch/docusaurus-terminology besides being inactive for months as well 😭.
(And being a fork of the originally developed one …
-
### 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-iss…
-
## Describe the bug
I noticed that it can't render the example from the schema when using anyof. It does know that there are two possible responses, but not what the schema is. I do know each one i…
-
Hi there 👋 I'm trying to build a documentation site with this amazing tool. However upon following the [getting started bootstrap from docusaurus](https://docusaurus.io/docs#fast-track) and the [shiki…
-
1. The doc/docusaurus code use to make a live preview of documentation currently uses a hard-coded moc base library, but should use the correctly versioned, matching base library from nix/sources.json…
-
We're looking to pick a Docusaurus preset with the following features in mind:
- [x] #25
- [ ] Maybe display contributors of the individual pages
- [x] Customizable logo
- [x] Customizable colors
…
-
In the Python course, I use the following format for filenames: `{sidebar_position}_{slug}.md` E.g. the file of the tenth lesson is `10_crawling.md`
Would it be a good idea if we added inferring of…