Skip to content

Commit ba84607

Browse files
committed
Housekeeping - reorg and renames from @worksofliam and @chrjorgensen suggestions
1 parent f8573ac commit ba84607

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

astro.config.mjs

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -25,15 +25,24 @@ export default defineConfig({
2525
customCss: [
2626
'./src/styles/custom.css',
2727
],
28-
sidebar: [
28+
sidebar:
29+
[
30+
{
31+
label: 'Home',
32+
link: '/',
33+
},
2934
{
3035
label: 'Login',
31-
link: 'login',
36+
link: 'login/',
3237
badge: {
3338
variant: 'note',
3439
text: 'Start Here!'
3540
}
3641
},
42+
{
43+
label: 'Quick Start',
44+
link: 'quickstart/',
45+
},
3746
{
3847
label: 'Developing',
3948
items: [
@@ -43,7 +52,7 @@ export default defineConfig({
4352
},
4453
{
4554
label: 'Source Dates',
46-
link: 'developing/sourcedates',
55+
link: 'developing/sourcedates/',
4756
},
4857
{
4958
label: 'Actions',
@@ -74,10 +83,6 @@ export default defineConfig({
7483
{
7584
label: 'Tips',
7685
autogenerate: { directory: 'tips/' },
77-
badge: {
78-
variant: 'tip',
79-
text: '& Tricks',
80-
},
8186
collapsed: false,
8287
},
8388
{
Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
---
22
title: Quick Start
3-
sidebar:
4-
order: 1
53
---
64

75
import { Aside } from '@astrojs/starlight/components';

src/content/docs/tips/setup.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Setup
2+
title: Common Issues
33
---
44

55
import { Icon } from '@astrojs/starlight/components';

0 commit comments

Comments
 (0)