diff --git a/lapis2-docs/astro.config.mjs b/lapis2-docs/astro.config.mjs index 38212ffb..86e1d669 100644 --- a/lapis2-docs/astro.config.mjs +++ b/lapis2-docs/astro.config.mjs @@ -46,6 +46,10 @@ export default defineConfig({ label: 'Filters', link: '/references/filters/', }, + { + label: 'Additional Request Properties', + link: '/references/additional-request-properties/', + }, { label: 'Open API / Swagger', link: '/references/open-api-definition/', diff --git a/lapis2-docs/src/components/QueryGenerator/OutputFormatSelection.tsx b/lapis2-docs/src/components/QueryGenerator/OutputFormatSelection.tsx index 46fc7671..b5df9de6 100644 --- a/lapis2-docs/src/components/QueryGenerator/OutputFormatSelection.tsx +++ b/lapis2-docs/src/components/QueryGenerator/OutputFormatSelection.tsx @@ -12,7 +12,7 @@ type Props = { export const OutputFormatSelection = ({ queryType, format, onFormatChange }: Props) => { return ( -