23 lines
212 B
Markdown
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 ./
|
|
```
|
|
|