Skip to content
This repository has been archived by the owner on Jan 11, 2019. It is now read-only.

Commit

Permalink
Remove Pie Mapping from website
Browse files Browse the repository at this point in the history
  • Loading branch information
Phil Pluckthun committed Feb 7, 2017
1 parent 473a70e commit e5a733a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
1 change: 1 addition & 0 deletions docs/book.json → book.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"title": "Fluorine",
"gitbook": ">= 3.0.0",
"root": "docs",
"structure": {
"readme": "INTRO.md",
"summary": "README.md"
Expand Down
5 changes: 0 additions & 5 deletions docs/INTRO.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,5 @@ This is the ultimate way to use RxJS for state and side effect management!
<td valign="middle"><h4><a href="https://datawallet.io">DataWallet</a></h4></td>
</tr>

<tr>
<td><img src="https://piemapping.com/img/favicons/apple-touch-icon.png" height="100px"/></td>
<td valign="middle"><h4><a href="https://piemapping.com">Pie Mapping</a></h4></td>
</tr>

</table>

6 changes: 3 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@
"preversion": "npm run clean && npm run test",
"version": "npm run build",
"postversion": "git push && git push --tags",
"prebook": "gitbook install ./docs",
"book": "gitbook build ./docs",
"prebook": "gitbook install",
"book": "gitbook build",
"postbook": "cp ./docs/now.json _book/",
"book:watch": "gitbook serve ./docs"
"book:watch": "gitbook serve"
},
"author": "Phil Plückthun <[email protected]> (https://github.com/philplckthun)",
"bugs": {
Expand Down

0 comments on commit e5a733a

Please sign in to comment.