1
0
Fork 0

Readded Foxx Vendor Apps to documentation.

This commit is contained in:
Michael Hackstein 2015-06-08 15:21:11 +02:00
parent 7b366ca130
commit 76e58fe45e
2 changed files with 4 additions and 4 deletions

View File

@ -1,8 +1,4 @@
^SUMMARY.md$ ^SUMMARY.md$
^README.md$ ^README.md$
^Foxx/Apps/README.md$
^Foxx/Apps/Sessions.md$
^Foxx/Apps/SimpleAuth.md$
^Foxx/Apps/Users.md$
^node_modules/gitbook-plugin-piwik/README.md$ ^node_modules/gitbook-plugin-piwik/README.md$
^node_modules/gitbook-plugin-toggle-chapters/README.md$ ^node_modules/gitbook-plugin-toggle-chapters/README.md$

View File

@ -127,6 +127,10 @@
* [Advanced Features](Foxx/Advanced/README.md) * [Advanced Features](Foxx/Advanced/README.md)
* [Exports](Foxx/Advanced/Exports.md) * [Exports](Foxx/Advanced/Exports.md)
* [Dependency Injection](Foxx/Advanced/Injection.md) * [Dependency Injection](Foxx/Advanced/Injection.md)
* [Vendor Apps](Foxx/Apps/README.md)
* [Sessions](Foxx/Apps/Sessions.md)
* [Users](Foxx/Apps/Users.md)
* [Simple Authentication](Foxx/Apps/SimpleAuth.md)
* [ArangoDB's Actions](ArangoActions/README.md) * [ArangoDB's Actions](ArangoActions/README.md)
* [Delivering HTML Pages](ArangoActions/HtmlExample.md) * [Delivering HTML Pages](ArangoActions/HtmlExample.md)
* [Json Objects](ArangoActions/JsonExample.md) * [Json Objects](ArangoActions/JsonExample.md)