Skip to content

feat: Nav switchup and some minor updates#18

Merged
RemoteRabbit merged 18 commits into
mainfrom
feat/ci-and-nav
May 10, 2026
Merged

feat: Nav switchup and some minor updates#18
RemoteRabbit merged 18 commits into
mainfrom
feat/ci-and-nav

Conversation

@RemoteRabbit

Copy link
Copy Markdown
Owner

Summary

Rethink my nav setup for cloud providers and some minor updates.

✨ Features

  • Add info about pre-commit and add my hook info 1b8d7b0
  • Migrate tf/tofu to have cloud providers instead of general sections ebbf6b3
  • Migrate tf/tofu to have cloud providers instead of general sections f219eeb
  • Add a description field to pages for a future use 9f27635
  • Add hook for linting actions d5859aa

🐛 Bug Fixes

  • remove example section now that I know how the blocks work for the most part 4926d32
  • Move terragrunt section to under tf/tofu 95c40d4
  • Attempt to fix lychee runs 2c02b01

📚 Documentation

💄 Style

🏗️ Operations

📁 File Changes

Root (+60/-77 lines)

  • .pre-commit-config.yaml (+5) 📝
  • pyproject.toml (+2/-2) 📝
  • renovate.json (+23/-1) 📝
  • uv.lock (+1/-60) 📝
  • zensical.toml (+29/-14) 📝

.github (+11/-12 lines)

  • .github/workflows/ci.yml (+9/-9) 📝
  • .github/workflows/deploy.yml (+2/-3) 📝

Terragrunt (+5/-5 lines)

  • terragrunt/terragrunt.hcl (+5/-5) 📝

Documentation (+4740/-536 lines)

  • CONTRIBUTING.md (+40) ✨
  • README.md (+10/-1) 📝
  • docs/api/error-responses.md (+1) 📝
  • docs/api/fastapi-skeleton.md (+1) 📝
  • docs/api/go-chi-skeleton.md (+1) 📝
  • docs/api/index.md (+1) 📝
  • docs/api/openapi.md (+1) 📝
  • docs/api/pagination.md (+1) 📝
  • docs/containers/compose-dev.md (+1) 📝
  • docs/containers/distroless.md (+1) 📝
  • docs/containers/dockerfile-go.md (+1) 📝
  • docs/containers/dockerfile-node.md (+1) 📝
  • docs/containers/dockerfile-python.md (+1) 📝
  • docs/containers/index.md (+1) 📝
  • docs/data/airflow-dag.md (+1) 📝
  • docs/data/alembic-skeleton.md (+1) 📝
  • docs/data/dbt-skeleton.md (+1) 📝
  • docs/data/index.md (+1) 📝
  • docs/data/postgres-conventions.md (+1) 📝
  • docs/data/postgres-indexes.md (+1) 📝
  • docs/examples/code-blocks.md (-358) 🗑️
  • docs/github-actions/container-build.md (+1) 📝
  • docs/github-actions/index.md (+1) 📝
  • docs/github-actions/oidc-aws.md (+1) 📝
  • docs/github-actions/oidc-gcp-azure.md (+1) 📝
  • docs/github-actions/path-filtered-matrix.md (+1) 📝
  • docs/github-actions/release.md (+1) 📝
  • docs/github-actions/reusable-workflows.md (+1) 📝
  • docs/hygiene/editorconfig.md (+1) 📝
  • docs/hygiene/gitignore.md (+1) 📝
  • docs/hygiene/index.md (+1) 📝
  • docs/hygiene/makefile.md (+1) 📝
  • docs/hygiene/pre-commit.md (+175/-8) 📝
  • docs/index.md (+2/-9) 📝
  • docs/kubernetes/deployment-baseline.md (+1) 📝
  • docs/kubernetes/helm-skeleton.md (+1) 📝
  • docs/kubernetes/index.md (+1) 📝
  • docs/kubernetes/probes.md (+1) 📝
  • docs/kubernetes/rbac.md (+1) 📝
  • docs/kubernetes/scaling.md (+1) 📝
  • docs/observability/index.md (+1) 📝
  • docs/observability/opentelemetry.md (+1) 📝
  • docs/observability/prometheus.md (+1) 📝
  • docs/observability/structured-logging.md (+1) 📝
  • docs/terraform/aws/backends.md (+248) ✨
  • docs/terraform/aws/iam-policies.md (+365) ✨
  • docs/terraform/aws/index.md (+44) ✨
  • docs/terraform/aws/module-skeleton.md (+312) ✨
  • docs/terraform/aws/providers.md (+296) ✨
  • docs/terraform/aws/variables.md (+11/-17) ↻
  • docs/terraform/azure/backends.md (+190) ✨
  • docs/terraform/azure/iam-policies.md (+233) ✨
  • docs/terraform/azure/index.md (+44) ✨
  • docs/terraform/azure/module-skeleton.md (+349) ✨
  • docs/terraform/azure/providers.md (+247) ✨
  • docs/terraform/azure/variables.md (+325) ✨
  • docs/terraform/backends.md (-19) 🗑️
  • docs/terraform/gcp/backends.md (+226) ✨
  • docs/terraform/gcp/iam-policies.md (+233) ✨
  • docs/terraform/gcp/index.md (+44) ✨
  • docs/terraform/gcp/module-skeleton.md (+254) ✨
  • docs/terraform/gcp/providers.md (+222) ✨
  • docs/terraform/gcp/variables.md (+318) ✨
  • docs/terraform/iam-policies.md (-19) 🗑️
  • docs/terraform/index.md (+9/-15) 📝
  • docs/terraform/module-skeleton.md (-19) 🗑️
  • docs/terraform/providers.md (-18) 🗑️
  • docs/terraform/terragrunt/index.md (+88) ✨
  • docs/terraform/terragrunt/root-config.md (+216) ✨
  • docs/terraform/terragrunt/stacks.md (+200) ✨
  • docs/terragrunt/index.md (-17) 🗑️
  • docs/terragrunt/root-config.md (-18) 🗑️
  • docs/terragrunt/stacks.md (-18) 🗑️

Changes: 81 files, +4816 insertions, -630 deletions
Commits: 17
Branch: feat/ci-and-nav
Base: origin/main

@RemoteRabbit RemoteRabbit enabled auto-merge (squash) May 10, 2026 02:40
@RemoteRabbit RemoteRabbit merged commit 9d02298 into main May 10, 2026
4 checks passed
@RemoteRabbit RemoteRabbit deleted the feat/ci-and-nav branch May 10, 2026 02:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant