feat: Nav switchup and some minor updates#18
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Rethink my nav setup for cloud providers and some minor updates.
✨ Features
1b8d7b0ebbf6b3f219eeb9f27635d5859aa🐛 Bug Fixes
4926d3295c40d42c02b01📚 Documentation
26da05e💄 Style
ba85cfc🏗️ Operations
CAFto codespell ignore917a648c11256f0f48d5a0f42506b1fc3a932d596764b295c📁 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-navBase:
origin/main