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

Commit e5a733a

Browse files
author
Phil Pluckthun
committed
Remove Pie Mapping from website
1 parent 473a70e commit e5a733a

File tree

3 files changed

+4
-8
lines changed

3 files changed

+4
-8
lines changed

docs/book.json renamed to book.json

+1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
{
22
"title": "Fluorine",
33
"gitbook": ">= 3.0.0",
4+
"root": "docs",
45
"structure": {
56
"readme": "INTRO.md",
67
"summary": "README.md"

docs/INTRO.md

-5
Original file line numberDiff line numberDiff line change
@@ -32,10 +32,5 @@ This is the ultimate way to use RxJS for state and side effect management!
3232
<td valign="middle"><h4><a href="https://datawallet.io">DataWallet</a></h4></td>
3333
</tr>
3434

35-
<tr>
36-
<td><img src="https://piemapping.com/img/favicons/apple-touch-icon.png" height="100px"/></td>
37-
<td valign="middle"><h4><a href="https://piemapping.com">Pie Mapping</a></h4></td>
38-
</tr>
39-
4035
</table>
4136

package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@
2525
"preversion": "npm run clean && npm run test",
2626
"version": "npm run build",
2727
"postversion": "git push && git push --tags",
28-
"prebook": "gitbook install ./docs",
29-
"book": "gitbook build ./docs",
28+
"prebook": "gitbook install",
29+
"book": "gitbook build",
3030
"postbook": "cp ./docs/now.json _book/",
31-
"book:watch": "gitbook serve ./docs"
31+
"book:watch": "gitbook serve"
3232
},
3333
"author": "Phil Plückthun <[email protected]> (https://github.com/philplckthun)",
3434
"bugs": {

0 commit comments

Comments
 (0)