-
**The problem**
When building a library for Vue applications it is not possible to document custom directives delivered by the library.
**Proposed solution**
The Ability to describe
…
-
For a long time, there is broken navigation in the sidebar. To display sub-items we need to either click twice on the parent item or we need to refresh the page. This is caused because the hiding/disp…
-
Styleguidist allows you to use JS/JSX code blocks as "playground langs" (eg you get the CodeMirror editor and can edit examples live) and this is great for helping people try something out.
In …
-
**Describe the bug**
I have a component where the props are in a different JavaScript file because it's used for multiple button components but the props aren't rendered in the docs, am i doing somet…
-
### What version of `vite` are you using?
2.9.13
### System info and storybook versions
```
System:
OS: Windows 10 10.0.19044
CPU: (12) x64 Intel(R) Core(TM) i7-10750
H CPU @ 2.60…
-
It might be a good idea to change to a solid code documentation framework. This would pose the option to generate a webpage containing all our documentation and give easy hints for documentation.
A…
-
I'd like to setup a build script / githook that stops me from committing a change if there is any missing documentation.
Is there a way to trigger this with the current API?
-
**Is your feature request related to a problem? Please describe.**
Since Vue component templates in VSCode do not have typescript support, it's difficult to consume component libraries without consta…
-
**Current behavior**
Take this file for example:
**Simple.vue**
```vue
export default {
props: {
color: {
type: String,
…
-
Is there anyway to declare documentation for components in JS (or TS) rather than markdown?
Having free-text (md) feels quite chaotic - writing the documentation in JS would enable us to do lintin…