All Projects → paulkoegel → Redux Offline Docs

paulkoegel / Redux Offline Docs

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

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to Redux Offline Docs

Easybook
Book publishing as easy as it should be (built with Symfony components)
Stars: ✭ 744 (+154.79%)
Mutual labels:  documentation, mobi, pdf, epub
Laravel Book
Up to date Epub, Mobi and PDF versions from the official Laravel Docs
Stars: ✭ 221 (-24.32%)
Mutual labels:  documentation, mobi, pdf, epub
Ethereum Development With Go Book
📖 A little book on Ethereum Development with Go (golang)
Stars: ✭ 754 (+158.22%)
Mutual labels:  mobi, pdf, epub
Ruby Hacking Guide.github.com
Ruby Hacking Guide Translation
Stars: ✭ 305 (+4.45%)
Mutual labels:  mobi, pdf, epub
Koodo Reader
A modern ebook manager and reader with sync and backup capacities for Windows, macOS, Linux and Web
Stars: ✭ 2,938 (+906.16%)
Mutual labels:  mobi, pdf, epub
Kotlin Reference Chinese
Kotlin 官方文档(参考部分)中文版
Stars: ✭ 85 (-70.89%)
Mutual labels:  mobi, pdf, epub
Lightnovel Crawler
Download and generate e-books from online sources.
Stars: ✭ 344 (+17.81%)
Mutual labels:  mobi, pdf, epub
Readteractive
Tool for writing and generating interactive books.
Stars: ✭ 23 (-92.12%)
Mutual labels:  mobi, pdf, epub
Owasp Masvs
The Mobile Application Security Verification Standard (MASVS) is a standard for mobile app security.
Stars: ✭ 1,030 (+252.74%)
Mutual labels:  mobi, pdf, epub
The Economist Ebooks
经济学人(含音频)、纽约客、自然、新科学人、卫报、科学美国人、连线、大西洋月刊、新闻周刊、国家地理等英语杂志免费下载、订阅(kindle推送),支持epub、mobi、pdf格式, 每周更新. The Economist 、The New Yorker 、Nature、The Atlantic 、New Scientist、The Guardian、Scientific American、Wired、Newsweek magazines, free download and subscription for kindle, mobi、epub、pdf format.
Stars: ✭ 3,471 (+1088.7%)
Mutual labels:  mobi, pdf, epub
Open Publisher
Using Jekyll to create outputs that can be used as Pandoc inputs. In short - input markdown, output mobi, epub, pdf, and print-ready pdf. With a focus on fiction.
Stars: ✭ 242 (-17.12%)
Mutual labels:  mobi, pdf, epub
scopy
Python script for searching through your digital books and cataloguing them in an easy-to-share list of files.
Stars: ✭ 28 (-90.41%)
Mutual labels:  mobi, epub
Hads
📚 Markdown superpowered documentation for Node.js
Stars: ✭ 147 (-49.66%)
Mutual labels:  documentation, offline
Wikiman
Wikiman is an offline search engine for manual pages, Arch Wiki, Gentoo Wiki and other documentation.
Stars: ✭ 117 (-59.93%)
Mutual labels:  documentation, offline
InMangaKindle
Descarga manga en español en diferentes formatos (PNG, PDF, EPUB, MOBI)
Stars: ✭ 43 (-85.27%)
Mutual labels:  mobi, epub
bitcoin-development-with-go
[Work in Progress] A little book on Bitcoin Development with Go (golang)
Stars: ✭ 19 (-93.49%)
Mutual labels:  mobi, epub
kaf-cli
把txt文本转成epub和mobi电子书的命令行工具(原TmdTextEpub)
Stars: ✭ 133 (-54.45%)
Mutual labels:  mobi, epub
react-native-ebook
React Native E-book (.mobi, .epub)
Stars: ✭ 45 (-84.59%)
Mutual labels:  mobi, epub
books
电子书(计算机类,经济学,数学), 格式,pdf、mobi、epub
Stars: ✭ 804 (+175.34%)
Mutual labels:  mobi, epub
Terraform Docs As Pdf
Complete Terraform documentation (core + all official providers) as PDF files. Updating nightly.
Stars: ✭ 113 (-61.3%)
Mutual labels:  documentation, pdf

Direct Download Links


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 [email protected]: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 [email protected]: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
    
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].