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" layout: "google"
page_title: "Google: google_compute_instance" page_title: "Google: google_compute_instance"
sidebar_current: "docs-google-compute-instance" sidebar_current: "docs-google-compute-instance-x"
description: |- description: |-
Manages a VM instance resource within GCE. Manages a VM instance resource within GCE.
--- ---

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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

View File

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