60 Commits

Author SHA1 Message Date
Philipp Muens
797dbc3837 Add available templates to services.md 2017-08-28 12:50:30 +02:00
James Thomas
a287c99559 Adding PHP runtime support for OpenWhisk provider.
Updated documentation to demonstrate PHP support in OpenWhisk.
Added new PHP template to create plugin.
2017-08-25 16:29:28 +01:00
Philipp Muens
b7fbf66dd7 Merge pull request #4026 from sethkor/docs_aws_update_variable_files
Add clarifications on the need for file suffix/extension when using variables from reference files
2017-08-21 12:50:54 +02:00
Philipp Muens
996b21f5e3 Minor fixes 2017-08-21 12:48:18 +02:00
Vlad Holubiev
e354763803 Fix 3 typos in docs 2017-08-17 22:53:27 +03:00
Philipp Muens
69702fccfb Merge pull request #3954 from jpforsyth/patch-1
Add note to change directory into service prior to deployment
2017-08-17 13:16:35 +02:00
Brian Neisler
81795c5dab Fix forum links 2017-08-15 11:32:31 -07:00
Philipp Muens
3cd6fb1b92 Update other provider docs 2017-08-15 16:02:17 +02:00
Seth
1b9f0bde54 fixes #3379 update docs for Azure, Google and OpenWhisk around variables in YAML or JSON files. Add Array examples for variables 2017-08-03 12:50:42 +10:00
Philipp Muens
8d0f149407 Fix links / reformat 2017-07-07 11:25:52 +02:00
Daniel Schep
ddaa54aa20 Document that variable refs aren't resolved at plugin constructor execution time 2017-07-06 21:44:50 -04:00
Joe Niland
f953003952 Update schedule.md
Fix typo in Simple cron example
2017-07-06 19:08:39 +10:00
Philipp Muens
341198420c Merge pull request #3842 from infiniteluke/improve-javascript-export
Improve usage and error handling of javascript variables.
2017-07-06 11:01:45 +02:00
Philipp Muens
fbbfb96c1b Add documentation 2017-07-05 11:11:27 +02:00
Eslam λ Hefnawy
ea79e2b1dd Merge pull request #3830 from jthomas/master
Add disable parameter to function package options
2017-07-03 23:09:43 +07:00
Philipp Muens
34595e1f6d Add opt-out config for dev dependency exclusion 2017-06-30 09:25:59 +02:00
Philipp Muens
9727492594 Add documentation 2017-06-28 09:08:44 +02:00
Christopher "Chief" Najewicz
a6b297aa75 Update web-actions.md docs w/ correct URL 2017-06-23 08:45:55 -04:00
Philipp Muens
9f67a39f38 Exclude dev dependencies in .zip file 2017-06-16 19:30:07 +01:00
Ryan Lewis
a78f53365d other services 2017-06-11 12:20:57 -07:00
Philipp Muens
5800033eaf Merge pull request #3681 from hassankhan/add-devdependency-docs
Add documentation for installing Serverless locally
2017-05-30 14:28:15 +02:00
Philipp Muens
f8981b3957 Move docs from "getting started" to "services" 2017-05-30 14:26:40 +02:00
Taylor Hurt
e9b96d2019 Update triggers.md
fix link;
fix typo;
fix missing word;
2017-05-29 00:19:48 -04:00
Philipp Muens
253fe3e8e5 Merge pull request #3647 from HyperBrain/support-json-project
Added support for serverless.json. Improved error messages with filename
2017-05-25 11:58:53 +02:00
Philipp Muens
081c612814 Add documentation 2017-05-25 11:48:55 +02:00
Philipp Muens
7f7a1b6c0b Merge pull request #3675 from jthomas/master
[openwhisk] Doc Update: Adding new API Gateway access token instructions
2017-05-24 17:28:42 +02:00
James Thomas
96026dcdfa Adding new API Gateway access token instructions 2017-05-24 15:13:34 +01:00
Philipp Muens
3f1c8b47eb Add login CLI command to TOCs 2017-05-24 12:51:25 +02:00
davidwells
78bf0a2196 update docs 2017-05-24 00:45:21 -07:00
davidwells
d5085f1793 update docs 2017-05-24 00:21:30 -07:00
davidwells
24606e1cfa add docs 2017-05-24 00:17:30 -07:00
Philipp Muens
0c54add974 Fix broken Quick Starts 2017-05-17 11:19:46 +02:00
Philipp Muens
a8982c8bb1 Update OpenWhisk references from IBM to Apache
Since the project was donated to the Apache foundation and is called "Apache OpenWhisk" from now on.
2017-05-12 07:34:56 +02:00
davidwells
ab41d8cdb1 add prefixes to improve search 2017-05-11 13:35:13 -07:00
davidwells
0f08345cdb update relative paths 2017-05-10 20:39:46 -07:00
davidwells
718d54bef6 update doc pages 2017-05-10 17:49:45 -07:00
David Wells
f9470e57ef Update README.md 2017-05-10 17:49:45 -07:00
Rupak Ganguly
d335094956 Create separate quick start docs for the providers. 2017-05-10 17:09:06 -07:00
davidwells
a28e1cee0c update doc nav menu 2017-05-08 08:14:14 -07:00
Philipp Muens
e5f03e2ae4 Merge pull request #3507 from HyperBrain/info-lifecycle-event-extension
Add detailed lifecycle events to info plugin
2017-05-03 10:17:06 +02:00
Philipp Muens
cf12279e6d Update formatting 2017-05-01 10:48:00 +02:00
Ryan Lewis
ec253074dc Merge remote-tracking branch 'upstream/master' into package-documentation 2017-04-28 10:35:47 -07:00
Philipp Muens
8f5f7412ca Fix typos and update wording 2017-04-28 09:21:13 +02:00
Ryan Lewis
0e76a78ca7 adding package documentation for aws and openwhisk 2017-04-27 10:40:31 -07:00
Ryan Lewis
5aaea55ccb adding deploy --package documentation 2017-04-27 10:25:28 -07:00
Philipp Muens
e13b25485e Add docs for info command extension 2017-04-27 11:29:39 +02:00
James Thomas
8e8fa3550d Adding more examples for OpenWhisk and finishing 0.6 docs. 2017-04-11 13:29:58 +01:00
James Thomas
9c194ecf90 Adding documentation for 0.5 release on openwhisk plugin.
New event sources for Cloudant and Message Hub.
Support using plugin with local OpenWhisk deployments.
Web Actions section for HTTP events without API Gw.
2017-03-11 13:08:52 +00:00
davidwells
dccbe952e0 add plugin blog links 2017-03-02 09:37:53 -08:00
davidwells
f9d2bbbcf2 update headers for doc search 2017-02-24 15:51:21 -08:00