Skip to content

Commit

Permalink
docs: adds python runtime doc
Browse files Browse the repository at this point in the history
Signed-off-by: realanna <[email protected]>
  • Loading branch information
RealAnna committed Jun 13, 2023
1 parent 53d760f commit 643c858
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/config/_default/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ module:
noVendor: true
mounts:
- source: ./config/samples
target: ./content/en/docs/implementing/tasks
target: ./content/yaml
includeFiles: "**/*.yaml"

proxy: direct
Expand Down
5 changes: 1 addition & 4 deletions docs/content/en/docs/implementing/tasks/python.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,5 @@ The python code can be specified as:
## Config Map

Consider the following example:
{{< readfile file="/public/docs/implementing/tasks/yaml/python_execution/taskdefinition_pyfunction_configmap.yaml" code="true" lang="yaml" >}}

{{< readfile file="/docs/implementing/tasks/yaml/python_execution/taskdefinition_pyfunction_configmap.yaml" code="true" lang="yaml" >}}
{{< readfile file="/public/docs/implementing/tasks/yaml/function_execution/taskdefinition_function_configmap.yaml" code="true" lang="yaml" >}}
{{< readfile file="/yaml/python_ execution/taskdefinition_pyfunction_configmap.yaml" code="true" lang="yaml" >}}

0 comments on commit 643c858

Please sign in to comment.