@hanzo/docs 16.2.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.turbo/turbo-build.log +249 -0
- package/CHANGELOG.md +12 -0
- package/LICENSE +21 -0
- package/dist/cli/build.d.ts +117 -0
- package/dist/cli/build.js +2 -0
- package/dist/content-collections/index.d.ts +1 -0
- package/dist/content-collections/index.js +2 -0
- package/dist/core/breadcrumb.d.ts +1 -0
- package/dist/core/breadcrumb.js +2 -0
- package/dist/core/content/github.d.ts +1 -0
- package/dist/core/content/github.js +2 -0
- package/dist/core/content/index.d.ts +1 -0
- package/dist/core/content/index.js +2 -0
- package/dist/core/content/toc.d.ts +1 -0
- package/dist/core/content/toc.js +2 -0
- package/dist/core/dynamic-link.d.ts +1 -0
- package/dist/core/dynamic-link.js +2 -0
- package/dist/core/framework/index.d.ts +1 -0
- package/dist/core/framework/index.js +2 -0
- package/dist/core/framework/next.d.ts +1 -0
- package/dist/core/framework/next.js +2 -0
- package/dist/core/framework/react-router.d.ts +1 -0
- package/dist/core/framework/react-router.js +2 -0
- package/dist/core/framework/tanstack.d.ts +1 -0
- package/dist/core/framework/tanstack.js +2 -0
- package/dist/core/framework/waku.d.ts +1 -0
- package/dist/core/framework/waku.js +2 -0
- package/dist/core/highlight/client.d.ts +1 -0
- package/dist/core/highlight/client.js +2 -0
- package/dist/core/highlight/index.d.ts +1 -0
- package/dist/core/highlight/index.js +2 -0
- package/dist/core/i18n/index.d.ts +1 -0
- package/dist/core/i18n/index.js +2 -0
- package/dist/core/i18n/middleware.d.ts +1 -0
- package/dist/core/i18n/middleware.js +2 -0
- package/dist/core/link.d.ts +2 -0
- package/dist/core/link.js +6 -0
- package/dist/core/mdx-plugins/codeblock-utils.d.ts +1 -0
- package/dist/core/mdx-plugins/codeblock-utils.js +2 -0
- package/dist/core/mdx-plugins/index.d.ts +1 -0
- package/dist/core/mdx-plugins/index.js +2 -0
- package/dist/core/mdx-plugins/rehype-code.d.ts +1 -0
- package/dist/core/mdx-plugins/rehype-code.js +2 -0
- package/dist/core/mdx-plugins/remark-gfm.d.ts +1 -0
- package/dist/core/mdx-plugins/remark-gfm.js +2 -0
- package/dist/core/mdx-plugins/remark-steps.d.ts +1 -0
- package/dist/core/mdx-plugins/remark-steps.js +2 -0
- package/dist/core/mdx-plugins/remark-structure.d.ts +1 -0
- package/dist/core/mdx-plugins/remark-structure.js +2 -0
- package/dist/core/negotiation.d.ts +1 -0
- package/dist/core/negotiation.js +2 -0
- package/dist/core/page-tree.d.ts +1 -0
- package/dist/core/page-tree.js +2 -0
- package/dist/core/search/algolia.d.ts +1 -0
- package/dist/core/search/algolia.js +2 -0
- package/dist/core/search/client.d.ts +1 -0
- package/dist/core/search/client.js +2 -0
- package/dist/core/search/index.d.ts +1 -0
- package/dist/core/search/index.js +2 -0
- package/dist/core/search/orama-cloud.d.ts +1 -0
- package/dist/core/search/orama-cloud.js +2 -0
- package/dist/core/search/server.d.ts +1 -0
- package/dist/core/search/server.js +2 -0
- package/dist/core/source/client.d.ts +1 -0
- package/dist/core/source/client.js +2 -0
- package/dist/core/source/index.d.ts +1 -0
- package/dist/core/source/index.js +2 -0
- package/dist/core/source/lucide-icons.d.ts +1 -0
- package/dist/core/source/lucide-icons.js +2 -0
- package/dist/core/source/schema.d.ts +1 -0
- package/dist/core/source/schema.js +2 -0
- package/dist/core/toc.d.ts +1 -0
- package/dist/core/toc.js +2 -0
- package/dist/docgen/index.d.ts +1 -0
- package/dist/docgen/index.js +2 -0
- package/dist/docgen/remark-ts2js.d.ts +1 -0
- package/dist/docgen/remark-ts2js.js +2 -0
- package/dist/mdx/bun.d.ts +1 -0
- package/dist/mdx/bun.js +2 -0
- package/dist/mdx/config.d.ts +1 -0
- package/dist/mdx/config.js +2 -0
- package/dist/mdx/index.d.ts +1 -0
- package/dist/mdx/index.js +2 -0
- package/dist/mdx/next.d.ts +1 -0
- package/dist/mdx/next.js +2 -0
- package/dist/mdx/plugins/index-file.d.ts +1 -0
- package/dist/mdx/plugins/index-file.js +2 -0
- package/dist/mdx/plugins/json-schema.d.ts +2 -0
- package/dist/mdx/plugins/json-schema.js +6 -0
- package/dist/mdx/plugins/last-modified.d.ts +2 -0
- package/dist/mdx/plugins/last-modified.js +6 -0
- package/dist/mdx/runtime/browser.d.ts +1 -0
- package/dist/mdx/runtime/browser.js +2 -0
- package/dist/mdx/runtime/dynamic.d.ts +1 -0
- package/dist/mdx/runtime/dynamic.js +2 -0
- package/dist/mdx/runtime/server.d.ts +1 -0
- package/dist/mdx/runtime/server.js +2 -0
- package/dist/mdx/runtime/types.d.ts +1 -0
- package/dist/mdx/runtime/types.js +2 -0
- package/dist/mdx/vite.d.ts +2 -0
- package/dist/mdx/vite.js +6 -0
- package/dist/mdx-remote/client.d.ts +1 -0
- package/dist/mdx-remote/client.js +2 -0
- package/dist/mdx-remote/index.d.ts +1 -0
- package/dist/mdx-remote/index.js +2 -0
- package/dist/obsidian/index.d.ts +1 -0
- package/dist/obsidian/index.js +2 -0
- package/dist/obsidian/mdx.d.ts +1 -0
- package/dist/obsidian/mdx.js +2 -0
- package/dist/obsidian/ui.d.ts +1 -0
- package/dist/obsidian/ui.js +2 -0
- package/dist/openapi/css/preset.css +1 -0
- package/dist/openapi/index.d.ts +1 -0
- package/dist/openapi/index.js +2 -0
- package/dist/openapi/server.d.ts +1 -0
- package/dist/openapi/server.js +2 -0
- package/dist/openapi/ui.d.ts +1 -0
- package/dist/openapi/ui.js +2 -0
- package/dist/press/index.d.ts +1 -0
- package/dist/press/index.js +2 -0
- package/dist/press/vite.d.ts +1 -0
- package/dist/press/vite.js +2 -0
- package/dist/python/components.d.ts +1 -0
- package/dist/python/components.js +2 -0
- package/dist/python/index.d.ts +1 -0
- package/dist/python/index.js +2 -0
- package/dist/twoslash/cache-fs.d.ts +1 -0
- package/dist/twoslash/cache-fs.js +2 -0
- package/dist/twoslash/index.d.ts +1 -0
- package/dist/twoslash/index.js +2 -0
- package/dist/twoslash/twoslash.css +225 -0
- package/dist/twoslash/ui.d.ts +1 -0
- package/dist/twoslash/ui.js +2 -0
- package/dist/typescript/index.d.ts +1 -0
- package/dist/typescript/index.js +2 -0
- package/dist/typescript/ui.d.ts +1 -0
- package/dist/typescript/ui.js +2 -0
- package/dist/ui/components/accordion.d.ts +1 -0
- package/dist/ui/components/accordion.js +2 -0
- package/dist/ui/components/banner.d.ts +1 -0
- package/dist/ui/components/banner.js +2 -0
- package/dist/ui/components/callout.d.ts +1 -0
- package/dist/ui/components/callout.js +2 -0
- package/dist/ui/components/card.d.ts +1 -0
- package/dist/ui/components/card.js +2 -0
- package/dist/ui/components/codeblock.d.ts +1 -0
- package/dist/ui/components/codeblock.js +2 -0
- package/dist/ui/components/dialog/search-algolia.d.ts +1 -0
- package/dist/ui/components/dialog/search-algolia.js +2 -0
- package/dist/ui/components/dialog/search-default.d.ts +1 -0
- package/dist/ui/components/dialog/search-default.js +2 -0
- package/dist/ui/components/dialog/search-orama.d.ts +1 -0
- package/dist/ui/components/dialog/search-orama.js +2 -0
- package/dist/ui/components/dialog/search.d.ts +1 -0
- package/dist/ui/components/dialog/search.js +2 -0
- package/dist/ui/components/dynamic-codeblock.d.ts +1 -0
- package/dist/ui/components/dynamic-codeblock.js +2 -0
- package/dist/ui/components/files.d.ts +1 -0
- package/dist/ui/components/files.js +2 -0
- package/dist/ui/components/github-info.d.ts +1 -0
- package/dist/ui/components/github-info.js +2 -0
- package/dist/ui/components/heading.d.ts +1 -0
- package/dist/ui/components/heading.js +2 -0
- package/dist/ui/components/image-zoom.d.ts +1 -0
- package/dist/ui/components/image-zoom.js +2 -0
- package/dist/ui/components/inline-toc.d.ts +1 -0
- package/dist/ui/components/inline-toc.js +2 -0
- package/dist/ui/components/sidebar/base.d.ts +1 -0
- package/dist/ui/components/sidebar/base.js +2 -0
- package/dist/ui/components/sidebar/link-item.d.ts +1 -0
- package/dist/ui/components/sidebar/link-item.js +2 -0
- package/dist/ui/components/sidebar/page-tree.d.ts +1 -0
- package/dist/ui/components/sidebar/page-tree.js +2 -0
- package/dist/ui/components/steps.d.ts +1 -0
- package/dist/ui/components/steps.js +2 -0
- package/dist/ui/components/tabs.d.ts +1 -0
- package/dist/ui/components/tabs.js +2 -0
- package/dist/ui/components/tabs.unstyled.d.ts +1 -0
- package/dist/ui/components/tabs.unstyled.js +2 -0
- package/dist/ui/components/toc/clerk.d.ts +1 -0
- package/dist/ui/components/toc/clerk.js +2 -0
- package/dist/ui/components/toc/default.d.ts +1 -0
- package/dist/ui/components/toc/default.js +2 -0
- package/dist/ui/components/toc/index.d.ts +1 -0
- package/dist/ui/components/toc/index.js +2 -0
- package/dist/ui/components/type-table.d.ts +1 -0
- package/dist/ui/components/type-table.js +2 -0
- package/dist/ui/components/ui/accordion.d.ts +1 -0
- package/dist/ui/components/ui/accordion.js +2 -0
- package/dist/ui/components/ui/button.d.ts +1 -0
- package/dist/ui/components/ui/button.js +2 -0
- package/dist/ui/components/ui/collapsible.d.ts +1 -0
- package/dist/ui/components/ui/collapsible.js +2 -0
- package/dist/ui/components/ui/navigation-menu.d.ts +1 -0
- package/dist/ui/components/ui/navigation-menu.js +2 -0
- package/dist/ui/components/ui/popover.d.ts +1 -0
- package/dist/ui/components/ui/popover.js +2 -0
- package/dist/ui/components/ui/scroll-area.d.ts +1 -0
- package/dist/ui/components/ui/scroll-area.js +2 -0
- package/dist/ui/components/ui/tabs.d.ts +1 -0
- package/dist/ui/components/ui/tabs.js +2 -0
- package/dist/ui/contexts/i18n.d.ts +1 -0
- package/dist/ui/contexts/i18n.js +2 -0
- package/dist/ui/contexts/tree.d.ts +1 -0
- package/dist/ui/contexts/tree.js +2 -0
- package/dist/ui/css/black.css +39 -0
- package/dist/ui/css/catppuccin.css +49 -0
- package/dist/ui/css/colors/index.css +51 -0
- package/dist/ui/css/dusk.css +47 -0
- package/dist/ui/css/layouts/docs.css +1 -0
- package/dist/ui/css/layouts/home.css +1 -0
- package/dist/ui/css/layouts/notebook.css +1 -0
- package/dist/ui/css/neutral.css +7 -0
- package/dist/ui/css/ocean.css +48 -0
- package/dist/ui/css/preset.css +305 -0
- package/dist/ui/css/purple.css +39 -0
- package/dist/ui/css/shadcn.css +36 -0
- package/dist/ui/css/shiki.css +90 -0
- package/dist/ui/css/solar.css +75 -0
- package/dist/ui/css/style.css +9 -0
- package/dist/ui/css/vitepress.css +77 -0
- package/dist/ui/dist/theme/typography/index.d.ts +10 -0
- package/dist/ui/dist/theme/typography/index.d.ts.map +1 -0
- package/dist/ui/dist/theme/typography/index.js +137 -0
- package/dist/ui/dist/theme/typography/styles.d.ts +93 -0
- package/dist/ui/dist/theme/typography/styles.d.ts.map +1 -0
- package/dist/ui/dist/theme/typography/styles.js +433 -0
- package/dist/ui/i18n.d.ts +1 -0
- package/dist/ui/i18n.js +2 -0
- package/dist/ui/image-zoom.css +77 -0
- package/dist/ui/layouts/docs/page.d.ts +1 -0
- package/dist/ui/layouts/docs/page.js +2 -0
- package/dist/ui/layouts/docs.d.ts +1 -0
- package/dist/ui/layouts/docs.js +2 -0
- package/dist/ui/layouts/home/navbar.d.ts +1 -0
- package/dist/ui/layouts/home/navbar.js +2 -0
- package/dist/ui/layouts/home.d.ts +1 -0
- package/dist/ui/layouts/home.js +2 -0
- package/dist/ui/layouts/notebook/page.d.ts +1 -0
- package/dist/ui/layouts/notebook/page.js +2 -0
- package/dist/ui/layouts/notebook.d.ts +1 -0
- package/dist/ui/layouts/notebook.js +2 -0
- package/dist/ui/layouts/shared.d.ts +1 -0
- package/dist/ui/layouts/shared.js +2 -0
- package/dist/ui/mdx.d.ts +2 -0
- package/dist/ui/mdx.js +6 -0
- package/dist/ui/og.d.ts +1 -0
- package/dist/ui/og.js +2 -0
- package/dist/ui/page.d.ts +1 -0
- package/dist/ui/page.js +2 -0
- package/dist/ui/provider/base.d.ts +1 -0
- package/dist/ui/provider/base.js +2 -0
- package/dist/ui/provider/next.d.ts +1 -0
- package/dist/ui/provider/next.js +2 -0
- package/dist/ui/provider/react-router.d.ts +1 -0
- package/dist/ui/provider/react-router.js +2 -0
- package/dist/ui/provider/tanstack.d.ts +1 -0
- package/dist/ui/provider/tanstack.js +2 -0
- package/dist/ui/provider/waku.d.ts +1 -0
- package/dist/ui/provider/waku.js +2 -0
- package/dist/ui/style.css +3306 -0
- package/dist/ui/utils/use-copy-button.d.ts +1 -0
- package/dist/ui/utils/use-copy-button.js +2 -0
- package/package.json +146 -0
- package/scripts/copy-css.js +57 -0
- package/scripts/generate-exports.ts +2 -0
- package/src/cli/build.ts +1 -0
- package/src/content-collections/index.ts +1 -0
- package/src/core/breadcrumb.ts +1 -0
- package/src/core/content/github.ts +1 -0
- package/src/core/content/index.ts +1 -0
- package/src/core/content/toc.ts +1 -0
- package/src/core/dynamic-link.ts +1 -0
- package/src/core/framework/index.ts +1 -0
- package/src/core/framework/next.ts +1 -0
- package/src/core/framework/react-router.ts +1 -0
- package/src/core/framework/tanstack.ts +1 -0
- package/src/core/framework/waku.ts +1 -0
- package/src/core/highlight/client.ts +1 -0
- package/src/core/highlight/index.ts +1 -0
- package/src/core/i18n/index.ts +1 -0
- package/src/core/i18n/middleware.ts +1 -0
- package/src/core/link.ts +2 -0
- package/src/core/mdx-plugins/codeblock-utils.ts +1 -0
- package/src/core/mdx-plugins/index.ts +1 -0
- package/src/core/mdx-plugins/rehype-code.ts +1 -0
- package/src/core/mdx-plugins/remark-gfm.ts +1 -0
- package/src/core/mdx-plugins/remark-steps.ts +1 -0
- package/src/core/mdx-plugins/remark-structure.ts +1 -0
- package/src/core/negotiation.ts +1 -0
- package/src/core/page-tree.ts +1 -0
- package/src/core/search/algolia.ts +1 -0
- package/src/core/search/client.ts +1 -0
- package/src/core/search/index.ts +1 -0
- package/src/core/search/orama-cloud.ts +1 -0
- package/src/core/search/server.ts +1 -0
- package/src/core/source/client.ts +1 -0
- package/src/core/source/index.ts +1 -0
- package/src/core/source/lucide-icons.ts +1 -0
- package/src/core/source/schema.ts +1 -0
- package/src/core/toc.ts +1 -0
- package/src/docgen/index.ts +1 -0
- package/src/docgen/remark-ts2js.ts +1 -0
- package/src/mdx/bun.ts +1 -0
- package/src/mdx/config.ts +1 -0
- package/src/mdx/index.ts +1 -0
- package/src/mdx/next.ts +1 -0
- package/src/mdx/plugins/index-file.ts +1 -0
- package/src/mdx/plugins/json-schema.ts +2 -0
- package/src/mdx/plugins/last-modified.ts +2 -0
- package/src/mdx/runtime/browser.ts +1 -0
- package/src/mdx/runtime/dynamic.ts +1 -0
- package/src/mdx/runtime/server.ts +1 -0
- package/src/mdx/runtime/types.ts +1 -0
- package/src/mdx/vite.ts +2 -0
- package/src/mdx-remote/client.ts +1 -0
- package/src/mdx-remote/index.ts +1 -0
- package/src/obsidian/index.ts +1 -0
- package/src/obsidian/mdx.ts +1 -0
- package/src/obsidian/ui.ts +1 -0
- package/src/openapi/index.ts +1 -0
- package/src/openapi/server.ts +1 -0
- package/src/openapi/ui.ts +1 -0
- package/src/press/index.ts +1 -0
- package/src/press/vite.ts +1 -0
- package/src/python/components.ts +1 -0
- package/src/python/index.ts +1 -0
- package/src/twoslash/cache-fs.ts +1 -0
- package/src/twoslash/index.ts +1 -0
- package/src/twoslash/ui.ts +1 -0
- package/src/typescript/index.ts +1 -0
- package/src/typescript/ui.ts +1 -0
- package/src/ui/components/accordion.ts +1 -0
- package/src/ui/components/banner.ts +1 -0
- package/src/ui/components/callout.ts +1 -0
- package/src/ui/components/card.ts +1 -0
- package/src/ui/components/codeblock.ts +1 -0
- package/src/ui/components/dialog/search-algolia.ts +1 -0
- package/src/ui/components/dialog/search-default.ts +1 -0
- package/src/ui/components/dialog/search-orama.ts +1 -0
- package/src/ui/components/dialog/search.ts +1 -0
- package/src/ui/components/dynamic-codeblock.ts +1 -0
- package/src/ui/components/files.ts +1 -0
- package/src/ui/components/github-info.ts +1 -0
- package/src/ui/components/heading.ts +1 -0
- package/src/ui/components/image-zoom.ts +1 -0
- package/src/ui/components/inline-toc.ts +1 -0
- package/src/ui/components/sidebar/base.ts +1 -0
- package/src/ui/components/sidebar/link-item.ts +1 -0
- package/src/ui/components/sidebar/page-tree.ts +1 -0
- package/src/ui/components/steps.ts +1 -0
- package/src/ui/components/tabs.ts +1 -0
- package/src/ui/components/tabs.unstyled.ts +1 -0
- package/src/ui/components/toc/clerk.ts +1 -0
- package/src/ui/components/toc/default.ts +1 -0
- package/src/ui/components/toc/index.ts +1 -0
- package/src/ui/components/type-table.ts +1 -0
- package/src/ui/components/ui/accordion.ts +1 -0
- package/src/ui/components/ui/button.ts +1 -0
- package/src/ui/components/ui/collapsible.ts +1 -0
- package/src/ui/components/ui/navigation-menu.ts +1 -0
- package/src/ui/components/ui/popover.ts +1 -0
- package/src/ui/components/ui/scroll-area.ts +1 -0
- package/src/ui/components/ui/tabs.ts +1 -0
- package/src/ui/contexts/i18n.ts +1 -0
- package/src/ui/contexts/tree.ts +1 -0
- package/src/ui/i18n.ts +1 -0
- package/src/ui/layouts/docs/page.ts +1 -0
- package/src/ui/layouts/docs.ts +1 -0
- package/src/ui/layouts/home/navbar.ts +1 -0
- package/src/ui/layouts/home.ts +1 -0
- package/src/ui/layouts/notebook/page.ts +1 -0
- package/src/ui/layouts/notebook.ts +1 -0
- package/src/ui/layouts/shared.ts +1 -0
- package/src/ui/mdx.ts +2 -0
- package/src/ui/og.ts +1 -0
- package/src/ui/page.ts +1 -0
- package/src/ui/provider/base.ts +1 -0
- package/src/ui/provider/next.ts +1 -0
- package/src/ui/provider/react-router.ts +1 -0
- package/src/ui/provider/tanstack.ts +1 -0
- package/src/ui/provider/waku.ts +1 -0
- package/src/ui/utils/use-copy-button.ts +1 -0
- package/tsconfig.json +20 -0
- package/tsup.config.ts +50 -0
|
@@ -0,0 +1,249 @@
|
|
|
1
|
+
|
|
2
|
+
> @hanzo/docs@16.2.6 build /Users/z/work/hanzo/docs/packages/hanzo-docs
|
|
3
|
+
> tsup && node scripts/copy-css.js
|
|
4
|
+
|
|
5
|
+
CLI Building entry: {"cli/build":"src/cli/build.ts","content-collections/index":"src/content-collections/index.ts","core/breadcrumb":"src/core/breadcrumb.ts","core/content/github":"src/core/content/github.ts","core/content/index":"src/core/content/index.ts","core/content/toc":"src/core/content/toc.ts","core/dynamic-link":"src/core/dynamic-link.ts","core/framework/index":"src/core/framework/index.ts","core/framework/next":"src/core/framework/next.ts","core/framework/react-router":"src/core/framework/react-router.ts","core/framework/tanstack":"src/core/framework/tanstack.ts","core/framework/waku":"src/core/framework/waku.ts","core/highlight/client":"src/core/highlight/client.ts","core/highlight/index":"src/core/highlight/index.ts","core/i18n/index":"src/core/i18n/index.ts","core/i18n/middleware":"src/core/i18n/middleware.ts","core/link":"src/core/link.ts","core/mdx-plugins/codeblock-utils":"src/core/mdx-plugins/codeblock-utils.ts","core/mdx-plugins/index":"src/core/mdx-plugins/index.ts","core/mdx-plugins/rehype-code":"src/core/mdx-plugins/rehype-code.ts","core/mdx-plugins/remark-gfm":"src/core/mdx-plugins/remark-gfm.ts","core/mdx-plugins/remark-steps":"src/core/mdx-plugins/remark-steps.ts","core/mdx-plugins/remark-structure":"src/core/mdx-plugins/remark-structure.ts","core/negotiation":"src/core/negotiation.ts","core/page-tree":"src/core/page-tree.ts","core/search/algolia":"src/core/search/algolia.ts","core/search/client":"src/core/search/client.ts","core/search/index":"src/core/search/index.ts","core/search/orama-cloud":"src/core/search/orama-cloud.ts","core/search/server":"src/core/search/server.ts","core/source/client":"src/core/source/client.ts","core/source/index":"src/core/source/index.ts","core/source/lucide-icons":"src/core/source/lucide-icons.ts","core/source/schema":"src/core/source/schema.ts","core/toc":"src/core/toc.ts","docgen/index":"src/docgen/index.ts","docgen/remark-ts2js":"src/docgen/remark-ts2js.ts","mdx/bun":"src/mdx/bun.ts","mdx/config":"src/mdx/config.ts","mdx/index":"src/mdx/index.ts","mdx/next":"src/mdx/next.ts","mdx/plugins/index-file":"src/mdx/plugins/index-file.ts","mdx/plugins/json-schema":"src/mdx/plugins/json-schema.ts","mdx/plugins/last-modified":"src/mdx/plugins/last-modified.ts","mdx/runtime/browser":"src/mdx/runtime/browser.ts","mdx/runtime/dynamic":"src/mdx/runtime/dynamic.ts","mdx/runtime/server":"src/mdx/runtime/server.ts","mdx/runtime/types":"src/mdx/runtime/types.ts","mdx/vite":"src/mdx/vite.ts","mdx-remote/client":"src/mdx-remote/client.ts","mdx-remote/index":"src/mdx-remote/index.ts","obsidian/index":"src/obsidian/index.ts","obsidian/mdx":"src/obsidian/mdx.ts","obsidian/ui":"src/obsidian/ui.ts","openapi/index":"src/openapi/index.ts","openapi/server":"src/openapi/server.ts","openapi/ui":"src/openapi/ui.ts","press/index":"src/press/index.ts","press/vite":"src/press/vite.ts","python/components":"src/python/components.ts","python/index":"src/python/index.ts","twoslash/cache-fs":"src/twoslash/cache-fs.ts","twoslash/index":"src/twoslash/index.ts","twoslash/ui":"src/twoslash/ui.ts","typescript/index":"src/typescript/index.ts","typescript/ui":"src/typescript/ui.ts","ui/components/accordion":"src/ui/components/accordion.ts","ui/components/banner":"src/ui/components/banner.ts","ui/components/callout":"src/ui/components/callout.ts","ui/components/card":"src/ui/components/card.ts","ui/components/codeblock":"src/ui/components/codeblock.ts","ui/components/dialog/search-algolia":"src/ui/components/dialog/search-algolia.ts","ui/components/dialog/search-default":"src/ui/components/dialog/search-default.ts","ui/components/dialog/search-orama":"src/ui/components/dialog/search-orama.ts","ui/components/dialog/search":"src/ui/components/dialog/search.ts","ui/components/dynamic-codeblock":"src/ui/components/dynamic-codeblock.ts","ui/components/files":"src/ui/components/files.ts","ui/components/github-info":"src/ui/components/github-info.ts","ui/components/heading":"src/ui/components/heading.ts","ui/components/image-zoom":"src/ui/components/image-zoom.ts","ui/components/inline-toc":"src/ui/components/inline-toc.ts","ui/components/sidebar/base":"src/ui/components/sidebar/base.ts","ui/components/sidebar/link-item":"src/ui/components/sidebar/link-item.ts","ui/components/sidebar/page-tree":"src/ui/components/sidebar/page-tree.ts","ui/components/steps":"src/ui/components/steps.ts","ui/components/tabs":"src/ui/components/tabs.ts","ui/components/tabs.unstyled":"src/ui/components/tabs.unstyled.ts","ui/components/toc/clerk":"src/ui/components/toc/clerk.ts","ui/components/toc/default":"src/ui/components/toc/default.ts","ui/components/toc/index":"src/ui/components/toc/index.ts","ui/components/type-table":"src/ui/components/type-table.ts","ui/components/ui/accordion":"src/ui/components/ui/accordion.ts","ui/components/ui/button":"src/ui/components/ui/button.ts","ui/components/ui/collapsible":"src/ui/components/ui/collapsible.ts","ui/components/ui/navigation-menu":"src/ui/components/ui/navigation-menu.ts","ui/components/ui/popover":"src/ui/components/ui/popover.ts","ui/components/ui/scroll-area":"src/ui/components/ui/scroll-area.ts","ui/components/ui/tabs":"src/ui/components/ui/tabs.ts","ui/contexts/i18n":"src/ui/contexts/i18n.ts","ui/contexts/tree":"src/ui/contexts/tree.ts","ui/i18n":"src/ui/i18n.ts","ui/layouts/docs/page":"src/ui/layouts/docs/page.ts","ui/layouts/docs":"src/ui/layouts/docs.ts","ui/layouts/home/navbar":"src/ui/layouts/home/navbar.ts","ui/layouts/home":"src/ui/layouts/home.ts","ui/layouts/notebook/page":"src/ui/layouts/notebook/page.ts","ui/layouts/notebook":"src/ui/layouts/notebook.ts","ui/layouts/shared":"src/ui/layouts/shared.ts","ui/mdx":"src/ui/mdx.ts","ui/og":"src/ui/og.ts","ui/page":"src/ui/page.ts","ui/provider/base":"src/ui/provider/base.ts","ui/provider/next":"src/ui/provider/next.ts","ui/provider/react-router":"src/ui/provider/react-router.ts","ui/provider/tanstack":"src/ui/provider/tanstack.ts","ui/provider/waku":"src/ui/provider/waku.ts","ui/utils/use-copy-button":"src/ui/utils/use-copy-button.ts"}
|
|
6
|
+
CLI Using tsconfig: tsconfig.json
|
|
7
|
+
CLI tsup v8.5.1
|
|
8
|
+
CLI Using tsup config: /Users/z/work/hanzo/docs/packages/hanzo-docs/tsup.config.ts
|
|
9
|
+
CLI Target: es2022
|
|
10
|
+
CLI Cleaning output folder
|
|
11
|
+
ESM Build start
|
|
12
|
+
ESM dist/core/dynamic-link.js 75.00 B
|
|
13
|
+
ESM dist/core/content/toc.js 73.00 B
|
|
14
|
+
ESM dist/core/breadcrumb.js 71.00 B
|
|
15
|
+
ESM dist/core/framework/next.js 79.00 B
|
|
16
|
+
ESM dist/core/content/github.js 79.00 B
|
|
17
|
+
ESM dist/core/framework/tanstack.js 87.00 B
|
|
18
|
+
ESM dist/core/i18n/index.js 65.00 B
|
|
19
|
+
ESM dist/core/framework/index.js 75.00 B
|
|
20
|
+
ESM dist/core/highlight/client.js 83.00 B
|
|
21
|
+
ESM dist/core/content/index.js 71.00 B
|
|
22
|
+
ESM dist/core/highlight/index.js 75.00 B
|
|
23
|
+
ESM dist/cli/build.js 59.00 B
|
|
24
|
+
ESM dist/core/i18n/middleware.js 81.00 B
|
|
25
|
+
ESM dist/core/framework/react-router.js 95.00 B
|
|
26
|
+
ESM dist/content-collections/index.js 85.00 B
|
|
27
|
+
ESM dist/core/mdx-plugins/index.js 79.00 B
|
|
28
|
+
ESM dist/core/mdx-plugins/codeblock-utils.js 105.00 B
|
|
29
|
+
ESM dist/core/mdx-plugins/remark-gfm.js 95.00 B
|
|
30
|
+
ESM dist/core/mdx-plugins/remark-steps.js 99.00 B
|
|
31
|
+
ESM dist/core/page-tree.js 69.00 B
|
|
32
|
+
ESM dist/core/negotiation.js 73.00 B
|
|
33
|
+
ESM dist/core/search/client.js 77.00 B
|
|
34
|
+
ESM dist/core/search/algolia.js 79.00 B
|
|
35
|
+
ESM dist/core/search/server.js 77.00 B
|
|
36
|
+
ESM dist/core/source/client.js 77.00 B
|
|
37
|
+
ESM dist/core/source/index.js 69.00 B
|
|
38
|
+
ESM dist/core/source/lucide-icons.js 89.00 B
|
|
39
|
+
ESM dist/core/mdx-plugins/remark-structure.js 107.00 B
|
|
40
|
+
ESM dist/mdx/bun.js 55.00 B
|
|
41
|
+
ESM dist/core/source/schema.js 77.00 B
|
|
42
|
+
ESM dist/mdx/index.js 53.00 B
|
|
43
|
+
ESM dist/core/search/orama-cloud.js 87.00 B
|
|
44
|
+
ESM dist/core/framework/waku.js 79.00 B
|
|
45
|
+
ESM dist/mdx/next.js 57.00 B
|
|
46
|
+
ESM dist/mdx/runtime/dynamic.js 79.00 B
|
|
47
|
+
ESM dist/mdx/plugins/index-file.js 85.00 B
|
|
48
|
+
ESM dist/core/toc.js 57.00 B
|
|
49
|
+
ESM dist/core/search/index.js 69.00 B
|
|
50
|
+
ESM dist/docgen/index.js 59.00 B
|
|
51
|
+
ESM dist/mdx/runtime/types.js 75.00 B
|
|
52
|
+
ESM dist/mdx/config.js 61.00 B
|
|
53
|
+
ESM dist/mdx/runtime/server.js 77.00 B
|
|
54
|
+
ESM dist/mdx-remote/client.js 75.00 B
|
|
55
|
+
ESM dist/obsidian/ui.js 63.00 B
|
|
56
|
+
ESM dist/obsidian/index.js 63.00 B
|
|
57
|
+
ESM dist/obsidian/mdx.js 65.00 B
|
|
58
|
+
ESM dist/openapi/index.js 61.00 B
|
|
59
|
+
ESM dist/mdx/vite.js 151.00 B
|
|
60
|
+
ESM dist/openapi/server.js 69.00 B
|
|
61
|
+
ESM dist/mdx/plugins/last-modified.js 202.00 B
|
|
62
|
+
ESM dist/openapi/ui.js 61.00 B
|
|
63
|
+
ESM dist/press/index.js 57.00 B
|
|
64
|
+
ESM dist/python/index.js 59.00 B
|
|
65
|
+
ESM dist/python/components.js 75.00 B
|
|
66
|
+
ESM dist/docgen/remark-ts2js.js 79.00 B
|
|
67
|
+
ESM dist/twoslash/cache-fs.js 75.00 B
|
|
68
|
+
ESM dist/twoslash/ui.js 63.00 B
|
|
69
|
+
ESM dist/typescript/index.js 67.00 B
|
|
70
|
+
ESM dist/ui/components/accordion.js 87.00 B
|
|
71
|
+
ESM dist/core/mdx-plugins/rehype-code.js 97.00 B
|
|
72
|
+
ESM dist/core/link.js 154.00 B
|
|
73
|
+
ESM dist/twoslash/index.js 63.00 B
|
|
74
|
+
ESM dist/mdx-remote/index.js 67.00 B
|
|
75
|
+
ESM dist/ui/components/dialog/search-default.js 111.00 B
|
|
76
|
+
ESM dist/ui/components/banner.js 81.00 B
|
|
77
|
+
ESM dist/ui/components/dialog/search-algolia.js 111.00 B
|
|
78
|
+
ESM dist/ui/components/dialog/search.js 95.00 B
|
|
79
|
+
ESM dist/ui/components/dialog/search-orama.js 107.00 B
|
|
80
|
+
ESM dist/typescript/ui.js 67.00 B
|
|
81
|
+
ESM dist/ui/components/card.js 77.00 B
|
|
82
|
+
ESM dist/ui/components/dynamic-codeblock.js 103.00 B
|
|
83
|
+
ESM dist/ui/components/files.js 79.00 B
|
|
84
|
+
ESM dist/press/vite.js 61.00 B
|
|
85
|
+
ESM dist/ui/components/github-info.js 91.00 B
|
|
86
|
+
ESM dist/ui/components/inline-toc.js 89.00 B
|
|
87
|
+
ESM dist/ui/components/callout.js 83.00 B
|
|
88
|
+
ESM dist/ui/components/heading.js 83.00 B
|
|
89
|
+
ESM dist/ui/components/codeblock.js 87.00 B
|
|
90
|
+
ESM dist/ui/components/sidebar/base.js 93.00 B
|
|
91
|
+
ESM dist/ui/components/tabs.js 77.00 B
|
|
92
|
+
ESM dist/ui/components/steps.js 79.00 B
|
|
93
|
+
ESM dist/ui/components/tabs.unstyled.js 95.00 B
|
|
94
|
+
ESM dist/ui/components/image-zoom.js 89.00 B
|
|
95
|
+
ESM dist/ui/components/toc/default.js 91.00 B
|
|
96
|
+
ESM dist/mdx/runtime/browser.js 79.00 B
|
|
97
|
+
ESM dist/ui/components/sidebar/link-item.js 103.00 B
|
|
98
|
+
ESM dist/mdx/plugins/json-schema.js 196.00 B
|
|
99
|
+
ESM dist/ui/components/toc/clerk.js 87.00 B
|
|
100
|
+
ESM dist/ui/components/ui/button.js 87.00 B
|
|
101
|
+
ESM dist/ui/components/type-table.js 89.00 B
|
|
102
|
+
ESM dist/ui/components/ui/popover.js 89.00 B
|
|
103
|
+
ESM dist/ui/components/ui/navigation-menu.js 105.00 B
|
|
104
|
+
ESM dist/ui/contexts/i18n.js 73.00 B
|
|
105
|
+
ESM dist/ui/components/ui/collapsible.js 97.00 B
|
|
106
|
+
ESM dist/ui/components/sidebar/page-tree.js 103.00 B
|
|
107
|
+
ESM dist/ui/contexts/tree.js 73.00 B
|
|
108
|
+
ESM dist/ui/layouts/docs.js 71.00 B
|
|
109
|
+
ESM dist/ui/layouts/home/navbar.js 85.00 B
|
|
110
|
+
ESM dist/ui/mdx.js 145.00 B
|
|
111
|
+
ESM dist/ui/components/toc/index.js 87.00 B
|
|
112
|
+
ESM dist/ui/og.js 51.00 B
|
|
113
|
+
ESM dist/ui/components/ui/scroll-area.js 97.00 B
|
|
114
|
+
ESM dist/ui/layouts/notebook.js 79.00 B
|
|
115
|
+
ESM dist/ui/layouts/notebook/page.js 89.00 B
|
|
116
|
+
ESM dist/ui/provider/base.js 73.00 B
|
|
117
|
+
ESM dist/ui/provider/next.js 73.00 B
|
|
118
|
+
ESM dist/ui/provider/react-router.js 89.00 B
|
|
119
|
+
ESM dist/ui/components/ui/accordion.js 93.00 B
|
|
120
|
+
ESM dist/ui/page.js 55.00 B
|
|
121
|
+
ESM dist/ui/provider/waku.js 73.00 B
|
|
122
|
+
ESM dist/ui/layouts/home.js 71.00 B
|
|
123
|
+
ESM dist/ui/provider/tanstack.js 81.00 B
|
|
124
|
+
ESM dist/ui/layouts/docs/page.js 81.00 B
|
|
125
|
+
ESM dist/ui/layouts/shared.js 75.00 B
|
|
126
|
+
ESM dist/ui/utils/use-copy-button.js 89.00 B
|
|
127
|
+
ESM dist/ui/components/ui/tabs.js 83.00 B
|
|
128
|
+
ESM dist/ui/i18n.js 55.00 B
|
|
129
|
+
ESM ⚡️ Build success in 59ms
|
|
130
|
+
DTS Build start
|
|
131
|
+
DTS ⚡️ Build success in 13978ms
|
|
132
|
+
DTS dist/cli/build.d.ts 4.73 KB
|
|
133
|
+
DTS dist/content-collections/index.d.ts 49.00 B
|
|
134
|
+
DTS dist/core/breadcrumb.d.ts 45.00 B
|
|
135
|
+
DTS dist/core/content/github.d.ts 49.00 B
|
|
136
|
+
DTS dist/core/content/index.d.ts 42.00 B
|
|
137
|
+
DTS dist/core/content/toc.d.ts 46.00 B
|
|
138
|
+
DTS dist/core/dynamic-link.d.ts 47.00 B
|
|
139
|
+
DTS dist/core/framework/index.d.ts 44.00 B
|
|
140
|
+
DTS dist/core/framework/next.d.ts 49.00 B
|
|
141
|
+
DTS dist/core/framework/react-router.d.ts 57.00 B
|
|
142
|
+
DTS dist/core/framework/tanstack.d.ts 53.00 B
|
|
143
|
+
DTS dist/core/framework/waku.d.ts 49.00 B
|
|
144
|
+
DTS dist/core/highlight/client.d.ts 51.00 B
|
|
145
|
+
DTS dist/core/highlight/index.d.ts 44.00 B
|
|
146
|
+
DTS dist/core/i18n/index.d.ts 39.00 B
|
|
147
|
+
DTS dist/core/i18n/middleware.d.ts 50.00 B
|
|
148
|
+
DTS dist/core/link.d.ts 88.00 B
|
|
149
|
+
DTS dist/core/mdx-plugins/codeblock-utils.d.ts 62.00 B
|
|
150
|
+
DTS dist/core/mdx-plugins/index.d.ts 46.00 B
|
|
151
|
+
DTS dist/core/mdx-plugins/rehype-code.d.ts 58.00 B
|
|
152
|
+
DTS dist/core/mdx-plugins/remark-gfm.d.ts 57.00 B
|
|
153
|
+
DTS dist/core/mdx-plugins/remark-steps.d.ts 59.00 B
|
|
154
|
+
DTS dist/core/mdx-plugins/remark-structure.d.ts 63.00 B
|
|
155
|
+
DTS dist/core/negotiation.d.ts 46.00 B
|
|
156
|
+
DTS dist/core/page-tree.d.ts 44.00 B
|
|
157
|
+
DTS dist/core/search/algolia.d.ts 49.00 B
|
|
158
|
+
DTS dist/core/search/client.d.ts 48.00 B
|
|
159
|
+
DTS dist/core/search/index.d.ts 41.00 B
|
|
160
|
+
DTS dist/core/search/orama-cloud.d.ts 53.00 B
|
|
161
|
+
DTS dist/core/search/server.d.ts 48.00 B
|
|
162
|
+
DTS dist/core/source/client.d.ts 48.00 B
|
|
163
|
+
DTS dist/core/source/index.d.ts 41.00 B
|
|
164
|
+
DTS dist/core/source/lucide-icons.d.ts 54.00 B
|
|
165
|
+
DTS dist/core/source/schema.d.ts 48.00 B
|
|
166
|
+
DTS dist/core/toc.d.ts 38.00 B
|
|
167
|
+
DTS dist/docgen/index.d.ts 36.00 B
|
|
168
|
+
DTS dist/docgen/remark-ts2js.d.ts 49.00 B
|
|
169
|
+
DTS dist/mdx/bun.d.ts 37.00 B
|
|
170
|
+
DTS dist/mdx/config.d.ts 40.00 B
|
|
171
|
+
DTS dist/mdx/index.d.ts 33.00 B
|
|
172
|
+
DTS dist/mdx/next.d.ts 38.00 B
|
|
173
|
+
DTS dist/mdx/plugins/index-file.d.ts 52.00 B
|
|
174
|
+
DTS dist/mdx/plugins/json-schema.d.ts 116.00 B
|
|
175
|
+
DTS dist/mdx/plugins/last-modified.d.ts 120.00 B
|
|
176
|
+
DTS dist/mdx/runtime/browser.d.ts 49.00 B
|
|
177
|
+
DTS dist/mdx/runtime/dynamic.d.ts 49.00 B
|
|
178
|
+
DTS dist/mdx/runtime/server.d.ts 48.00 B
|
|
179
|
+
DTS dist/mdx/runtime/types.d.ts 47.00 B
|
|
180
|
+
DTS dist/mdx/vite.d.ts 86.00 B
|
|
181
|
+
DTS dist/mdx-remote/client.d.ts 47.00 B
|
|
182
|
+
DTS dist/mdx-remote/index.d.ts 40.00 B
|
|
183
|
+
DTS dist/obsidian/index.d.ts 38.00 B
|
|
184
|
+
DTS dist/obsidian/mdx.d.ts 42.00 B
|
|
185
|
+
DTS dist/obsidian/ui.d.ts 41.00 B
|
|
186
|
+
DTS dist/openapi/index.d.ts 37.00 B
|
|
187
|
+
DTS dist/openapi/server.d.ts 44.00 B
|
|
188
|
+
DTS dist/openapi/ui.d.ts 40.00 B
|
|
189
|
+
DTS dist/press/index.d.ts 35.00 B
|
|
190
|
+
DTS dist/press/vite.d.ts 40.00 B
|
|
191
|
+
DTS dist/python/components.d.ts 47.00 B
|
|
192
|
+
DTS dist/python/index.d.ts 36.00 B
|
|
193
|
+
DTS dist/twoslash/cache-fs.d.ts 47.00 B
|
|
194
|
+
DTS dist/twoslash/index.d.ts 38.00 B
|
|
195
|
+
DTS dist/twoslash/ui.d.ts 41.00 B
|
|
196
|
+
DTS dist/typescript/index.d.ts 40.00 B
|
|
197
|
+
DTS dist/typescript/ui.d.ts 43.00 B
|
|
198
|
+
DTS dist/ui/components/accordion.d.ts 53.00 B
|
|
199
|
+
DTS dist/ui/components/banner.d.ts 50.00 B
|
|
200
|
+
DTS dist/ui/components/callout.d.ts 51.00 B
|
|
201
|
+
DTS dist/ui/components/card.d.ts 48.00 B
|
|
202
|
+
DTS dist/ui/components/codeblock.d.ts 53.00 B
|
|
203
|
+
DTS dist/ui/components/dialog/search-algolia.d.ts 65.00 B
|
|
204
|
+
DTS dist/ui/components/dialog/search-default.d.ts 65.00 B
|
|
205
|
+
DTS dist/ui/components/dialog/search-orama.d.ts 63.00 B
|
|
206
|
+
DTS dist/ui/components/dialog/search.d.ts 57.00 B
|
|
207
|
+
DTS dist/ui/components/dynamic-codeblock.d.ts 61.00 B
|
|
208
|
+
DTS dist/ui/components/files.d.ts 49.00 B
|
|
209
|
+
DTS dist/ui/components/github-info.d.ts 55.00 B
|
|
210
|
+
DTS dist/ui/components/heading.d.ts 51.00 B
|
|
211
|
+
DTS dist/ui/components/image-zoom.d.ts 54.00 B
|
|
212
|
+
DTS dist/ui/components/inline-toc.d.ts 54.00 B
|
|
213
|
+
DTS dist/ui/components/sidebar/base.d.ts 56.00 B
|
|
214
|
+
DTS dist/ui/components/sidebar/link-item.d.ts 61.00 B
|
|
215
|
+
DTS dist/ui/components/sidebar/page-tree.d.ts 61.00 B
|
|
216
|
+
DTS dist/ui/components/steps.d.ts 49.00 B
|
|
217
|
+
DTS dist/ui/components/tabs.d.ts 48.00 B
|
|
218
|
+
DTS dist/ui/components/tabs.unstyled.d.ts 57.00 B
|
|
219
|
+
DTS dist/ui/components/toc/clerk.d.ts 53.00 B
|
|
220
|
+
DTS dist/ui/components/toc/default.d.ts 55.00 B
|
|
221
|
+
DTS dist/ui/components/toc/index.d.ts 53.00 B
|
|
222
|
+
DTS dist/ui/components/type-table.d.ts 54.00 B
|
|
223
|
+
DTS dist/ui/components/ui/accordion.d.ts 56.00 B
|
|
224
|
+
DTS dist/ui/components/ui/button.d.ts 53.00 B
|
|
225
|
+
DTS dist/ui/components/ui/collapsible.d.ts 58.00 B
|
|
226
|
+
DTS dist/ui/components/ui/navigation-menu.d.ts 62.00 B
|
|
227
|
+
DTS dist/ui/components/ui/popover.d.ts 54.00 B
|
|
228
|
+
DTS dist/ui/components/ui/scroll-area.d.ts 58.00 B
|
|
229
|
+
DTS dist/ui/components/ui/tabs.d.ts 51.00 B
|
|
230
|
+
DTS dist/ui/contexts/i18n.d.ts 46.00 B
|
|
231
|
+
DTS dist/ui/contexts/tree.d.ts 46.00 B
|
|
232
|
+
DTS dist/ui/i18n.d.ts 37.00 B
|
|
233
|
+
DTS dist/ui/layouts/docs/page.d.ts 50.00 B
|
|
234
|
+
DTS dist/ui/layouts/docs.d.ts 45.00 B
|
|
235
|
+
DTS dist/ui/layouts/home/navbar.d.ts 52.00 B
|
|
236
|
+
DTS dist/ui/layouts/home.d.ts 45.00 B
|
|
237
|
+
DTS dist/ui/layouts/notebook/page.d.ts 54.00 B
|
|
238
|
+
DTS dist/ui/layouts/notebook.d.ts 49.00 B
|
|
239
|
+
DTS dist/ui/layouts/shared.d.ts 47.00 B
|
|
240
|
+
DTS dist/ui/mdx.d.ts 82.00 B
|
|
241
|
+
DTS dist/ui/og.d.ts 35.00 B
|
|
242
|
+
DTS dist/ui/page.d.ts 37.00 B
|
|
243
|
+
DTS dist/ui/provider/base.d.ts 46.00 B
|
|
244
|
+
DTS dist/ui/provider/next.d.ts 46.00 B
|
|
245
|
+
DTS dist/ui/provider/react-router.d.ts 54.00 B
|
|
246
|
+
DTS dist/ui/provider/tanstack.d.ts 50.00 B
|
|
247
|
+
DTS dist/ui/provider/waku.d.ts 46.00 B
|
|
248
|
+
DTS dist/ui/utils/use-copy-button.d.ts 54.00 B
|
|
249
|
+
CSS files copied successfully
|
package/CHANGELOG.md
ADDED
package/LICENSE
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
MIT License
|
|
2
|
+
|
|
3
|
+
Copyright (c) 2023 Fuma
|
|
4
|
+
|
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
|
7
|
+
in the Software without restriction, including without limitation the rights
|
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
|
10
|
+
furnished to do so, subject to the following conditions:
|
|
11
|
+
|
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
|
13
|
+
copies or substantial portions of the Software.
|
|
14
|
+
|
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
+
SOFTWARE.
|
|
@@ -0,0 +1,117 @@
|
|
|
1
|
+
export * from '@hanzo/docs-cli/build';
|
|
2
|
+
import '@hanzo/docs-content-collections';
|
|
3
|
+
import '@hanzo/docs-core/breadcrumb';
|
|
4
|
+
import '@hanzo/docs-core/content/github';
|
|
5
|
+
import '@hanzo/docs-core/content';
|
|
6
|
+
import '@hanzo/docs-core/content/toc';
|
|
7
|
+
import '@hanzo/docs-core/dynamic-link';
|
|
8
|
+
import '@hanzo/docs-core/framework';
|
|
9
|
+
import '@hanzo/docs-core/framework/next';
|
|
10
|
+
import '@hanzo/docs-core/framework/react-router';
|
|
11
|
+
import '@hanzo/docs-core/framework/tanstack';
|
|
12
|
+
import '@hanzo/docs-core/framework/waku';
|
|
13
|
+
import '@hanzo/docs-core/highlight/client';
|
|
14
|
+
import '@hanzo/docs-core/highlight';
|
|
15
|
+
import '@hanzo/docs-core/i18n';
|
|
16
|
+
import '@hanzo/docs-core/i18n/middleware';
|
|
17
|
+
import '@hanzo/docs-core/link';
|
|
18
|
+
import '@hanzo/docs-core/mdx-plugins/codeblock-utils';
|
|
19
|
+
import '@hanzo/docs-core/mdx-plugins';
|
|
20
|
+
import '@hanzo/docs-core/mdx-plugins/rehype-code';
|
|
21
|
+
import '@hanzo/docs-core/mdx-plugins/remark-gfm';
|
|
22
|
+
import '@hanzo/docs-core/mdx-plugins/remark-steps';
|
|
23
|
+
import '@hanzo/docs-core/mdx-plugins/remark-structure';
|
|
24
|
+
import '@hanzo/docs-core/negotiation';
|
|
25
|
+
import '@hanzo/docs-core/page-tree';
|
|
26
|
+
import '@hanzo/docs-core/search/algolia';
|
|
27
|
+
import '@hanzo/docs-core/search/client';
|
|
28
|
+
import '@hanzo/docs-core/search';
|
|
29
|
+
import '@hanzo/docs-core/search/orama-cloud';
|
|
30
|
+
import '@hanzo/docs-core/search/server';
|
|
31
|
+
import '@hanzo/docs-core/source/client';
|
|
32
|
+
import '@hanzo/docs-core/source';
|
|
33
|
+
import '@hanzo/docs-core/source/lucide-icons';
|
|
34
|
+
import '@hanzo/docs-core/source/schema';
|
|
35
|
+
import '@hanzo/docs-core/toc';
|
|
36
|
+
import '@hanzo/docs-docgen';
|
|
37
|
+
import '@hanzo/docs-docgen/remark-ts2js';
|
|
38
|
+
import '@hanzo/docs-mdx/bun';
|
|
39
|
+
import '@hanzo/docs-mdx/config';
|
|
40
|
+
import '@hanzo/docs-mdx';
|
|
41
|
+
import '@hanzo/docs-mdx/next';
|
|
42
|
+
import '@hanzo/docs-mdx/plugins/index-file';
|
|
43
|
+
import '@hanzo/docs-mdx/plugins/json-schema';
|
|
44
|
+
import '@hanzo/docs-mdx/plugins/last-modified';
|
|
45
|
+
import '@hanzo/docs-mdx/runtime/browser';
|
|
46
|
+
import '@hanzo/docs-mdx/runtime/dynamic';
|
|
47
|
+
import '@hanzo/docs-mdx/runtime/server';
|
|
48
|
+
import '@hanzo/docs-mdx/runtime/types';
|
|
49
|
+
import '@hanzo/docs-mdx/vite';
|
|
50
|
+
import '@hanzo/docs-mdx-remote/client';
|
|
51
|
+
import '@hanzo/docs-mdx-remote';
|
|
52
|
+
import '@hanzo/docs-obsidian';
|
|
53
|
+
import '@hanzo/docs-obsidian/mdx';
|
|
54
|
+
import '@hanzo/docs-obsidian/ui';
|
|
55
|
+
import '@hanzo/docs-openapi';
|
|
56
|
+
import '@hanzo/docs-openapi/server';
|
|
57
|
+
import '@hanzo/docs-openapi/ui';
|
|
58
|
+
import '@hanzo/docs-press';
|
|
59
|
+
import '@hanzo/docs-press/vite';
|
|
60
|
+
import '@hanzo/docs-python/components';
|
|
61
|
+
import '@hanzo/docs-python';
|
|
62
|
+
import '@hanzo/docs-twoslash/cache-fs';
|
|
63
|
+
import '@hanzo/docs-twoslash';
|
|
64
|
+
import '@hanzo/docs-twoslash/ui';
|
|
65
|
+
import '@hanzo/docs-typescript';
|
|
66
|
+
import '@hanzo/docs-typescript/ui';
|
|
67
|
+
import '@hanzo/docs-ui/components/accordion';
|
|
68
|
+
import '@hanzo/docs-ui/components/banner';
|
|
69
|
+
import '@hanzo/docs-ui/components/callout';
|
|
70
|
+
import '@hanzo/docs-ui/components/card';
|
|
71
|
+
import '@hanzo/docs-ui/components/codeblock';
|
|
72
|
+
import '@hanzo/docs-ui/components/dialog/search-algolia';
|
|
73
|
+
import '@hanzo/docs-ui/components/dialog/search-default';
|
|
74
|
+
import '@hanzo/docs-ui/components/dialog/search-orama';
|
|
75
|
+
import '@hanzo/docs-ui/components/dialog/search';
|
|
76
|
+
import '@hanzo/docs-ui/components/dynamic-codeblock';
|
|
77
|
+
import '@hanzo/docs-ui/components/files';
|
|
78
|
+
import '@hanzo/docs-ui/components/github-info';
|
|
79
|
+
import '@hanzo/docs-ui/components/heading';
|
|
80
|
+
import '@hanzo/docs-ui/components/image-zoom';
|
|
81
|
+
import '@hanzo/docs-ui/components/inline-toc';
|
|
82
|
+
import '@hanzo/docs-ui/components/sidebar/base';
|
|
83
|
+
import '@hanzo/docs-ui/components/sidebar/link-item';
|
|
84
|
+
import '@hanzo/docs-ui/components/sidebar/page-tree';
|
|
85
|
+
import '@hanzo/docs-ui/components/steps';
|
|
86
|
+
import '@hanzo/docs-ui/components/tabs';
|
|
87
|
+
import '@hanzo/docs-ui/components/tabs.unstyled';
|
|
88
|
+
import '@hanzo/docs-ui/components/toc/clerk';
|
|
89
|
+
import '@hanzo/docs-ui/components/toc/default';
|
|
90
|
+
import '@hanzo/docs-ui/components/toc/index';
|
|
91
|
+
import '@hanzo/docs-ui/components/type-table';
|
|
92
|
+
import '@hanzo/docs-ui/components/ui/accordion';
|
|
93
|
+
import '@hanzo/docs-ui/components/ui/button';
|
|
94
|
+
import '@hanzo/docs-ui/components/ui/collapsible';
|
|
95
|
+
import '@hanzo/docs-ui/components/ui/navigation-menu';
|
|
96
|
+
import '@hanzo/docs-ui/components/ui/popover';
|
|
97
|
+
import '@hanzo/docs-ui/components/ui/scroll-area';
|
|
98
|
+
import '@hanzo/docs-ui/components/ui/tabs';
|
|
99
|
+
import '@hanzo/docs-ui/contexts/i18n';
|
|
100
|
+
import '@hanzo/docs-ui/contexts/tree';
|
|
101
|
+
import '@hanzo/docs-ui/i18n';
|
|
102
|
+
import '@hanzo/docs-ui/layouts/docs/page';
|
|
103
|
+
import '@hanzo/docs-ui/layouts/docs';
|
|
104
|
+
import '@hanzo/docs-ui/layouts/home/navbar';
|
|
105
|
+
import '@hanzo/docs-ui/layouts/home';
|
|
106
|
+
import '@hanzo/docs-ui/layouts/notebook/page';
|
|
107
|
+
import '@hanzo/docs-ui/layouts/notebook';
|
|
108
|
+
import '@hanzo/docs-ui/layouts/shared';
|
|
109
|
+
import '@hanzo/docs-ui/mdx';
|
|
110
|
+
import '@hanzo/docs-ui/og';
|
|
111
|
+
import '@hanzo/docs-ui/page';
|
|
112
|
+
import '@hanzo/docs-ui/provider/base';
|
|
113
|
+
import '@hanzo/docs-ui/provider/next';
|
|
114
|
+
import '@hanzo/docs-ui/provider/react-router';
|
|
115
|
+
import '@hanzo/docs-ui/provider/tanstack';
|
|
116
|
+
import '@hanzo/docs-ui/provider/waku';
|
|
117
|
+
import '@hanzo/docs-ui/utils/use-copy-button';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-content-collections';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/breadcrumb';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/content/github';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/content';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/content/toc';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/dynamic-link';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/framework';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/framework/next';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/framework/react-router';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/framework/tanstack';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/framework/waku';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/highlight/client';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/highlight';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/i18n';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/i18n/middleware';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/mdx-plugins/codeblock-utils';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/mdx-plugins';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/mdx-plugins/rehype-code';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/mdx-plugins/remark-gfm';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/mdx-plugins/remark-steps';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/mdx-plugins/remark-structure';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/negotiation';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/page-tree';
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export * from '@hanzo/docs-core/search/algolia';
|