Skip to content
Merged
Original file line number Diff line number Diff line change
Expand Up @@ -165,6 +165,7 @@
"title": "Manage projects",
"path": "projects/manage"
},
{ "title": "Notifications", "path": "projects/notifications" },
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'll create a subbranch to propose some structural changes that I think will set us up better for future work

{ "title": "Best practices", "path": "projects/best-practices" }
]
},
Expand Down Expand Up @@ -766,7 +767,11 @@
{ "title": "No-code provisioning", "path": "api-docs/no-code-provisioning"},
{
"title": "Notification configurations",
"path": "api-docs/notification-configurations"
"routes": [
{ "title": "Workspace", "path": "api-docs/notification-configurations" },
{ "title": "Project", "path": "api-docs/project-notification-configurations" },
{ "title": "Team", "path": "api-docs/team-notification-configurations" }
]
},
{ "title": "OAuth clients", "path": "api-docs/oauth-clients" },
{ "title": "OAuth tokens", "path": "api-docs/oauth-tokens" },
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading
Loading