redux-offline-docs

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

Github星跟蹤圖


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
    

主要指標

概覽
名稱與所有者paulkoegel/redux-offline-docs
主編程語言Shell
編程語言Shell (語言數: 1)
平台
許可證
所有者活动
創建於2015-08-17 15:11:26
推送於2019-01-04 10:52:46
最后一次提交2019-01-04 11:52:45
發布數0
用户参与
星數282
關注者數8
派生數28
提交數56
已啟用問題?
問題數5
打開的問題數2
拉請求數2
打開的拉請求數0
關閉的拉請求數1
项目设置
已啟用Wiki?
已存檔?
是復刻?
已鎖定?
是鏡像?
是私有?