provider/heroku: Update docs to include heroku-app-feature
This commit is contained in:
parent
fed99cb30c
commit
d6560b96d7
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
layout: "heroku"
|
||||
page_title: "Heroku: heroku_app"
|
||||
sidebar_current: "docs-heroku-resource-app"
|
||||
sidebar_current: "docs-heroku-resource-app-x"
|
||||
description: |-
|
||||
Provides a Heroku App resource. This can be used to create and manage applications on Heroku.
|
||||
---
|
||||
|
|
|
@ -17,10 +17,14 @@
|
|||
<a href="/docs/providers/heroku/r/addon.html">heroku_addon</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-heroku-resource-app") %>>
|
||||
<li<%= sidebar_current("docs-heroku-resource-app-x") %>>
|
||||
<a href="/docs/providers/heroku/r/app.html">heroku_app</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-heroku-resource-app-feature") %>>
|
||||
<a href="/docs/providers/heroku/r/app_feature.html">heroku_app_feature</a>
|
||||
</li>
|
||||
|
||||
<li<%= sidebar_current("docs-heroku-resource-cert") %>>
|
||||
<a href="/docs/providers/heroku/r/cert.html">heroku_cert</a>
|
||||
</li>
|
||||
|
|
Loading…
Reference in New Issue