Adding docs #161
kbulatovic
started this conversation in
Ideas
Adding docs
#161
Replies: 1 comment 1 reply
-
Hi @kbulatovic, It is interesting idea about docs. It makes sense to me, but i strictly against any custom development. IMO if it is possible to make docs using static site generators/MDX or what is modern now - makes much more sense to me. From your description i have a feeling you are mixing something like storybook and actual docs explaining what and how it is working. I do not think storybook is any how useful there. It makes more sense to use vite preview option or something very similar. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey. I wanted to hop onboard to fix the bug with
include
,exclude
stuff, and i just found it hard to develop with no proper gui. I used to open up bundled html files, then edit some source there, and check the changes, but thats lacklustre experience.Anyway, what do you think about adding
/docs
dir where we could create a minimal representation of templates available using vite+preact+router for examples with currently some hardcoded data, then host it as a live demo on github pages, and at the same time have a breeze of local dev?Beta Was this translation helpful? Give feedback.
All reactions