Skip to content

Commit

Permalink
reset docs to master
Browse files Browse the repository at this point in the history
  • Loading branch information
vernak2539 committed May 16, 2024
1 parent 975a7cb commit 4cccc40
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 8 deletions.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)
12 changes: 5 additions & 7 deletions docs/interfaces/Options.md
Original file line number Diff line number Diff line change
Expand Up @@ -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`**

Expand All @@ -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
Expand All @@ -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

Expand Down

0 comments on commit 4cccc40

Please sign in to comment.