Skip to content

Commit a5a7ab9

Browse files
author
Scott Prue
committed
Docs version v1.5.0 added to gitbook config.
1 parent 17a9b99 commit a5a7ab9

File tree

3 files changed

+13
-10
lines changed

3 files changed

+13
-10
lines changed

README.md

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,14 @@ npm install --save react-redux-firebase
4545

4646
The above install command will install the `@latest` tag. You may also use the following tags when installing to get different versions:
4747

48-
<!-- `@next` - Next upcoming release. currently points to active progress with `v1.5.0-*` pre-releases -->
49-
`@canary` - Most possible up to date code. Currently points to active progress with `v2.0.0-*` pre-releases. *Warning:* Syntax is different than current stable version.
48+
* `@next` - Next upcoming release. currently points to active progress with `v1.5.0-*` pre-releases
49+
* `@canary` - Most possible up to date code. Currently points to active progress with `v2.0.0-*` pre-releases. *Warning:* Syntax is different than current stable version.
5050

5151
Other versions docs are available using the dropdown on the above docs link. For quick access:
52+
* [Version `1.5.0` Docs](http://docs.react-redux-firebase.com/history/v1.5.0/)
5253
* [Version `2.0.0` Docs](http://docs.react-redux-firebase.com/history/v2.0.0/)
5354

54-
**Note:** Be careful using not `@latest` versions. Please report any issues you encounter, and try to keep an eye on the [releases page](https://github.com/prescottprue/react-redux-firebase/releases) for relevant release info.
55+
**Note:** Be aware of changes when using version that are tagged `@latest`. Please report any issues you encounter, and try to keep an eye on the [releases page](https://github.com/prescottprue/react-redux-firebase/releases) for relevant release info.
5556

5657
## Use
5758

book.json

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"gitbook": ">=3.2.1",
33
"title": "React Redux Firebase",
4-
"plugins": ["edit-link", "prism", "-highlight", "github", "anchorjs", "versions-select"],
4+
"plugins": ["edit-link", "prism", "-highlight", "github", "anchorjs", "versions-select", "ga"],
55
"pluginsConfig": {
66
"edit-link": {
77
"base": "https://github.com/prescottprue/react-redux-firebase/tree/master",
@@ -15,13 +15,20 @@
1515
"website": "build/gitbook.css"
1616
}
1717
},
18+
"ga": {
19+
"token": "UA-102355407-1"
20+
},
1821
"versions": {
19-
"gitbookConfigURL": "https://raw.githubusercontent.com/prescottprue/react-redux-firebase/v2.0.0/book.json",
22+
"gitbookConfigURL": "https://raw.githubusercontent.com/prescottprue/react-redux-firebase/master/book.json",
2023
"options": [
2124
{
2225
"value": "http://docs.react-redux-firebase.com/history/v1.4.0/",
2326
"text": "Version 1.4.0"
2427
},
28+
{
29+
"value": "http://docs.react-redux-firebase.com/history/v1.5.0/",
30+
"text": "Version 1.5.0"
31+
},
2532
{
2633
"value": "http://docs.react-redux-firebase.com/history/v2.0.0/",
2734
"text": "Version 2.0.0"

package.json

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -75,11 +75,6 @@
7575
"eslint-plugin-react": "^6.10.3",
7676
"eslint-plugin-standard": "^2.2.0",
7777
"gitbook-cli": "^2.3.0",
78-
"gitbook-plugin-anchorjs": "^1.1.1",
79-
"gitbook-plugin-edit-link": "^2.0.2",
80-
"gitbook-plugin-github": "^2.0.0",
81-
"gitbook-plugin-prism": "^2.2.0",
82-
"gitbook-plugin-versions-select": "^0.1.1",
8378
"istanbul": "^1.1.0-alpha.1",
8479
"jsdom": "^9.12.0",
8580
"mocha": "^3.2.0",

0 commit comments

Comments
 (0)