@skewedaspect/sleekspace-ui 0.2.0-beta.3 → 0.3.0
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/docs/guides/ai-llms.md +4 -4
- package/package.json +1 -1
- package/web-types.json +1 -1
package/docs/guides/ai-llms.md
CHANGED
|
@@ -25,10 +25,10 @@ Two documentation files are available, optimized for different use cases:
|
|
|
25
25
|
|
|
26
26
|
Point your AI assistant to fetch the documentation from our docs site:
|
|
27
27
|
|
|
28
|
-
- https://sleekspace
|
|
29
|
-
- https://sleekspace
|
|
28
|
+
- https://sleekspace.skewedaspect.com/llms.txt
|
|
29
|
+
- https://sleekspace.skewedaspect.com/llms-full.txt
|
|
30
30
|
|
|
31
|
-
Example: "Fetch https://sleekspace
|
|
31
|
+
Example: "Fetch https://sleekspace.skewedaspect.com/llms.txt and help me create a form with validation."
|
|
32
32
|
|
|
33
33
|
### Web-Based AI (ChatGPT, Claude.ai)
|
|
34
34
|
|
|
@@ -36,7 +36,7 @@ Direct the AI to read the documentation URLs:
|
|
|
36
36
|
|
|
37
37
|
Example prompt:
|
|
38
38
|
|
|
39
|
-
> "Read https://sleekspace
|
|
39
|
+
> "Read https://sleekspace.skewedaspect.com/llms.txt and then help me create a themed dashboard layout."
|
|
40
40
|
|
|
41
41
|
### Paste Into Context
|
|
42
42
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@skewedaspect/sleekspace-ui",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.3.0",
|
|
4
4
|
"description": "A Vue 3 component library with a cyberpunk aesthetic, featuring OKLCH colors, beveled corners, and a powerful design token system",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "dist/sleekspace-ui.umd.js",
|