Skip to content

wspringer/react-native-dash

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

React Native documentation for Dash

Installation in Dash

To install the React Native documentation in Dash, go to:

Preferences >> Downloads >> User Contributed

This repo is used to generate those docs. You don't need to touch it unless you want to contribute to it.

To update the docset, please read the instructions here (more specifically, "Set up your directory structure"). To generate the docset for your Dash-User-Contributions pull request, you'd use this repo.

Note: If you do wish to update the docset, please notify me by opening an issue. I'd like to double check everything before you send it off to the Dash repo.

Docset Manual Build Instructions

Prerequisites: wget, node and sqlite3. For OS X:

brew install wget node sqlite3

Clone this repo, cd into it and do:

npm install
chmod 777 build.sh
./build.sh

The script will:

  • Fetch the newest released React documentation from http://facebook.github.io/react-native/.
  • Parse the doc site into a new SQLite database for Dash. The list of files are hardcoded. Please check src/index.js for more detail.
  • Bundle up the result in a React_Native.docset.

Test the output by clicking on React_Native.docset (importing it into Dash). Then, like it said on Dash User Contributions:

tar --exclude='.DS_Store' -cvzf React_Native.tgz React_Native.docset

About

React Native documentation source for Dash (http://kapeli.com/dash)

Resources

Stars

Watchers

Forks

Packages

No packages published