Add google_compute_network_peering docs page to the sidebar and fix the labels for all resources (#269)

This commit is contained in:
Vincent Roseberry 2017-08-07 10:13:55 -07:00 committed by GitHub
parent 6dad1b14f0
commit 958f27892b
9 changed files with 20 additions and 16 deletions

View File

@ -1,7 +1,7 @@
---
layout: "google"
page_title: "Google: google_compute_instance"
sidebar_current: "docs-google-compute-instance"
sidebar_current: "docs-google-compute-instance-x"
description: |-
Manages a VM instance resource within GCE.
---

View File

@ -1,7 +1,7 @@
---
layout: "google"
page_title: "Google: google_compute_instance_group"
sidebar_current: "docs-google-compute-instance-group"
sidebar_current: "docs-google-compute-instance-group-x"
description: |-
Manages an Instance Group within GCE.
---

View File

@ -1,7 +1,7 @@
---
layout: "google"
page_title: "Google: google_compute_network"
sidebar_current: "docs-google-compute-network"
sidebar_current: "docs-google-compute-network-x"
description: |-
Manages a network within GCE.
---

View File

@ -1,7 +1,7 @@
---
layout: "google"
page_title: "Google: google_compute_route"
sidebar_current: "docs-google-compute-route"
sidebar_current: "docs-google-compute-route-x"
description: |-
Manages a network route within GCE.
---

View File

@ -1,7 +1,7 @@
---
layout: "google"
page_title: "Google: google_compute_router"
sidebar_current: "docs-google-compute-router"
sidebar_current: "docs-google-compute-router-x"
description: |-
Manages a Cloud Router resource.
---

View File

@ -1,7 +1,7 @@
---
layout: "google"
page_title: "Google: google_project"
sidebar_current: "docs-google-project"
sidebar_current: "docs-google-project-x"
description: |-
Allows management of a Google Cloud Platform project.
---

View File

@ -1,7 +1,7 @@
---
layout: "google"
page_title: "Google: google_sql_database"
sidebar_current: "docs-google-sql-database"
sidebar_current: "docs-google-sql-database-x"
description: |-
Creates a new SQL database in Google Cloud SQL.
---

View File

@ -1,7 +1,7 @@
---
layout: "google"
page_title: "Google: google_storage_bucket"
sidebar_current: "docs-google-storage-bucket"
sidebar_current: "docs-google-storage-bucket-x"
description: |-
Creates a new bucket in Google Cloud Storage.
---

View File

@ -62,7 +62,7 @@
<li<%= sidebar_current("docs-google-(project|service)") %>>
<a href="#">Google Cloud Platform Resources</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-google-project") %>>
<li<%= sidebar_current("docs-google-project-x") %>>
<a href="/docs/providers/google/r/google_project.html">google_project</a>
</li>
<li<%= sidebar_current("docs-google-project-iam-binding") %>>
@ -138,11 +138,11 @@
<a href="/docs/providers/google/r/compute_image.html">google_compute_image</a>
</li>
<li<%= sidebar_current("docs-google-compute-instance") %>>
<li<%= sidebar_current("docs-google-compute-instance-x") %>>
<a href="/docs/providers/google/r/compute_instance.html">google_compute_instance</a>
</li>
<li<%= sidebar_current("docs-google-compute-instance-group") %>>
<li<%= sidebar_current("docs-google-compute-instance-group-x") %>>
<a href="/docs/providers/google/r/compute_instance_group.html">google_compute_instance_group</a>
</li>
@ -154,7 +154,11 @@
<a href="/docs/providers/google/r/compute_instance_template.html">google_compute_instance_template</a>
</li>
<li<%= sidebar_current("docs-google-compute-network") %>>
<li<%= sidebar_current("docs-google-compute-network-peering") %>>
<a href="/docs/providers/google/r/compute_network_peering.html">google_compute_network_peering</a>
</li>
<li<%= sidebar_current("docs-google-compute-network-x") %>>
<a href="/docs/providers/google/r/compute_network.html">google_compute_network</a>
</li>
@ -170,11 +174,11 @@
<a href="/docs/providers/google/r/compute_region_backend_service.html">google_compute_region_backend_service</a>
</li>
<li<%= sidebar_current("docs-google-compute-route") %>>
<li<%= sidebar_current("docs-google-compute-route-x") %>>
<a href="/docs/providers/google/r/compute_route.html">google_compute_route</a>
</li>
<li<%= sidebar_current("docs-google-compute-router") %>>
<li<%= sidebar_current("docs-google-compute-router-x") %>>
<a href="/docs/providers/google/r/compute_router.html">google_compute_router</a>
</li>
@ -275,7 +279,7 @@
<li<%= sidebar_current("docs-google-sql") %>>
<a href="#">Google SQL Resources</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-google-sql-database") %>>
<li<%= sidebar_current("docs-google-sql-database-x") %>>
<a href="/docs/providers/google/r/sql_database.html">google_sql_database</a>
</li>
@ -292,7 +296,7 @@
<li<%= sidebar_current("docs-google-storage") %>>
<a href="#">Google Storage Resources</a>
<ul class="nav nav-visible">
<li<%= sidebar_current("docs-google-storage-bucket") %>>
<li<%= sidebar_current("docs-google-storage-bucket-x") %>>
<a href="/docs/providers/google/r/storage_bucket.html">google_storage_bucket</a>
</li>