Add docs integrations route
cgen-4a9cb997cf01486bbde09b7e538ba590
This commit is contained in:
parent
6b52827d4f
commit
236d24ca2c
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ const App = () => (
|
|||
<Route path="api" element={<DocsApiReference />} />
|
||||
<Route path="cli" element={<DocsCli />} />
|
||||
<Route path="examples" element={<DocsExamples />} />
|
||||
<Route path="integrations" element={<DocsIntegrations />} />
|
||||
</Route>
|
||||
<Route path="/tutorials" element={<Tutorials />} />
|
||||
<Route path="/blog" element={<Blog />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue