mirror of
https://github.com/fnproject/fn.git
synced 2022-10-28 21:29:17 +03:00
Updated docs.
This commit is contained in:
@@ -2,6 +2,4 @@
|
||||
|
||||
This shows you how to organize functions into a full application and deploy them easily with one command.
|
||||
|
||||
## TODOs
|
||||
|
||||
* [ ] Use a header/footer endpoint and pull them into the functions?
|
||||
See [apps documentation](/docs/developers/app.md) for details on how to use this.
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: footer
|
||||
version: 0.0.12
|
||||
version: 0.0.13
|
||||
runtime: ruby
|
||||
entrypoint: ruby func.rb
|
||||
headers:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: app
|
||||
version: 0.0.69
|
||||
version: 0.0.70
|
||||
runtime: go
|
||||
entrypoint: ./func
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: header
|
||||
version: 0.0.10
|
||||
version: 0.0.11
|
||||
runtime: ruby
|
||||
entrypoint: ruby func.rb
|
||||
headers:
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: node
|
||||
version: 0.0.12
|
||||
version: 0.0.13
|
||||
runtime: node
|
||||
entrypoint: node func.js
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
name: python
|
||||
version: 0.0.10
|
||||
version: 0.0.11
|
||||
runtime: python
|
||||
entrypoint: python2 func.py
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
name: ruby
|
||||
version: 0.0.22
|
||||
version: 0.0.23
|
||||
runtime: ruby
|
||||
entrypoint: ruby func.rb
|
||||
headers:
|
||||
|
||||
Reference in New Issue
Block a user