Skip to content

Commit

Permalink
fix: fewer emoji for cleaner look
Browse files Browse the repository at this point in the history
  • Loading branch information
jolexxa committed Aug 21, 2024
1 parent ab53feb commit 6978e1b
Show file tree
Hide file tree
Showing 19 changed files with 30 additions and 29 deletions.
23 changes: 12 additions & 11 deletions astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -54,67 +54,68 @@ export default defineConfig({
},
sidebar: [
{
label: "Architecture",
label: "🏛️ Architecture",
autogenerate: {
directory: "architecture",
},
},
{
label: "Automation",
label: "🦾 Automation",
autogenerate: {
directory: "automation",
},
},
{
label: "Code Style",
label: "Code Style",
autogenerate: {
directory: "code_style",
},
},
{
label: "Development",
label: "🦄 Development",
autogenerate: {
directory: "development",
},
},
{
label: "Examples",
label: "📺 Examples",
badge: "NEW",
autogenerate: {
directory: "examples",
},
},
{
label: "Internationalization",
label: "🌐 Internationalization",
autogenerate: {
directory: "internationalization",
},
},
{
label: "Navigation",
label: "🗺️ Navigation",
autogenerate: {
directory: "navigation",
},
},
{
label: "State Management",
label: "🪄 State Management",
autogenerate: {
directory: "state_management",
},
},
{
label: "Testing",
label: "🧪 Testing",
autogenerate: {
directory: "testing",
},
},
{
label: "Theming",
label: "🎨 Theming",
autogenerate: {
directory: "theming",
},
},
{
label: "Widgets",
label: "🧩 Widgets",
autogenerate: {
directory: "widgets",
},
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/architecture/backend.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🗄️ Backend Architecture
title: Backend Architecture
description: Best practices for building backend APIs.
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/architecture/barrel_files.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🛢 Barrel Files
title: Barrel Files
description: Best practices for exposing public facing files.
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/architecture/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🏛️ Architecture
title: Architecture
description: Architecture best practices.
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/automation/ci_cd.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🏭 CI/CD
title: CI/CD
description: Best practices for building CI/CD pipelines.
sidebar:
order: 0
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/code_style/code_style.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: Code Style
title: Code Style
description: Best practices for general code styling that goes beyond linter rules.
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/development/conventions.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 📖 Conventions
title: Conventions
description: Recommended conventions within software development.
sidebar:
order: 1
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/development/philosophy.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🦄 Our Philosophy
title: Our Philosophy
description: Development philosophy at Very Good Ventures.
sidebar:
order: 0
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/development/services.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🧰 Services
title: Services
description: Third party integrations we've used.
sidebar:
order: 3
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🛫 Airplane Entertainment System
title: Airplane Entertainment System
description: A sample project that simulates an airplane entertainment system.
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/examples/financial_dashboard.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: 📈 Financial Dashboard
title: Financial Dashboard
description: A sample project that simulates a financial dashboard.
---
2 changes: 1 addition & 1 deletion src/content/docs/examples/vehicle_cockpit.mdx
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
---
title: 🏎 Vehicle Cockpit
title: Vehicle Cockpit
description: A sample project that simulates a vehicle cockpit.
---
2 changes: 1 addition & 1 deletion src/content/docs/internationalization/localization.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🌐 Localization
title: Localization
description: Recommended practices to localize software and make it accessible in multiple languages.
sidebar:
order: 0
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/navigation/navigation.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🗺️ Routing Overview
title: Routing Overview
description: Navigation best practices.
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/state_management/event_transformers.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🪄 Bloc Event Transformers
title: Bloc Event Transformers
description: Specifying the order in which Bloc events are handled.
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/testing/golden_file_testing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🏆 Golden File Testing
title: Golden File Testing
description: Golden testing best practices.
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/testing/testing.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🧪 Testing Overview
title: Testing Overview
description: Testing best practices.
sidebar:
order: 1
Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/theming/theming.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🎨 Theming
title: Theming
description: Theming best practices.
---

Expand Down
2 changes: 1 addition & 1 deletion src/content/docs/widgets/index.mdx
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
title: 🧩 Widgets
title: Widgets
description: Widget best practices.
---

Expand Down

0 comments on commit 6978e1b

Please sign in to comment.