svelte-docs icon indicating copy to clipboard operation
svelte-docs copied to clipboard

A rapid way to write documentation for your Svelte components

Results 40 svelte-docs issues
Sort by recently updated
recently updated
newest added
trafficstars

Bumps [hosted-git-info](https://github.com/npm/hosted-git-info) from 2.8.8 to 2.8.9. Changelog Sourced from hosted-git-info's changelog. 2.8.9 (2021-04-07) Bug Fixes backport regex fix from #76 (29adfe5), closes #84 Commits 8d4b369 chore(release): 2.8.9 29adfe5 fix: backport...

dependencies

Github pages domains end in `io`

I've tried adding to svelte-docs.config but it didn't seem to make much of a difference ``` aliases: { comps: '../src/Components', models: '../src/Models', }, preprocess: [ svletePreprocess({ sourceMap: false, }), ],...

Is there a way to create a common template that all examples will be nested inside of? My issue is that I have a component somewhere in the tree do...

Seems we are still in v1, and it's quite hard adding my own plugins and configurations to the build. Having said that it requires updating some of the existing plugins...

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.8. Commits a2c5da8 1.3.8 af5c6bb Do not use Object.create(null) 8b648a1 don't test where our devdeps don't even work c74c8af 1.3.7 024b8b5 update deps, add linting...

dependencies

I guess the main difference with this and https://svelte.dev/docs is that on the svelte website the whole docs is a single page and scrolled along with the left nav. This...

Would it be possible to have unit tests in place? As the project matures it becomes an irreplaceable asset. Please let me know your thoughts, I can help contribute to...