Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/webengage/gitbook-plugin-versioning
GitBook plugin for docs and code snippets' versioning
https://github.com/webengage/gitbook-plugin-versioning
Last synced: 2 days ago
JSON representation
GitBook plugin for docs and code snippets' versioning
- Host: GitHub
- URL: https://github.com/webengage/gitbook-plugin-versioning
- Owner: WebEngage
- License: apache-2.0
- Created: 2016-01-22T13:56:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-01-22T16:32:19.000Z (almost 9 years ago)
- Last Synced: 2024-11-07T09:02:16.512Z (9 days ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Versioning plugin for your Gitbook (In development. Don't use as of now)
## Install it using:
```$ npm install gitbook-plugin-versioning```
To use it in your book, add this to book.json:
```
{
"plugins": ["versioning"]
}
```