Skip to content

Commit 1ada67d

Browse files
committed
chore: wip
1 parent ed5151d commit 1ada67d

File tree

25 files changed

+5
-10
lines changed

25 files changed

+5
-10
lines changed

.github/labeler.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -159,9 +159,6 @@ objects:
159159
orm:
160160
- 'storage/framework/core/orm/**'
161161

162-
pages:
163-
- 'storage/framework/core/pages/**'
164-
165162
path:
166163
- 'storage/framework/core/path/**'
167164

config/docs.ts

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ const nav = [
1212
items: [
1313
{ text: 'Team', link: '/team' },
1414
{ text: 'Postcardware', link: '/postcardware' },
15-
{ text: 'Releases', link: '/releases' },
15+
{ text: 'Changelog', link: 'https://github.com/stacksjs/stacks/blob/main/CHANGELOG.md' },
1616
{
1717
items: [
1818
{
@@ -27,10 +27,6 @@ const nav = [
2727
text: 'Awesome Stacks',
2828
link: 'https://github.com/stacksjs/awesome-stacks',
2929
},
30-
{
31-
text: 'Changelog',
32-
link: 'https://github.com/stacksjs/stacks/blob/main/CHANGELOG.md',
33-
},
3430
{
3531
text: 'Contributing',
3632
link: 'https://github.com/stacksjs/stacks/blob/main/.github/CONTRIBUTING.md',
@@ -102,13 +98,14 @@ const sidebar = {
10298
collapsed: true,
10399
items: [
104100
{ text: 'Cost Optimization', link: '/bootcamp/tips/cost-optimization' },
105-
{ text: 'Email, SMS, Social & Push notifications', link: '/bootcamp/tips/notifications' },
101+
{ text: 'Email, SMS, Social & Push Notifications', link: '/bootcamp/tips/notifications' },
106102
{ text: 'Jump Box', link: '/bootcamp/tips/jump-box' },
107103
{ text: 'Limitations', link: '/bootcamp/tips/limitations' },
108104
{ text: 'Payment sending, receiving & management', link: '/bootcamp/tips/payments' },
109105
{ text: 'Remove your Cloud', link: '/bootcamp/tips/undeploy' },
110106
{ text: 'Semantic Commits', link: '/bootcamp/tips/semantic-commits' },
111107
{ text: 'Ship your ORM', link: '/bootcamp/tips/orm-usage' },
108+
{ text: 'System Tray App', link: '/bootcamp/tips/system-tray' },
112109
],
113110
},
114111
{ text: 'Conclusion', link: '/bootcamp/conclusion' },

storage/framework/ide/dictionary.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ heroicons
126126
highlightjs
127127
hookable
128128
htmlnanorc
129+
httpie
129130
hubot
130131
huggingface
131132
huskyrc
@@ -251,6 +252,7 @@ sizecheck
251252
solana
252253
stackblitz
253254
stacksjs
255+
stedolan
254256
stepfunctions
255257
strikethrough
256258
styleci

storage/framework/ide/jetbrains/.idea/stacks.iml

Lines changed: 0 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)