Skip to content

Commit

Permalink
Add low code docs to the sidebar (#17490)
Browse files Browse the repository at this point in the history
* Add low code docs to the sidebar

* fix
  • Loading branch information
girarda committed Oct 3, 2022
1 parent 7319762 commit eb14f49
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docusaurus/sidebars.js
Original file line number Diff line number Diff line change
Expand Up @@ -163,6 +163,14 @@ module.exports = {
id: 'connector-development/README',
},
items: [
{
type: 'category',
label: 'Creating your first HTTP API Source',
items: [
'connector-development/config-based/index',
'connector-development/config-based/tutorial/getting-started'
]
},
'connector-development/tutorials/cdk-speedrun',
{
type: 'category',
Expand Down

0 comments on commit eb14f49

Please sign in to comment.