diff --git a/docs/astro.config.mjs b/docs/astro.config.mjs index cb26a5af..402f8788 100644 --- a/docs/astro.config.mjs +++ b/docs/astro.config.mjs @@ -33,7 +33,11 @@ export default defineConfig({ { label: 'Local development', link: '/getting-started/local-development/' - } + }, + { + label: 'Changelog', + link: '/getting-started/changelog/' + }, ] }, { diff --git a/docs/src/components/footer.astro b/docs/src/components/footer.astro index c902d28a..9784743e 100644 --- a/docs/src/components/footer.astro +++ b/docs/src/components/footer.astro @@ -124,7 +124,7 @@ const isNotHomepage = Astro.props.slug !== "";
  • - API Reference + API Reference
  • PocketBase @@ -138,17 +138,17 @@ const isNotHomepage = Astro.props.slug !== "";
    wanderer