Add DocsPlatform route
cgen-e963cf1c76f64ac98a3266cdc8e6c199
This commit is contained in:
parent
4fad2cdf59
commit
81716de943
1 changed files with 1 additions and 0 deletions
|
|
@ -117,6 +117,7 @@ const App = () => (
|
|||
<Route index element={<DocsOverview />} />
|
||||
<Route path="tutorials" element={<DocsTutorials />} />
|
||||
<Route path="getting-started" element={<DocsGettingStarted />} />
|
||||
<Route path="platform" element={<DocsPlatform />} />
|
||||
<Route path="api" element={<DocsApiReference />} />
|
||||
<Route path="cli" element={<DocsCli />} />
|
||||
<Route path="examples" element={<DocsExamples />} />
|
||||
|
|
|
|||
Loading…
Reference in a new issue