188 Commits

Author SHA1 Message Date
Philipp Muens
7f5aec098b Add core S3 bucket cleanup upon deployment 2016-07-04 14:35:55 +01:00
Philipp Muens
7ccdc82e09 Add provider awareness for plugins 2016-07-04 09:51:38 +01:00
Philipp Muens
18a047bc07 Fix file references in "Services and functions" documentation 2016-07-01 14:21:34 +02:00
Philipp Muens
8af1eaa058 Add information about available Serverless commands 2016-06-30 16:30:48 +02:00
Philipp Muens
f1b7010459 Add $ref usage example for custom provider resources 2016-06-30 15:46:11 +02:00
Philipp Muens
267e6c58fb Add shortcut support for options 2016-06-29 14:07:55 +02:00
Philipp Muens
56ed95ca90 Update links which point to same directory 2016-06-29 07:33:53 +02:00
Philipp Muens
acbdfbc547 Update install instructions
So that they don't need to be updated each and every time a new version will be released.
2016-06-29 07:26:57 +02:00
Philipp Muens
f0cbafa824 Add a note about event source support 2016-06-29 07:23:52 +02:00
Philipp Muens
c9e093ba45 Add links to the serverless.yaml and serverless.env.yaml file documentations 2016-06-29 07:18:57 +02:00
Philipp Muens
4f9c35c653 Fix typos and other mistakes in docs 2016-06-28 09:58:46 +02:00
Philipp Muens
04b40a48b0 Add string representation support for API Gateway event 2016-06-28 06:02:31 +02:00
Philipp Muens
9ff5723e1b Update documents with some minor fixes 2016-06-24 17:17:18 +02:00
Eslam A. Hefnawy
381cc3c8ad added docs for understanding serverless 2016-06-24 17:17:18 +02:00
Philipp Muens
57f8155957 Update custom provider resource example with correct syntax 2016-06-24 17:11:40 +02:00
Philipp Muens
5fe42ed624 Remove unnecessary stage and region options from invoke call example 2016-06-24 17:11:40 +02:00
Philipp Muens
28dd0c2db2 Update "guide" documents based on first feedback iteration 2016-06-24 17:11:40 +02:00
Philipp Muens
a8fc53a0b7 Update "Custom provider resources" document 2016-06-24 17:11:40 +02:00
Philipp Muens
883b367ef8 Update "Removing a service" document 2016-06-24 17:11:40 +02:00
Philipp Muens
eb3d29eede Add and update "Event sources" related documents 2016-06-24 17:11:40 +02:00
Philipp Muens
0fce416593 Update "Invoking a function" document 2016-06-24 17:11:40 +02:00
Philipp Muens
ad9dc1b0fd Update "deploying a service" document 2016-06-24 17:11:40 +02:00
Philipp Muens
c1e1375fe3 Update "Creating a service" document 2016-06-24 17:11:40 +02:00
Philipp Muens
617d53d7c4 Add "Provider account setup" document 2016-06-24 17:11:40 +02:00
Philipp Muens
7feb0fe0ff Update "installation" document 2016-06-24 17:11:40 +02:00
Philipp Muens
71966cfd6a Add "Adding custom plugins" document 2016-06-24 17:06:23 +02:00
Philipp Muens
54f6f2dd88 Add "building provider integrations" document 2016-06-24 17:00:45 +02:00
Philipp Muens
425e9a9d65 Update "Building plugins" documentation 2016-06-24 17:00:45 +02:00
Philipp Muens
9b184746ac Remove unnecessary options in Quick start 2016-06-24 16:54:25 +02:00
Nik Graf
61a27264c8 fix yaml example in event sources docs 2016-06-24 15:01:36 +02:00
Nik Graf
ee71e4e151 add cd step to quick-start 2016-06-24 13:56:21 +02:00
Philipp Muens
817234d4e8 Move list of plugins into own, separate file 2016-06-23 15:24:52 +02:00
Philipp Muens
6eda2ac11e Add new documentation structure for alpha 1 release 2016-06-23 14:25:09 +02:00
Philipp Muens
7175896b48 Update "Work in progress" mentionings 2016-06-23 10:16:55 +02:00
Philipp Muens
5def4e1815 Update "services" concept file 2016-06-23 10:11:53 +02:00
Philipp Muens
af5eaa5767 Update "event sources" guide 2016-06-22 20:35:13 +02:00
Philipp Muens
828df63d17 Fix broken "Event sources" link 2016-06-22 18:34:22 +02:00
Philipp Muens
060e85e29d Remove AWS setup instructions in "Your first service" tutorial
Because we'll introduce a dedicated AWS setup section later on.
2016-06-22 18:31:59 +02:00
Philipp Muens
6eb595edc4 Update "Adding event sources" tutorial / move "Event sources" document to "guide" 2016-06-22 18:30:50 +02:00
Philipp Muens
143e5c0d44 Update "Your first service" tutorial 2016-06-22 17:57:51 +02:00
Philipp Muens
8763a95a3c Fix typo 2016-06-22 17:49:08 +02:00
Philipp Muens
94121fb135 Uppercase necessary bullet points in "table of contents"
So that they all follow the same pattern.
2016-06-22 17:43:34 +02:00
Philipp Muens
fecf1ddcd4 Remove duplicate "npm install" statement 2016-06-22 17:42:22 +02:00
Philipp Muens
a0126d6092 Add / update basic docs structure
For a more organized and less bloated reading experience.
2016-06-22 17:40:27 +02:00
Philipp Muens
9ead01010b Rename plugin names in docs
Rename the plugin names in docs so that they are more human readable and easier to understand.
2016-06-17 09:19:32 +02:00
Philipp Muens
cf7028677b Refactor docs structure
Each plugin now has a README.md file in it's root folder. The docs/README.md file
links to each plugins index folder so that the user can directly see the plugins folder structure
and the corresponding README.md file at once. This makes understanding the plugin way easier.
2016-06-17 08:43:51 +02:00
Philipp Muens
5b139c11c8 Add remark about universal JSON request template support in docs 2016-06-16 10:59:40 +02:00
Philipp Muens
3c407ea2d9 Switch from http_endpoint to http_endpoints
http_endpoints is correct as the property might contain one or more endpoints.
2016-06-15 12:25:44 +02:00
Philipp Muens
7311d3c89a Add documentation for awsCompileApigEvents plugin
Fix some minor typos and format issues alongside.
2016-06-15 12:25:44 +02:00
Philipp Muens
974922e0d2 Fix invalid docs
Fix the docs so that the custom resources section is correct again.
2016-06-15 12:17:47 +02:00