1,065
edits
Beetlejuice (talk | contribs) No edit summary |
Beetlejuice (talk | contribs) |
||
Line 67: | Line 67: | ||
==Knowledge (Uploaded Files)== | ==Knowledge (Uploaded Files)== | ||
===Shadcn=== | |||
<pre> | |||
{ | |||
"docs_figma.mdx": "Content related to Figma UI Kit...", | |||
"docs_cli.mdx": "Content related to CLI usage including init, add, and diff commands...", | |||
"docs_components-json.mdx": "Information about the components.json configuration...", | |||
"docs_index.mdx": "Introduction to Shadcn, explaining it's not a component library but a collection of reusable components...", | |||
"docs_changelog.mdx": "Changelog detailing new components, CLI updates, and other improvements...", | |||
"docs_about.mdx": "About section, credits, and license information...", | |||
"docs_theming.mdx": "Details on theming with CSS Variables or Tailwind CSS...", | |||
"docs_dark-mode_index.mdx": "Information on adding dark mode to different setups like Next.js, Vite, Astro, Remix...", | |||
"docs_dark-mode_vite.mdx": "Specific details for adding dark mode to a Vite app...", | |||
"docs_dark-mode_remix.mdx": "Guidance on implementing dark mode in a Remix app...", | |||
"docs_dark-mode_next.mdx": "Instructions for adding dark mode in a Next.js app...", | |||
"docs_dark-mode_astro.mdx": "Steps for integrating dark mode in an Astro app...", | |||
"docs_installation_gatsby.mdx": "Installation and configuration process for Gatsby..." | |||
// More content follows... | |||
} | |||
</pre> | |||
==Actions== | ==Actions== |
edits