Skip to content

Commit

Permalink
Merge pull request #13 from ooni/probe-app
Browse files Browse the repository at this point in the history
Add Probe App to the sidebar. Update index sections.
  • Loading branch information
aanorbel authored Jan 20, 2025
2 parents 09dd651 + 39fe71b commit c384d73
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 7 deletions.
2 changes: 1 addition & 1 deletion astro.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ export default defineConfig({
},
},
{
label: "Probe MultiPlatform",
label: "Probe App",
autogenerate: {
directory: "probe-multiplatform",
},
Expand Down
21 changes: 15 additions & 6 deletions src/content/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -21,13 +21,22 @@ import { Card, CardGrid } from '@astrojs/starlight/components';
## Sections

<CardGrid stagger>
<Card title="Devops" icon="rocket">
<Card title="Devops" icon="rocket">
Learn about [devops at ooni](/devops)
</Card>
<Card title="Backend" icon="puzzle">
</Card>
<Card title="Backend" icon="laptop">
Learn about [backend components](/backend)
</Card>
<Card title="Meta" icon="puzzle">
</Card>
<Card title="Probe Engine" icon="puzzle">
Learn about [Probe Engine](/probe-engine)
</Card>
<Card title="Probe App" icon="star">
Learn about [Probe Multiplatform App](/probe-multiplatform)
</Card>
<Card title="APIs" icon="forward-slash">
Reference for the [Run API](/api-oonirun) and [Findings API](/api-oonifindings)
</Card>
<Card title="Meta" icon="document">
Learn about [writing about documentation process](/meta)
</Card>
</Card>
</CardGrid>

0 comments on commit c384d73

Please sign in to comment.