diff --git a/README.md b/README.md index 4a82d85..71b698c 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Very Good Practices Site +# Very Good Engineering Site [![Built with Starlight](https://astro.badg.es/v2/built-with-starlight/tiny.svg)](https://starlight.astro.build) diff --git a/astro.config.mjs b/astro.config.mjs index 434d394..253e2c8 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -11,7 +11,7 @@ export default defineConfig({ integrations: [ starlight({ favicon: "./public/favicon.png", - title: "Very Good Practices", + title: "Very Good Engineering", head: [ { // Fix theme flickering on page load. @@ -42,14 +42,14 @@ export default defineConfig({ ], editLink: { baseUrl: - "https://github.com/verygoodopensource/very_good_practices/edit/main/docs/", + "https://github.com/vgventures/very_good_engineering/edit/main/docs/", }, logo: { light: "./src/assets/logos/unicorn_light.png", dark: "./src/assets/logos/unicorn_dark.png", }, social: { - github: "https://github.com/verygoodopensource/very_good_practices", + github: "https://github.com/vgventures/very_good_engineering", }, sidebar: [ { @@ -63,7 +63,8 @@ export default defineConfig({ autogenerate: { directory: "automation", }, - }, { + }, + { label: "Code Style", autogenerate: { directory: "code_style", @@ -80,7 +81,8 @@ export default defineConfig({ autogenerate: { directory: "internationalization", }, - }, { + }, + { label: "Navigation", autogenerate: { directory: "navigation", diff --git a/package-lock.json b/package-lock.json index 3dfaa09..183080e 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,11 +1,11 @@ { - "name": "very-good-practices-site", + "name": "very-good-engineering", "version": "0.0.1", "lockfileVersion": 3, "requires": true, "packages": { "": { - "name": "very-good-practices-site", + "name": "very-good-engineering", "version": "0.0.1", "dependencies": { "@astrojs/check": "^0.7.0", diff --git a/package.json b/package.json index 115acb9..91917b6 100644 --- a/package.json +++ b/package.json @@ -1,5 +1,5 @@ { - "name": "very-good-practices-site", + "name": "very-good-engineering", "type": "module", "version": "0.0.1", "scripts": { diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index 679a04a..ec80bfc 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -1,5 +1,5 @@ --- -title: Very Good Practices +title: Very Good Engineering description: Get started building your docs site with Starlight. template: splash hero: