Attempting to get Gitbook summary working.

This commit is contained in:
Linus Miller 2016-03-21 10:10:21 +01:00
parent ceeaeebf2f
commit 301552e69c
13 changed files with 118 additions and 0 deletions

43
SUMMARY.md Normal file
View File

@ -0,0 +1,43 @@
# Summary
* [Purpose of this Guide](purpose_of_this_guide.md)
* [The Code Bureau](tcb/README.md)
* [Overview](tcb/overview.md)
* [Why](tcb/why.md)
* [Philosophy](tcb/philosophy.md)
* [HTML](html/README.md)
* [Introduction](html/introduction.md)
* [Structured Data](html/structured_data.md)
* [JavaScript](javascript/README.md)
* [Introduction](javascript/introduction.md)
* [Prototype](javascript/prototype.md)
* [Functional Programming](javascript/functional-programming.md)
* [Lodash](javascript/lodash.md)
* [Node.js](node.js/README.md)
* [Introduction](node.js/introduction.md)
* [Modules](node.js/modules.md)
* [NPM](node.js/npm.md)
* [HTTP](node.js/http.md)
* [Express](node.js/express.md)
* [Templating](node.js/templating.md)
* [Gulp](node.js/gulp.md)
* [Epiphany](node.js/epiphany.md)
* [MongoDB](mongodb/README.md)
* [Introduction](mongodb/introduction.md)
* [Front End JavaScript](javascript/README.md)
* [Introduction](front-end/introduction.md)
* [Browserify](front-end/browserify.md)
* [jQuery](front-end/jquery.md)
* [Backbone](front-end/backbone.md)
* [Ridge](front-end/ridge.md)
* [Spytext](front-end/spytext.md)
* [Testing](testing/README.md)
* [Introduction](testing/introduction.md)
* [CSS & SASS](css-sass/README.md)
* [Introduction](css-sass/introduction.md)
* [Spysass](css-sass/spysass.md)
* [SVG](svg/README.md)
* [Deploying](deploying/README.md)
* [Command Line](command-line/README.md)
* [Projects](projects/README.md)
* [Rating](projects/rating.md)

0
command-line/README.md Normal file
View File

11
command-line/dump.md Normal file
View File

@ -0,0 +1,11 @@
# Command Line
## .netrc
Example:
```
machine git.gitbook.com
login USERNAME-or-EMAIL
password API-TOKEN-or-PASSWORD
```

0
css-sass/README.md Normal file
View File

0
deploying/README.md Normal file
View File

0
front-end/README.md Normal file
View File

0
html/README.md Normal file
View File

0
javascript/README.md Normal file
View File

0
mongodb/README.md Normal file
View File

0
node.js/README.md Normal file
View File

64
npm-debug.log Normal file
View File

@ -0,0 +1,64 @@
0 info it worked if it ends with ok
1 verbose cli [ '/usr/bin/node', '/usr/bin/npm', 'info', 'descendants' ]
2 info using npm@3.7.5
3 info using node@v5.7.0
4 silly mapToRegistry name descendants
5 silly mapToRegistry using default registry
6 silly mapToRegistry registry https://registry.npmjs.org/
7 silly mapToRegistry uri https://registry.npmjs.org/descendants
8 verbose request uri https://registry.npmjs.org/descendants
9 verbose request no auth needed
10 info attempt registry request try #1 at 5:48:07 PM
11 verbose request using bearer token for auth
12 verbose request id 5ced8ecacd218de3
13 http request GET https://registry.npmjs.org/descendants
14 http 404 https://registry.npmjs.org/descendants
15 verbose headers { 'content-type': 'application/json',
15 verbose headers 'cache-control': 'max-age=0',
15 verbose headers 'content-length': '2',
15 verbose headers 'accept-ranges': 'bytes',
15 verbose headers date: 'Sun, 20 Mar 2016 16:48:07 GMT',
15 verbose headers via: '1.1 varnish',
15 verbose headers connection: 'keep-alive',
15 verbose headers 'x-served-by': 'cache-ams4147-AMS',
15 verbose headers 'x-cache': 'MISS',
15 verbose headers 'x-cache-hits': '0',
15 verbose headers 'x-timer': 'S1458492487.630578,VS0,VE104' }
16 silly get cb [ 404,
16 silly get { 'content-type': 'application/json',
16 silly get 'cache-control': 'max-age=0',
16 silly get 'content-length': '2',
16 silly get 'accept-ranges': 'bytes',
16 silly get date: 'Sun, 20 Mar 2016 16:48:07 GMT',
16 silly get via: '1.1 varnish',
16 silly get connection: 'keep-alive',
16 silly get 'x-served-by': 'cache-ams4147-AMS',
16 silly get 'x-cache': 'MISS',
16 silly get 'x-cache-hits': '0',
16 silly get 'x-timer': 'S1458492487.630578,VS0,VE104' } ]
17 verbose stack Error: Registry returned 404 for GET on https://registry.npmjs.org/descendants
17 verbose stack at makeError (/usr/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:264:12)
17 verbose stack at CachingRegistryClient.<anonymous> (/usr/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:242:14)
17 verbose stack at Request._callback (/usr/lib/node_modules/npm/node_modules/npm-registry-client/lib/request.js:172:14)
17 verbose stack at Request.self.callback (/usr/lib/node_modules/npm/node_modules/request/request.js:199:22)
17 verbose stack at emitTwo (events.js:100:13)
17 verbose stack at Request.emit (events.js:185:7)
17 verbose stack at Request.<anonymous> (/usr/lib/node_modules/npm/node_modules/request/request.js:1036:10)
17 verbose stack at emitOne (events.js:95:20)
17 verbose stack at Request.emit (events.js:182:7)
17 verbose stack at IncomingMessage.<anonymous> (/usr/lib/node_modules/npm/node_modules/request/request.js:963:12)
18 verbose statusCode 404
19 verbose pkgid descendants
20 verbose cwd /home/sup3rman/dev/guide
21 error Linux 4.4.1-2-ARCH
22 error argv "/usr/bin/node" "/usr/bin/npm" "info" "descendants"
23 error node v5.7.0
24 error npm v3.7.5
25 error code E404
26 error 404 Registry returned 404 for GET on https://registry.npmjs.org/descendants
27 error 404
28 error 404 'descendants' is not in the npm registry.
29 error 404 You should bug the author to publish it (or use the name yourself!)
30 error 404 Note that you can also install from a
31 error 404 tarball, folder, http url, or git url.
32 verbose exit [ 1, true ]

0
projects/README.md Normal file
View File

0
svg/README.md Normal file
View File