* Added high level roadmap.
* Changed to funtion.yaml.
* Added logo
* updating quickstart code example, WIP, waiting on another merge.
* Minor updates.
* Changed function.yaml to func.yaml and updated fnctl README.
* moving documentation around to be more clear and easier to browse
- moved assets into their own directory and updated links to them
- moved operating docs into their own directory
- consolidated kubernetes docs
- added docker-swarm folder for docs
- updated docs layout in docs/README.md to reflect the changes and make it easier to read
* docs: s/Operating Functions/Operating IronFunctions/
* docs: removing duplicate database link
* docs: moving databases into general docs
* docs: moving databases/mqs back
* docs: removing memory.md (duplicate of operating/routes.md)
* docs: converting to markdown bullets
* More doc updates, explanation of serverless.
* Moved howto directory to examples and some minor doc updates.
* Added apps and routes docs.
* Fixes for Carlos' comments.
* Added bit about importing lambda functions.
* WIP on writing functions and the functions format.
* Added more docs on writing functions.
* Running on windows docs.
* Linked README to writing.md
* Minor fixes from PR feedback.
* fnctl: improve UX for howto's
* doc: go function howto
* fnctl: show the progress of build calls
* doc: php function howto
* doc: fix Go HOWTO
* doc: Node Functions HOWTO
* doc: Python Functions HOWTO
* doc: improve README files
* doc: ccirello -> USERNAME
* docs: fix Python example
Used an idiomatic method (isatty) to decide whether stdin must
be read or not.
* doc: fix go example
* fnctl: fix docker push output
* Draft for Swarm support
Fixes#65
* fix shell prompt
* Add instructions for production deployments
Further set of instructions with steps for:
- PostgreSQL
- Redis
- Load Balancer
* Update Readme and add Makefile
* Skip stale tests (in wait for stdin support)
* Revert "Skip stale tests (in wait for stdin support)"
This reverts commit 228da3776503f40ca53df70a79a9e4a9c73fd8b5.