Skip to content

Commit

Permalink
Add markdown strategy for react
Browse files Browse the repository at this point in the history
  • Loading branch information
javierbyte committed Sep 3, 2016
1 parent 9cfc5ae commit 341d373
Show file tree
Hide file tree
Showing 19 changed files with 620 additions and 8 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
.DS_Store
node_modules
_tmp
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Get your favorite docs as ebooks!
[![docs2epub](docs/og.jpg)](http://javier.xyz/docs2epub/)

# Library:
* React [[epub]](http://javier.xyz/docs2epub/download/react.epub) [[html]](http://javier.xyz/docs2epub/download/react.html). [beta]
* React [[epub]](http://javier.xyz/docs2epub/download/react.epub) [[html]](http://javier.xyz/docs2epub/download/react.html). [stable]
* Underscore [[epub]](http://javier.xyz/docs2epub/download/underscore.epub) [[html]](http://javier.xyz/docs2epub/download/underscore.html). [beta]
* express [[epub]](http://javier.xyz/docs2epub/download/express.epub) [[html]](http://javier.xyz/docs2epub/download/express.html). [beta]
* angular2 [[epub]](http://javier.xyz/docs2epub/download/angular2.epub) [[html]](http://javier.xyz/docs2epub/download/angular2.html). [alpha]
Expand Down
Binary file modified docs/download/react.epub
Binary file not shown.
Binary file added docs/download/socketio.epub
Binary file not shown.
290 changes: 290 additions & 0 deletions docs/download/socketio.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,290 @@

<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link href="https://fonts.googleapis.com/css?family=Merriweather:400,400i,700" rel="stylesheet">

<style>
body {
font-family: 'Merriweather', serif;
background: '#ddd';
color: '#444';
font-size: 17px;
line-height: 1.75;
}

code, pre {
font-family: 'monospace'
font-size: 15px;
background: #fafafa;
padding: 0.5rem;
margin: 0.5rem 0;
}

#main {
max-width: 740px;
}

article {
margin: 1em 0;
padding: 1em;
}
</style>
</head>
<body>
<div id="main">

<article>
<h3>socketio documentation</h3>
<div>
<div>
<h3>About this book.</h3>
<div>
Documentation generated by <b>docs2epub</b> [http://javier.xyz/docs2epub/] on Fri Sep 02 2016 03:01:45 GMT-0500 (CDT), scrapped from https://angular.io/docs/ts/latest/.
</div>
<br /><br />
<div>
Find more about this project on https://github.com/angular/angular.
LICENCE of socketio: https://raw.githubusercontent.com/angular/angular/master/LICENSE
</div>
</div>
</div>
</article>

<article>
<h3>Socket.IO — Docs</h3>
<div><div>

<!-- #page -->








<!-- Twitter script -->












</div></div>
</article>

<article>
<h3>Socket.IO — Server API</h3>
<div><div>

<!-- #page -->








<!-- Twitter script -->












</div></div>
</article>

<article>
<h3>Socket.IO — Client API</h3>
<div><div>

<!-- #page -->








<!-- Twitter script -->












</div></div>
</article>

<article>
<h3>Socket.IO — Rooms and Namespaces</h3>
<div><div>

<!-- #page -->








<!-- Twitter script -->












</div></div>
</article>

<article>
<h3>Socket.IO — Migrating from 0.9</h3>
<div><div>

<!-- #page -->








<!-- Twitter script -->












</div></div>
</article>

<article>
<h3>Socket.IO — Using multiple nodes</h3>
<div><div>

<!-- #page -->








<!-- Twitter script -->












</div></div>
</article>

<article>
<h3>Socket.IO — Logging and Debugging</h3>
<div><div>

<!-- #page -->








<!-- Twitter script -->












</div></div>
</article>

<article>
<h3>Socket.IO — FAQ</h3>
<div><div>

<!-- #page -->








<!-- Twitter script -->












</div></div>
</article>

</div>
</body>
</html>

Binary file modified docs/ereader.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ <h2>Library</h2>
</div>
<div class="book-gallery">
<div class="padding-1 book-container">
<div class="book -beta" style="background-image:url(assets/book_react.jpg)"></div>
<div class="book -stable" style="background-image:url(assets/book_react.jpg)"></div>
<div class="book-title">React</div>
<div class="book-controls">
<a class="book-controls-control" href="download/react.epub">EPUB</a>
Expand Down
Loading

0 comments on commit 341d373

Please sign in to comment.