Skip to content

Commit

Permalink
Add Cloud Run to the website
Browse files Browse the repository at this point in the history
  • Loading branch information
rileykarson committed Aug 28, 2019
1 parent beb4b44 commit 2ecb7bd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions third_party/terraform/website-compiled/google.erb
Original file line number Diff line number Diff line change
Expand Up @@ -395,6 +395,17 @@
</ul>
</li>

<% unless version == 'ga' %>
<li<%%= sidebar_current("docs-google-cloud-run") %>>
<a href="#">Google Cloud Run Resources</a>
<ul class="nav nav-visible">
<li<%%= sidebar_current("docs-google-cloud-run-service") %>>
<a href="/docs/providers/google/r/cloud_run_service.html">google_cloud_run_service</a>
</li>
</ul>
</li>
<% end -%>
<% unless version == 'ga' %>
<li<%%= sidebar_current("docs-google-cloud-scheduler") %>>
<a href="#">Google Cloud Scheduler Resources</a>
Expand Down

0 comments on commit 2ecb7bd

Please sign in to comment.