Skip to content

Commit e53aa8f

Browse files
authored
fix: streamline organization practices links (#29348)
1 parent 46bfea9 commit e53aa8f

1 file changed

Lines changed: 3 additions & 8 deletions

File tree

docs/astro.config.mjs

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -274,14 +274,9 @@ export default defineConfig({
274274
{ label: 'GitHub Actions Primer', link: '/guides/github-actions-primer/' },
275275
{ label: 'Maintaining Repositories', link: '/guides/maintaining-repos/' },
276276
{ label: 'Network Configuration', link: '/guides/network-configuration/' },
277-
{
278-
label: 'Organization Practices',
279-
items: [
280-
{ label: 'Overview', link: '/guides/organization-practices/' },
281-
{ label: 'Safe Rollout', link: '/guides/organization-practices/safe-rollout/' },
282-
{ label: 'Sharing Workflows', link: '/guides/organization-practices/sharing-workflows/' },
283-
],
284-
},
277+
{ label: 'Organization Practices', link: '/guides/organization-practices/' },
278+
{ label: 'Safe Rollout', link: '/guides/organization-practices/safe-rollout/' },
279+
{ label: 'Sharing Workflows', link: '/guides/organization-practices/sharing-workflows/' },
285280
{ label: 'Reusing Workflows', link: '/guides/packaging-imports/' },
286281
{ label: 'Serena', link: '/guides/serena/' },
287282
{ label: 'Using Custom MCPs', link: '/guides/mcps/' },

0 commit comments

Comments
 (0)