From b89ed9afeb8cf202d90903ffb060c0adb0f687ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9rgio=20Santos?= Date: Wed, 8 Jan 2025 10:58:23 +0000 Subject: [PATCH] Add Probe App to the sidebar. Update index sections. --- astro.config.mjs | 6 ++++++ src/content/docs/index.mdx | 21 +++++++++++++++------ 2 files changed, 21 insertions(+), 6 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index ea6bcd3..ab9ee8b 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -66,6 +66,12 @@ export default defineConfig({ directory: "probe-engine", }, }, + { + label: "Probe App", + autogenerate: { + directory: "probe-multiplatform", + }, + }, ...openAPISidebarGroups, ], customCss: ["./src/styles/custom.css"], diff --git a/src/content/docs/index.mdx b/src/content/docs/index.mdx index dcaaee4..5efcf54 100644 --- a/src/content/docs/index.mdx +++ b/src/content/docs/index.mdx @@ -21,13 +21,22 @@ import { Card, CardGrid } from '@astrojs/starlight/components'; ## Sections - + Learn about [devops at ooni](/devops) - - + + Learn about [backend components](/backend) - - + + + Learn about [Probe Engine](/probe-engine) + + + Learn about [Probe Multiplatform App](/probe-multiplatform) + + + Reference for the [Run API](/api-oonirun) and [Findings API](/api-oonifindings) + + Learn about [writing about documentation process](/meta) - +