Skip to content

Commit ac65797

Browse files
committed
fix(cost-center): add missing sub-resources to website sidebar
The cost center sub-resources (organizations, repositories, users) were registered in provider.go and had docs, but were accidentally omitted from the website sidebar navigation.
1 parent eeb8acc commit ac65797

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

website/github.erb

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -316,6 +316,15 @@
316316
<li>
317317
<a href="/docs/providers/github/r/enterprise_cost_center.html">github_enterprise_cost_center</a>
318318
</li>
319+
<li>
320+
<a href="/docs/providers/github/r/enterprise_cost_center_organizations.html">github_enterprise_cost_center_organizations</a>
321+
</li>
322+
<li>
323+
<a href="/docs/providers/github/r/enterprise_cost_center_repositories.html">github_enterprise_cost_center_repositories</a>
324+
</li>
325+
<li>
326+
<a href="/docs/providers/github/r/enterprise_cost_center_users.html">github_enterprise_cost_center_users</a>
327+
</li>
319328
<li>
320329
<a href="/docs/providers/github/r/enterprise_organization.html">github_enterprise_organization</a>
321330
</li>

0 commit comments

Comments
 (0)