Skip to content

Commit 508e6fe

Browse files
LadyBluenotesCopilotautofix-ci[bot]kodiakhq[bot]
authored
JSDoc generated v2 reference docs (#1481)
* generated v2 reference docs Co-authored-by: Copilot <copilot@github.com> * ci: apply automated fixes * update categories * ci: apply automated fixes * Refine Solid v2 reference generation * ci: apply automated fixes * Enhance documentation for advanced interop & async APIs - Updated `flatten.mdx`, `not-ready-error.mdx`, and `resolve.mdx` to include use cases and tags for better discoverability. - Improved summaries, import statements, type signatures, parameters, and examples for clarity and consistency across the documentation. - Added `DEV` API reference with detailed descriptions and type signatures. - Refined component types documentation, including `Component`, `ComponentProps`, `FlowComponent`, `ParentComponent`, and `VoidComponent`, with enhanced examples and summaries. - Introduced context types documentation for `Context` and `ContextProviderComponent`. - Updated JSX and owner types documentation for better clarity and structure. - Enhanced reactive types documentation for `Accessor`, `Setter`, and `Signal`. - Improved store types documentation for `SolidStore`, `Store`, and `StoreNode`. - Removed outdated `createMemo.mdx` and `createSignal.mdx` files as they are no longer relevant. * Update documentation and type signatures across various components * ci: apply automated fixes * fix: improve link label escaping in reference generation --------- Co-authored-by: Copilot <copilot@github.com> Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
1 parent b8c70a9 commit 508e6fe

73 files changed

Lines changed: 7250 additions & 137 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@
1313
"format": "prettier . --write",
1414
"lint:fix": "eslint --flag unstable_native_nodejs_ts_config . --fix",
1515
"check:lint": "eslint --flag unstable_native_nodejs_ts_config .",
16-
"check:types": "tsc --noEmit"
16+
"check:types": "tsc --noEmit",
17+
"sync:ref": "node scripts/extract-solid-ref.mjs"
1718
},
1819
"dependencies": {
1920
"@kobalte/core": "^0.13.11",

0 commit comments

Comments
 (0)