aboutsummaryrefslogtreecommitdiff
path: root/content/go/workflow.md
diff options
context:
space:
mode:
authorAlexander Neonxp Kiryukhin <i@neonxp.ru>2025-01-02 23:16:38 +0300
committerAlexander Neonxp Kiryukhin <i@neonxp.ru>2025-01-02 23:16:38 +0300
commit940af50d96e9a7916674d237dec53738ab776103 (patch)
tree8309097577c27913d094edfbe60d880da968e680 /content/go/workflow.md
parentbd7ba4fe06dcf39ef0219d51e40b38da80fdefcd (diff)
Auto-commit 2025-01-02
Diffstat (limited to 'content/go/workflow.md')
-rw-r--r--content/go/workflow.md17
1 files changed, 9 insertions, 8 deletions
diff --git a/content/go/workflow.md b/content/go/workflow.md
index 3ac4774..d2e9d5d 100644
--- a/content/go/workflow.md
+++ b/content/go/workflow.md
@@ -1,11 +1,12 @@
-+++
-title = "Workflow"
-name = "workflow"
-repository = "https://git.neonxp.ru/workflow.git"
-description = "Простой конечный автомат для Go"
-gomod = true
-outputs = ["html"]
-+++
+---
+description: Простой конечный автомат для Go
+gomod: true
+name: workflow
+outputs:
+- html
+repository: https://git.neonxp.ru/workflow.git
+title: Workflow
+---
Простой конечный автомат, похожий на [Symfony Workflow](https://github.com/symfony/workflow).