mirror of
https://github.com/alrayyes/wiki.git
synced 2025-05-16 13:00:00 +00:00
fix: small typos (#686)
This commit is contained in:
parent
52e6c03730
commit
0a8c38dc21
7 changed files with 12 additions and 12 deletions
docs/features
|
@ -20,7 +20,7 @@ Component.Breadcrumbs({
|
|||
rootName: "Home", // name of first/root element
|
||||
resolveFrontmatterTitle: true, // whether to resolve folder names through frontmatter titles
|
||||
hideOnRoot: true, // whether to hide breadcrumbs on root `index.md` page
|
||||
showCurrentPage: true, // wether to display the current page in the breadcrumbs
|
||||
showCurrentPage: true, // whether to display the current page in the breadcrumbs
|
||||
})
|
||||
```
|
||||
|
||||
|
|
|
@ -26,7 +26,7 @@ Component.Explorer({
|
|||
title: "Explorer", // title of the explorer component
|
||||
folderClickBehavior: "collapse", // what happens when you click a folder ("link" to navigate to folder page on click or "collapse" to collapse folder on click)
|
||||
folderDefaultState: "collapsed", // default state of folders ("collapsed" or "open")
|
||||
useSavedState: true, // wether to use local storage to save "state" (which folders are opened) of explorer
|
||||
useSavedState: true, // whether to use local storage to save "state" (which folders are opened) of explorer
|
||||
// Sort order: folders first, then files. Sort folders and files alphabetically
|
||||
sortFn: (a, b) => {
|
||||
... // default implementation shown later
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue