-
Look into JSdoc; https://github.com/psychoinformatics-de/shacl-vue/pull/26/commits/863e84c825cf1ff8c858c9255b382ebfa6f2879e already has a single example of a jsdoc-based docstring for a module.
For…
-
### Is your feature request related to a problem? Please describe.
problem: extending from _two_ premade "plugin-like" presets: blog & jsdoc
```js
// .vitepress/config.ts
export default define…
-
A Button component is a fundamental UI element used to trigger actions or events. Here are the key features a Button component should have:
1. **Variants**: Support for different button variants such…
-
For sure, it's good to go with creation of readable and **useful docs**.
This is technical requirements.
### Docs includes
- [x] Detailed descriptions
- [x] Pages for each live demo with code
-…
-
### Describe the bug
In production when i refresh my page and click my navigation ,get some error :
TypeError: Cannot read properties of null (reading 'parentNode')
at remove (framework.DSL…
-
一份写好的`md` 文档,非常便捷的生成一个 web 页面,然后分享给他人。即 MD 变为 Docs。这是把一些思考记录下来很好的方式。不管是日记、笔记、读书读后感等,又或者是技术博客。
在 2022 年底 2023 年初,在了解 vite 的过程中,也用了 vitepress ,个人开发体验极佳。之前写过 `vuepress`,而`VitePress is VuePress' little b…
yayxs updated
2 months ago
-
我传入 style 和 class 都没有在dom上生成,有时候,我想自定义渲染效果区域的背景颜色什么的。
```
```
-
-
**Your plugins are so cool, congratulations!** I am impressed with Enhanced Readibilities, Page properties, Inline links preview. It is difficult to know which one is better.
You are already full o…
ghost updated
2 months ago
-
### Is your feature request related to a problem? Please describe.
such as a vue components library site……
A common problem for a documentation page is to show how to use a component, both in code…