Files
Cloud-book/node_modules/gitbook-plugin-ancre-navigation/README.md
2025-08-27 17:10:05 +08:00

23 lines
212 B
Markdown

# gitbook-plugin-ancre-navigation
# how to use the plugin?
In your `book. Json` add plugins:
```
{
"plugins": [
"ancre-navigation"
]
}
```
Then install the plugin:
```
$ gitbook install ./
```