redux-offline-docs

Redux documentation in PDF, ePub and MOBI formats for offline reading.

Github stars Tracking Chart


For advanced users: create your own PDF, ePub, or MOBI versions of the Redux documentation for offline reading
  • install Calibre

  • add it to your path:

    $ ln -s /Applications/calibre.app/Contents/MacOS/ebook-convert /usr/local/bin
    
  • install gitbook using npm:

    $ npm install gitbook-cli -g
    
  • clone the Redux repository to somewhere like ~/repositories/redux:

    git clone git@github.com:reduxjs/redux.git ~/repositories/redux
    
  • then EITHER use the create-docs script from this repository by following these steps:

    • clone this repository to ~/repositories/redux-offline-docs:

      $ git clone git@github.com:paulkoegel/redux-offline-docs.git ~/repositories/redux-offline-docs
      
    • cp ~/repositories/redux-offline-docs/create-docs ~/repositories/redux

    • cd ~/repositories/redux/ && ./create-docs

    • the script assumes that the redux and redux-offline-docs folders are siblings. You'll need to adjust the path in create-docs if you have other folder locations.

  • OR run the following commands in ~/repositories/redux:

    $ gitbook pdf . docs/redux-documentation.pdf
    $ gitbook epub . docs/redux-documentation.epub
    $ gitbook mobi . docs/redux-documentation.mobi
    

Main metrics

Overview
Name With Ownerpaulkoegel/redux-offline-docs
Primary LanguageShell
Program languageShell (Language Count: 1)
Platform
License:
所有者活动
Created At2015-08-17 15:11:26
Pushed At2019-01-04 10:52:46
Last Commit At2019-01-04 11:52:45
Release Count0
用户参与
Stargazers Count281
Watchers Count8
Fork Count28
Commits Count56
Has Issues Enabled
Issues Count5
Issue Open Count2
Pull Requests Count2
Pull Requests Open Count0
Pull Requests Close Count1
项目设置
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private