# gitbook-plugin-anchor-navigation **Repository Path**: who7708/gitbook-plugin-anchor-navigation ## Basic Information - **Project Name**: gitbook-plugin-anchor-navigation - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-12-25 - **Last Updated**: 2020-12-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README gitbook-plugin-anchor-navigation ============== Add anchor navigation and goto Top to your Gitbook. default display: ![1](https://cloud.githubusercontent.com/assets/6489688/9081533/9937e2cc-3b8f-11e5-9bfe-2b503303aa2e.JPG) hover display: ![2](https://cloud.githubusercontent.com/assets/6489688/9081532/990df2aa-3b8f-11e5-9d69-ef71c1371b77.JPG) Install in your book using ``` $ npm install --save gitbook-plugin-anchor-navigation ``` Add the plugin to your `book.json`: ``` { "plugins" : [ "anchor-navigation" ] } ```