From 6978e1bad154c029209218742421b6fda6c822c2 Mon Sep 17 00:00:00 2001 From: Joanna May Date: Wed, 21 Aug 2024 16:02:38 -0500 Subject: [PATCH] fix: fewer emoji for cleaner look --- astro.config.mjs | 23 ++++++++++--------- src/content/docs/architecture/backend.md | 2 +- src/content/docs/architecture/barrel_files.md | 2 +- src/content/docs/architecture/index.mdx | 2 +- src/content/docs/automation/ci_cd.mdx | 2 +- src/content/docs/code_style/code_style.md | 2 +- src/content/docs/development/conventions.mdx | 2 +- src/content/docs/development/philosophy.mdx | 2 +- src/content/docs/development/services.mdx | 2 +- .../airplane_entertainment_system.mdx | 2 +- .../docs/examples/financial_dashboard.mdx | 2 +- src/content/docs/examples/vehicle_cockpit.mdx | 2 +- .../internationalization/localization.mdx | 2 +- src/content/docs/navigation/navigation.mdx | 2 +- .../state_management/event_transformers.md | 2 +- .../docs/testing/golden_file_testing.md | 2 +- src/content/docs/testing/testing.md | 2 +- src/content/docs/theming/theming.md | 2 +- src/content/docs/widgets/index.mdx | 2 +- 19 files changed, 30 insertions(+), 29 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index b208130..d1f4ee8 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -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", }, diff --git a/src/content/docs/architecture/backend.md b/src/content/docs/architecture/backend.md index 35f0ba4..3b82cb4 100644 --- a/src/content/docs/architecture/backend.md +++ b/src/content/docs/architecture/backend.md @@ -1,5 +1,5 @@ --- -title: πŸ—„οΈ Backend Architecture +title: Backend Architecture description: Best practices for building backend APIs. --- diff --git a/src/content/docs/architecture/barrel_files.md b/src/content/docs/architecture/barrel_files.md index fb7f98e..be6cae7 100644 --- a/src/content/docs/architecture/barrel_files.md +++ b/src/content/docs/architecture/barrel_files.md @@ -1,5 +1,5 @@ --- -title: πŸ›’ Barrel Files +title: Barrel Files description: Best practices for exposing public facing files. --- diff --git a/src/content/docs/architecture/index.mdx b/src/content/docs/architecture/index.mdx index 95b08ae..9ff2414 100644 --- a/src/content/docs/architecture/index.mdx +++ b/src/content/docs/architecture/index.mdx @@ -1,5 +1,5 @@ --- -title: πŸ›οΈ Architecture +title: Architecture description: Architecture best practices. --- diff --git a/src/content/docs/automation/ci_cd.mdx b/src/content/docs/automation/ci_cd.mdx index d5981da..da21c71 100644 --- a/src/content/docs/automation/ci_cd.mdx +++ b/src/content/docs/automation/ci_cd.mdx @@ -1,5 +1,5 @@ --- -title: 🏭 CI/CD +title: CI/CD description: Best practices for building CI/CD pipelines. sidebar: order: 0 diff --git a/src/content/docs/code_style/code_style.md b/src/content/docs/code_style/code_style.md index af5e4fc..6935c7f 100644 --- a/src/content/docs/code_style/code_style.md +++ b/src/content/docs/code_style/code_style.md @@ -1,5 +1,5 @@ --- -title: ✨ Code Style +title: Code Style description: Best practices for general code styling that goes beyond linter rules. --- diff --git a/src/content/docs/development/conventions.mdx b/src/content/docs/development/conventions.mdx index 7785b8a..e80f0c1 100644 --- a/src/content/docs/development/conventions.mdx +++ b/src/content/docs/development/conventions.mdx @@ -1,5 +1,5 @@ --- -title: πŸ“– Conventions +title: Conventions description: Recommended conventions within software development. sidebar: order: 1 diff --git a/src/content/docs/development/philosophy.mdx b/src/content/docs/development/philosophy.mdx index 77a7503..aaa33b1 100644 --- a/src/content/docs/development/philosophy.mdx +++ b/src/content/docs/development/philosophy.mdx @@ -1,5 +1,5 @@ --- -title: πŸ¦„ Our Philosophy +title: Our Philosophy description: Development philosophy at Very Good Ventures. sidebar: order: 0 diff --git a/src/content/docs/development/services.mdx b/src/content/docs/development/services.mdx index e68fb6e..5e1fba4 100644 --- a/src/content/docs/development/services.mdx +++ b/src/content/docs/development/services.mdx @@ -1,5 +1,5 @@ --- -title: 🧰 Services +title: Services description: Third party integrations we've used. sidebar: order: 3 diff --git a/src/content/docs/examples/airplane_entertainment_system.mdx b/src/content/docs/examples/airplane_entertainment_system.mdx index 0212efe..342b245 100644 --- a/src/content/docs/examples/airplane_entertainment_system.mdx +++ b/src/content/docs/examples/airplane_entertainment_system.mdx @@ -1,5 +1,5 @@ --- -title: πŸ›« Airplane Entertainment System +title: Airplane Entertainment System description: A sample project that simulates an airplane entertainment system. --- diff --git a/src/content/docs/examples/financial_dashboard.mdx b/src/content/docs/examples/financial_dashboard.mdx index d43aea4..816a0f1 100644 --- a/src/content/docs/examples/financial_dashboard.mdx +++ b/src/content/docs/examples/financial_dashboard.mdx @@ -1,4 +1,4 @@ --- -title: πŸ“ˆ Financial Dashboard +title: Financial Dashboard description: A sample project that simulates a financial dashboard. --- diff --git a/src/content/docs/examples/vehicle_cockpit.mdx b/src/content/docs/examples/vehicle_cockpit.mdx index 4fdee56..cbaf383 100644 --- a/src/content/docs/examples/vehicle_cockpit.mdx +++ b/src/content/docs/examples/vehicle_cockpit.mdx @@ -1,4 +1,4 @@ --- -title: 🏎 Vehicle Cockpit +title: Vehicle Cockpit description: A sample project that simulates a vehicle cockpit. --- diff --git a/src/content/docs/internationalization/localization.mdx b/src/content/docs/internationalization/localization.mdx index eaac9ab..87909e7 100644 --- a/src/content/docs/internationalization/localization.mdx +++ b/src/content/docs/internationalization/localization.mdx @@ -1,5 +1,5 @@ --- -title: 🌐 Localization +title: Localization description: Recommended practices to localize software and make it accessible in multiple languages. sidebar: order: 0 diff --git a/src/content/docs/navigation/navigation.mdx b/src/content/docs/navigation/navigation.mdx index 623d08b..94ac713 100644 --- a/src/content/docs/navigation/navigation.mdx +++ b/src/content/docs/navigation/navigation.mdx @@ -1,5 +1,5 @@ --- -title: πŸ—ΊοΈ Routing Overview +title: Routing Overview description: Navigation best practices. --- diff --git a/src/content/docs/state_management/event_transformers.md b/src/content/docs/state_management/event_transformers.md index dd0ba9b..76f1a9b 100644 --- a/src/content/docs/state_management/event_transformers.md +++ b/src/content/docs/state_management/event_transformers.md @@ -1,5 +1,5 @@ --- -title: πŸͺ„ Bloc Event Transformers +title: Bloc Event Transformers description: Specifying the order in which Bloc events are handled. --- diff --git a/src/content/docs/testing/golden_file_testing.md b/src/content/docs/testing/golden_file_testing.md index 5c4efbf..9f8b562 100644 --- a/src/content/docs/testing/golden_file_testing.md +++ b/src/content/docs/testing/golden_file_testing.md @@ -1,5 +1,5 @@ --- -title: πŸ† Golden File Testing +title: Golden File Testing description: Golden testing best practices. --- diff --git a/src/content/docs/testing/testing.md b/src/content/docs/testing/testing.md index eb2a78b..2e79663 100644 --- a/src/content/docs/testing/testing.md +++ b/src/content/docs/testing/testing.md @@ -1,5 +1,5 @@ --- -title: πŸ§ͺ Testing Overview +title: Testing Overview description: Testing best practices. sidebar: order: 1 diff --git a/src/content/docs/theming/theming.md b/src/content/docs/theming/theming.md index cd3801b..4a8a88d 100644 --- a/src/content/docs/theming/theming.md +++ b/src/content/docs/theming/theming.md @@ -1,5 +1,5 @@ --- -title: 🎨 Theming +title: Theming description: Theming best practices. --- diff --git a/src/content/docs/widgets/index.mdx b/src/content/docs/widgets/index.mdx index 2864c92..e039f1c 100644 --- a/src/content/docs/widgets/index.mdx +++ b/src/content/docs/widgets/index.mdx @@ -1,5 +1,5 @@ --- -title: 🧩 Widgets +title: Widgets description: Widget best practices. ---