Skip to content

[Cloud Run][containers] Create sidecar vs in-process overview page #30668

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

Merged
Merged
Show file tree
Hide file tree
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
10 changes: 3 additions & 7 deletions config/_default/menus/main.en.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3363,22 +3363,18 @@ menu:
parent: serverless
identifier: serverless_gcr
weight: 7
- name: Containers (Sidecar)
- name: Containers
url: serverless/google_cloud_run/containers
parent: serverless_gcr
weight: 701
- name: Containers (In-Process)
url: serverless/google_cloud_run/containers_in_process
parent: serverless_gcr
weight: 702
- name: Functions
url: serverless/google_cloud_run/functions
parent: serverless_gcr
weight: 703
weight: 702
- name: Functions (1st generation)
url: serverless/google_cloud_run/functions_1st_gen
parent: serverless_gcr
weight: 704
weight: 703
- name: Glossary
url: serverless/glossary
parent: serverless
Expand Down
Loading
Loading