Skip to content

Commit

Permalink
Don't break the website by including things that aren't GA in the GA …
Browse files Browse the repository at this point in the history
  • Loading branch information
nat-henderson authored and Nathan Klish committed May 18, 2020
1 parent 6403838 commit 1ac7003
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions third_party/terraform/website-compiled/google.erb
Original file line number Diff line number Diff line change
Expand Up @@ -282,13 +282,15 @@
</ul>
</li>

<% unless version == 'ga' -%>
<li<%%= sidebar_current("docs-google-bigquery-data-transfer") %>>
<a href="#">Google BigQuery Reservation Resources</a>
<ul class="nav nav-visible">
<li<%%= sidebar_current("docs-google-bigquery-reservation") %>>
<a href="/docs/providers/google/r/bigquery_reservation.html">google_bigquery_reservation</a>
</ul>
</li>
<% end -%>

<li<%%= sidebar_current("docs-google-bigtable") %>>
<a href="#">Google Bigtable Resources</a>
Expand Down

0 comments on commit 1ac7003

Please sign in to comment.