Skip to content

Commit 0ad013b

Browse files
committed
Update note
Signed-off-by: Alex Ellis (OpenFaaS Ltd) <[email protected]>
1 parent 515a236 commit 0ad013b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/languages/node.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
The [Node.js](https://nodejs.org/en) template for OpenFaaS uses [Express.js](https://expressjs.com/) under the hood and the LTS version of Node, but provides an abstraction where you just work with an event and context object.
44

5-
!!! info "Where is the code for "openfaas"?"
5+
!!! info "Do you need to customise this template?"
66

77
You can customise the official templates, or provide your own. The code for this templates is available on GitHub: [openfaas/templates](https://github.com/openfaas/templates/tree/master/template/node20).
88

mkdocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,9 +132,9 @@ nav:
132132
- Shell auto completion: ./cli/completion.md
133133
- Languages:
134134
- Overview: ./languages/overview.md
135-
- Go: ./languages/go.md
136135
- Node: ./languages/node.md
137136
- Python: ./languages/python.md
137+
- Go: ./languages/go.md
138138
- C#: ./languages/csharp.md
139139
- PHP: ./languages/php.md
140140
- Dockerfile: ./languages/dockerfile.md

0 commit comments

Comments
 (0)