Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

make engineering page index clearer #1768

Merged
merged 1 commit into from
Oct 15, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
44 changes: 24 additions & 20 deletions handbook/engineering/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,26 +10,30 @@
- [Go](languages/go.md)
- [TypeScript](languages/typescript.md)
- [Terraform](languages/terraform.md)
- [Testing](testing.md)
- [Styling UI](./web/styling.md)
- [Continuous integration](continuous_integration.md)
- [Product documentation](product_documentation.md)
- [Continuous releasability](continuous_releasability.md)
- [Commit message guidelines](commit_messages.md)
- [Ignoring editor config files in Git](ignoring_editor_config_files.md)
- [Configuring Zoom to send recordings to Slack automatically](configuring_zoom_recordings_to_slack_automatically.md)
- [Customer Issues](../ce/customer_issues.md)
- [Incidents](incidents/index.md)
- [Releases](releases/index.md)
- [Release issue template](releases/release_issue_template.md)
- [Cloud environments](environments.md)
- [Deployments](deployments.md)
- [On-call](incidents/on_call.md)
- [Prometheus](observability/prometheus.md)
- [Honeycomb](honeycomb.md)
- [Adding and debugging ping data](adding_ping_data.md)
- [Adding buildkite secrets](adding_buildkite_secrets.md)
- [External contributions](external_contributions.md)
- Practices & Philosophy
- [Customer Issues](../ce/customer_issues.md)
- [Incidents](incidents/index.md)
- [Testing](testing.md)
- [Styling UI](./web/styling.md)
- [Continuous integration](continuous_integration.md)
- [Product documentation](product_documentation.md)
- [Continuous releasability](continuous_releasability.md)
- [Commit message guidelines](commit_messages.md)
- [Releases](releases/index.md)
- [Release issue template](releases/release_issue_template.md)
- [External contributions](external_contributions.md)
- Tooling
- [Ignoring editor config files in Git](ignoring_editor_config_files.md)
- [Configuring Zoom to send recordings to Slack automatically](configuring_zoom_recordings_to_slack_automatically.md)
- Infrastructure
- [Cloud environments](environments.md)
- [Deployments](deployments.md)
- [On-call](incidents/on_call.md)
- [Prometheus](observability/prometheus.md)
- [Honeycomb](honeycomb.md)
- [Adding and debugging ping data](adding_ping_data.md)
- [Adding buildkite secrets](adding_buildkite_secrets.md)


## Ownership of technical decisions

Expand Down