Skip to content

Commit

Permalink
chore: rename project
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Aug 1, 2024
1 parent 3a58c34 commit b7783fa
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 10 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
12 changes: 7 additions & 5 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down Expand Up @@ -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: [
{
Expand All @@ -63,7 +63,8 @@ export default defineConfig({
autogenerate: {
directory: "automation",
},
}, {
},
{
label: "Code Style",
autogenerate: {
directory: "code_style",
Expand All @@ -80,7 +81,8 @@ export default defineConfig({
autogenerate: {
directory: "internationalization",
},
}, {
},
{
label: "Navigation",
autogenerate: {
directory: "navigation",
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "very-good-practices-site",
"name": "very-good-engineering",
"type": "module",
"version": "0.0.1",
"scripts": {
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Very Good Practices
title: Very Good Engineering
description: Get started building your docs site with Starlight.
template: splash
hero:
Expand Down

0 comments on commit b7783fa

Please sign in to comment.