Skip to content

Commit 425f722

Browse files
committed
feat: Update Astro configuration to reflect new project title and navigation structure, add new post on Rangency, and upgrade dependencies in package.json and package-lock.json.
1 parent 9ac43cf commit 425f722

4 files changed

Lines changed: 106 additions & 30 deletions

File tree

astro.config.mjs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@ import starlightBlog from 'starlight-blog';
77
export default defineConfig({
88
integrations: [
99
starlight({
10-
title: 'YarpDotCloud',
10+
title: 'JibbScript',
1111
plugins: [
1212
starlightBlog(),
1313
],
14-
site: 'https://www.yarp.cloud',
1514
// Add logo
1615
logo: {
1716
src: './src/assets/yarpdotcloudpokemonlogo.svg',
@@ -26,13 +25,14 @@ export default defineConfig({
2625
label: 'Posts',
2726
items: [
2827
// Each item here is one entry in the navigation menu.
29-
{ label: 'Rangency', slug: 'posts/rangency' },
30-
{ label: 'FedRAMP Data Mesh Reference Architecture', slug: 'posts/fedramp-datamesh' },
31-
{ label: 'YarpDotCloud', slug: 'posts/yarpdotcloud' },
28+
{ label: 'Rangency', slug: 'reflections/rangency' },
29+
{ label: 'FedRAMP Data Mesh Reference Architecture', slug: 'fedramp/fedramp-datamesh' },
30+
{ label: 'Security Infrastructure MVP Collection', slug: 'security/security-infrastructure-mvp-collection/security-infra-mvp-product-req-docs' },
3231
],
3332
},
3433
],
35-
,
34+
3635
}),
3736
],
37+
site: 'https://www.yarp.cloud',
3838
});

package-lock.json

Lines changed: 98 additions & 22 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@
1010
"astro": "astro"
1111
},
1212
"dependencies": {
13-
"@astrojs/starlight": "^0.34.2",
14-
"astro": "^5.6.1",
13+
"@astrojs/starlight": "^0.34.3",
14+
"astro": "^5.8.0",
1515
"better-sqlite3": "^11.9.1",
1616
"sharp": "^0.32.5",
1717
"starlight-blog": "^0.21.0"

0 commit comments

Comments
 (0)