Skip to content

Commit

Permalink
add navigation items for integration guides
Browse files Browse the repository at this point in the history
  • Loading branch information
cmpadden committed Aug 7, 2024
1 parent 3de631f commit 49e0912
Showing 1 changed file with 14 additions and 1 deletion.
15 changes: 14 additions & 1 deletion docs/content/_navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -1081,6 +1081,19 @@
{
"title": "Testing with Branch Deployments",
"path": "/guides/dagster/branch_deployments"
},
{
"title": "Integrations",
"children": [
{
"title": "Approaches to writing integrations",
"path": "/guides/integrations/approaches-to-writing-integrations"
},
{
"title": "Writing a multi-asset decorator integration",
"path": "/guides/integrations/writing-a-multi-asset-decorator-integration"
}
]
}
]
},
Expand Down Expand Up @@ -1588,4 +1601,4 @@
}
]
}
]
]

0 comments on commit 49e0912

Please sign in to comment.