-
**Is your feature request related to a problem? Please describe.**
Related to documentation versioning
**Describe the solution you'd like**
A way to version a set of markdown documents
**Descr…
-
### 💞🤝Update `dev-docs` from `docusaurus2` to `docusaurus3`
docusaurus.config.js:
```js
process.env.IS_PREACT = "false";
.
.
.
//🧐
//🧐docusaurus3-dotenv?
```
Tester:
```go
if (excalid…
-
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…
-
https://blog.hec9527.top/blog/2021/08/31/docusaurus2-build-blog
每次搬迁博客之前都在纠结到底要不要搬,毕竟博客搬迁费时费力,如果没有解决之前的痛点,得到想要的效果,还不如不搬
-
Hello, thanks for making this plugin, I have a question.
When I use an env variable in a custom page:
```
// pages/index.js
const myEnv = process.env.TEST_ENV;
```
It worked when compilin…
-
Everyone is more than welcome to take part in this effort - either by **contributing** articles or by giving **feedback** and **suggestions**. You feedback will help us prioritise articles and improve…
guyca updated
3 years ago
-
## Description
I established typresense service on a VM for my local documentation website. Obviously, I had to enable CORS on typesense VM through `typesense-server.ini` to allow sharing resources…
-
This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.
## Config Migration Needed
- […
-
As we're approaching v1, we should start thinking more about automation.
The problem with docs is that they're almost always behind. At best they're on time, but they're almost never ahead. (With …
jtoar updated
3 years ago
-
### Motivation
Related to the CommonMark support issue: https://github.com/facebook/docusaurus/issues/3018
Some custom elements we created do not work when using the CommonMark parser mode, that…