diff --git a/README.md b/README.md index d95ae024..e46eceea 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,10 @@ For more details on this signature type, check out the Google Cloud Functions documentation on [background functions](https://cloud.google.com/functions/docs/writing/background#cloud_pubsub_example). +# Advanced Docs + +More advanced guides and docs can be found in the [`docs/` folder](docs/). + # Contributing Contributions to this library are welcome and encouraged. See diff --git a/docs/README.md b/docs/README.md new file mode 100644 index 00000000..3d4d0105 --- /dev/null +++ b/docs/README.md @@ -0,0 +1,7 @@ +# Functions Framework Docs + +This directory contains advanced docs around the Functions Framework. + +- TODO: Run Multiple Cloud Functions [#23](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/23) +- TODO: Pub/Sub Trigger [#37](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/issues/37) +- TODO: Deploy to Cloud Run [#28](https://github.com/GoogleCloudPlatform/functions-framework-nodejs/pull/28) \ No newline at end of file