From 4cccc4069e58d0341bf1d2dd3d74f59290b2f765 Mon Sep 17 00:00:00 2001 From: Alex Vernacchia Date: Thu, 16 May 2024 15:19:48 +0100 Subject: [PATCH] reset docs to master --- docs/README.md | 2 +- docs/interfaces/Options.md | 12 +++++------- 2 files changed, 6 insertions(+), 8 deletions(-) diff --git a/docs/README.md b/docs/README.md index ee50d74..c8ca625 100644 --- a/docs/README.md +++ b/docs/README.md @@ -37,4 +37,4 @@ Rehype plugin for Astro to add support for transforming relative links in MD and #### Defined in -[src/index.mjs:34](https://github.com/vernak2539/astro-rehype-relative-markdown-links/blob/main/src/index.mjs#L34) +[src/index.mjs:33](https://github.com/vernak2539/astro-rehype-relative-markdown-links/blob/main/src/index.mjs#L33) diff --git a/docs/interfaces/Options.md b/docs/interfaces/Options.md index c85aadd..dce7876 100644 --- a/docs/interfaces/Options.md +++ b/docs/interfaces/Options.md @@ -12,20 +12,20 @@ ### Properties -- [base](Options.md#base) +- [basePath](Options.md#basepath) - [collectionPathMode](Options.md#collectionpathmode) - [contentPath](Options.md#contentpath) - [trailingSlash](Options.md#trailingslash) ## Properties -### base +### basePath -• `Optional` **base**: `string` +• `Optional` **basePath**: `string` **`Name`** -base +basePath **`Reference`** @@ -35,8 +35,6 @@ https://docs.astro.build/en/reference/configuration-reference/#base The base path to deploy to. Astro will use this path as the root for your pages and assets both in development and in production build. -**`Example`** - In the example below, `astro dev` will start your server at `/docs`. ```js @@ -47,7 +45,7 @@ In the example below, `astro dev` will start your server at `/docs`. #### Inherited from -z.input.base +z.input.basePath #### Defined in