Skip to content

Commit

Permalink
add missing sidebar entries (#1656)
Browse files Browse the repository at this point in the history
Signed-off-by: Modular Magician <[email protected]>

Co-authored-by: Dana Hoffman <[email protected]>
  • Loading branch information
modular-magician and danawillow committed Jan 17, 2020
1 parent c56b812 commit 842cec5
Show file tree
Hide file tree
Showing 2 changed files with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions website/google.erb
Original file line number Diff line number Diff line change
Expand Up @@ -499,6 +499,15 @@
</ul>
</li>

<li<%= sidebar_current("docs-google-cloud-tasks") %>>
<a href="#">Google Cloud Tasks</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-google-cloud-tasks-queue") %>>
<a href="/docs/providers/google/r/cloud_tasks_queue.html">google_cloud_tasks_queue</a>
</li>
</ul>
</li>

<li<%= sidebar_current("docs-google-tpu") %>>
<a href="#">Google Cloud TPU</a>
<ul class="nav nav-visible">
Expand Down Expand Up @@ -678,6 +687,10 @@
<a href="/docs/providers/google/r/compute_region_disk.html">google_compute_region_disk</a>
</li>

<li<%= sidebar_current("docs-google-compute-region-health-check") %>>
<a href="/docs/providers/google/r/compute_region_health_check.html">google_compute_region_health_check</a>
</li>

<li<%= sidebar_current("docs-google-compute-region-instance-group-manager") %>>
<a href="/docs/providers/google/r/compute_region_instance_group_manager.html">google_compute_region_instance_group_manager</a>
</li>
Expand All @@ -694,6 +707,10 @@
<a href="/docs/providers/google/r/compute_region_target_https_proxy.html">google_compute_region_target_https_proxy</a>
</li>

<li<%= sidebar_current("docs-google-compute-region-url-map") %>>
<a href="/docs/providers/google/r/compute_region_url_map.html">google_compute_region_url_map</a>
</li>

<li<%= sidebar_current("docs-google-compute-reservation") %>>
<a href="/docs/providers/google/r/compute_reservation.html">google_compute_reservation</a>
</li>
Expand Down Expand Up @@ -887,6 +904,15 @@
</ul>
</li>

<li<%= sidebar_current("docs-google-deployment-manager") %>>
<a href="#">Google Deployment Manager Resources</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-google-deployment-manager-deployment") %>>
<a href="/docs/providers/google/r/deployment_manager_deployment.html">google_deployment_manager_deployment</a>
</li>
</ul>
</li>

<li<%= sidebar_current("docs-google-dns") %>>
<a href="#">Google DNS Resources</a>
<ul class="nav nav-visible">
Expand Down Expand Up @@ -1169,6 +1195,16 @@
<a href="/docs/providers/google/r/runtimeconfig_config.html">google_runtimeconfig_config</a>
</li>

<li<%= sidebar_current("docs-google-runtimeconfig-config-iam") %>>
<a href="/docs/providers/google/r/runtimeconfig_config_iam.html">google_runtimeconfig_config_iam</a>
</li>
<li<%= sidebar_current("docs-google-runtimeconfig-config-iam") %>>
<a href="/docs/providers/google/r/runtimeconfig_config_iam.html">google_runtimeconfig_config_iam</a>
</li>
<li<%= sidebar_current("docs-google-runtimeconfig-config-iam") %>>
<a href="/docs/providers/google/r/runtimeconfig_config_iam.html">google_runtimeconfig_config_iam</a>
</li>

<li<%= sidebar_current("docs-google-runtimeconfig-variable") %>>
<a href="/docs/providers/google/r/runtimeconfig_variable.html">google_runtimeconfig_variable</a>
</li>
Expand Down

0 comments on commit 842cec5

Please sign in to comment.