This is an automated email from the ASF dual-hosted git repository. tzulitai pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
commit bd2f07d4fe9202d55bb053e03ce71d0bb86c7197 Author: Siddique Ahmad <[email protected]> AuthorDate: Sat Apr 17 01:10:34 2021 +0500 [hotfix] [docs] Remove extra tags This closes #225. --- docs/content/docs/deployment/overview.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/docs/content/docs/deployment/overview.md b/docs/content/docs/deployment/overview.md index 16325cc..e6bc3b1 100644 --- a/docs/content/docs/deployment/overview.md +++ b/docs/content/docs/deployment/overview.md @@ -169,8 +169,6 @@ data: {{< details "jobmanager-service.yaml" >}} ```yaml -`jobmanager-service.yaml` -```yaml apiVersion: v1 kind: Service metadata: @@ -340,4 +338,4 @@ spec: - key: module.yaml path: module.yaml ``` -{{< /details >}} \ No newline at end of file +{{< /details >}}
