Skip to content

Commit

Permalink
Merge pull request #9 from VGVentures/chore/cleanup
Browse files Browse the repository at this point in the history
chore: cleanup
  • Loading branch information
jolexxa authored Jul 9, 2024
2 parents c205ea7 + 66c5da2 commit 7d52e68
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 45 deletions.
24 changes: 4 additions & 20 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -52,38 +52,22 @@ export default defineConfig({
github: "https://github.com/verygoodopensource/very_good_practices",
},
sidebar: [
{
label: "Guides",
items: [
// Each item here is one entry in the navigation menu.
{
label: "Example Guide",
link: "/guides/example/",
},
],
},
{
label: "Reference",
autogenerate: {
directory: "reference",
},
},
{
label: "Architecture",
autogenerate: {
directory: "architecture",
},
},
{
label: "Testing",
label: "Development",
autogenerate: {
directory: "testing",
directory: "development",
},
},
{
label: "Development",
label: "Testing",
autogenerate: {
directory: "development",
directory: "testing",
},
},
],
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Architecture
title: 🏛️ Architecture
description: Architecture best practices.
---

Expand Down
11 changes: 0 additions & 11 deletions src/content/docs/guides/example.md

This file was deleted.

4 changes: 2 additions & 2 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ hero:
dark: ../../assets/logos/unicorn_dark.png
light: ../../assets/logos/unicorn_light.png
actions:
- text: Example Guide
link: /guides/example/
- text: Read the Best Practices
link: /architecture
icon: right-arrow
variant: primary
- text: Read the Starlight docs
Expand Down
11 changes: 0 additions & 11 deletions src/content/docs/reference/example.md

This file was deleted.

0 comments on commit 7d52e68

Please sign in to comment.