docs: add api reference#322
Conversation
✅ Deploy Preview for svelteplot ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
📦 Preview package for this PR is published! Version: Install it with: npm install svelteplot@pr-322
# or install the specific version
npm install [email protected] |
|
TypeScript error report:
|
|
📦 Preview package for this PR is published! Version: Install it with: npm install svelteplot@pr-322
# or install the specific version
npm install [email protected] |
|
TypeScript error report:
|
|
📦 Preview package for this PR is published! Version: Install it with: npm install svelteplot@pr-322
# or install the specific version
npm install [email protected] |
|
TypeScript error report:
|
|
📦 Preview package for this PR is published! Version: Install it with: npm install svelteplot@pr-322
# or install the specific version
npm install [email protected] |
|
TypeScript error report:
|
|
📦 Preview package for this PR is published! Version: Install it with: npm install svelteplot@pr-322
# or install the specific version
npm install [email protected] |
|
📦 Preview package for this PR is published! Version: Install it with: npm install svelteplot@pr-322
# or install the specific version
npm install [email protected] |
|
📦 Preview package for this PR is published! Version: Install it with: npm install svelteplot@pr-322
# or install the specific version
npm install [email protected] |
|
📦 Preview package for this PR is published! Version: Install it with: npm install svelteplot@pr-322
# or install the specific version
npm install [email protected] |
|
TypeScript error report:
|
|
📦 Preview package for this PR is published! Version: Install it with: npm install svelteplot@pr-322
# or install the specific version
npm install [email protected] |
|
TypeScript error report:
|
1 similar comment
|
TypeScript error report:
|
|
📦 Preview package for this PR is published! Version: Install it with: npm install svelteplot@pr-322
# or install the specific version
npm install [email protected] |
|
📦 Preview package for this PR is published! Version: Install it with: npm install svelteplot@pr-322
# or install the specific version
npm install [email protected] |
|
TypeScript error report:
|
|
📦 Preview package for this PR is published! Version: Install it with: npm install svelteplot@pr-322
# or install the specific version
npm install [email protected] |
|
Thanks for adding the references! This is great. I noticed a minor problem. It seems |

This pull request introduces improvements to the documentation and minor UI tweaks. The main focus is on expanding the sidebar navigation to include an API Reference section and adding a script for generating API documentation for marks. Additionally, there is a small change to the
Link.sveltecomponent for cleaner rendering of child elements.Documentation improvements:
config/sidebar.ts, with a link to the marks API page.docs:api:marksinpackage.jsonto generate API documentation for marks usinggenerate-mark-api.js.UI component update:
src/theme/components/Link.sveltefor more concise child element rendering.