Skip to content

Commit

Permalink
docs: fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jooy2 committed Mar 16, 2024
1 parent acd2ef8 commit bdfb72e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/multiple-sidebars-how-to.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,4 +95,4 @@ Here's an example of the output from the above setup:
}
```

Learn more about `scanStartPath` and `resolvePath` in the `Options` section of `README.md`.
Learn more about `scanStartPath` and `resolvePath` in the `Options` section.
4 changes: 2 additions & 2 deletions docs/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ This is the path where the `.vitepress` directory is located, and if the folder
- Type: `string|null`
- Default: `null`

This option is used to configure Multiple Sidebars. See the `Multiple Sidebars How-to` section in `README.md`.
This option is used to configure Multiple Sidebars. See the `Multiple Sidebars How-to` section.

The path to the root directory to scan for document lists. Files in the path set in `documentRootPath` outside the path set in `scanStartPath` will not be scanned. It is recommended that you also set `documentRootPath` if you specify `scanStartPath` because the parent path set in `documentRootPath` should appear in the `link`.

Expand All @@ -44,7 +44,7 @@ For example, if the root path is `/docs` and the document to be scanned is `/doc
- Type: `string|null`
- Default: `null`

This option is used to configure Multiple Sidebars. See the `Multiple Sidebars How-to` section in `README.md`.
This option is used to configure Multiple Sidebars. See the `Multiple Sidebars How-to` section.

Enter the path to the section to display a different sidebar for each path. The path must contain `/` before and after it. Options without this value will be set to the root section (`/`).

Expand Down

0 comments on commit bdfb72e

Please sign in to comment.