Skip to content

Commit 274ffdc

Browse files
committed
chore: wip
1 parent 9403a6d commit 274ffdc

File tree

12 files changed

+24
-100
lines changed

12 files changed

+24
-100
lines changed

config/docs.ts

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ const sidebar = {
107107
text: 'Digging Deeper',
108108
collapsible: true,
109109
items: [
110-
{ text: 'Actions', link: '/guide/actions' },
111110
{ text: 'APIs', link: '/guide/apis' },
112111
{ text: 'Apps', link: '/guide/apps' },
113112
{ text: 'Authentication', link: '/guide/auth' },
@@ -172,9 +171,8 @@ const sidebar = {
172171
collapsible: true,
173172
collapsed: true,
174173
items: [
175-
{ text: 'Get Started', link: '/guide/libraries/get-started' },
176-
{ text: 'Component Libs', link: '/guide/libraries/components' },
177-
{ text: 'Function Libs', link: '/guide/libraries/functions' },
174+
{ text: 'Component Library', link: '/guide/libraries/components' },
175+
{ text: 'Function Library', link: '/guide/libraries/functions' },
178176
{ text: 'Composability', link: '/guide/libraries/composability' },
179177
],
180178
},

storage/framework/core/music/package.json

Lines changed: 0 additions & 46 deletions
This file was deleted.

storage/framework/core/music/src/components/SampleComponent.stx

Lines changed: 0 additions & 5 deletions
This file was deleted.

storage/framework/core/music/src/layouts/default.stx

Lines changed: 0 additions & 3 deletions
This file was deleted.

storage/framework/core/music/src/pages/index.stx

Lines changed: 0 additions & 10 deletions
This file was deleted.

storage/framework/core/music/src/pages/music.stx

Lines changed: 0 additions & 10 deletions
This file was deleted.

storage/framework/core/music/src/styles/main.css

Lines changed: 0 additions & 1 deletion
This file was deleted.
Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"name": "@stacksjs/raycast",
2+
"name": "stacks-raycast",
33
"type": "module",
4-
"version": "0.58.42"
4+
"version": "0.58.42",
5+
"description": "The Stacks Raycast plugin.",
6+
"scripts": {
7+
"build": "echo 'No build step required yet.'"
8+
}
59
}

storage/framework/core/tables/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
],
2929
"scripts": {
3030
"dev": "vite",
31-
"build": "",
31+
"build": "echo 'Coming soon'",
3232
"preview": "vite preview",
3333
"dev:components": "vite -c vite.config.ts"
3434
},

storage/framework/core/zsh-buddy/package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,11 @@
2525
],
2626
"files": [
2727
"buddy.plugin.zsh"
28-
]
28+
],
29+
"engines": {
30+
"node": ">=10.0.0"
31+
},
32+
"scripts": {
33+
"build": "echo 'No build step required.'"
34+
}
2935
}

0 commit comments

Comments
 (0)