From 146e74a7295cff12dff8a8bea31645b730cb3ce3 Mon Sep 17 00:00:00 2001 From: Maximilian Hoerstrup Date: Mon, 6 May 2024 09:47:13 +0200 Subject: [PATCH 1/2] Remove link to non-existing page --- docs/pfdl/task.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/pfdl/task.md b/docs/pfdl/task.md index 3be0026..5220df0 100644 --- a/docs/pfdl/task.md +++ b/docs/pfdl/task.md @@ -4,7 +4,7 @@ SPDX-License-Identifier: MIT --> # Task A Task is an executable unit which executes the statements within sequentially. -The name of the Task should be a [lowercase string](../#allowed-characters). +The name of the Task should be a string that starts with a lowercase character. ## The Production Task A Task with the name `productionTask` serves as the starting point of the production order. From f0b0daadb872d2c96e1bc8ad40786b510686df1e Mon Sep 17 00:00:00 2001 From: Maximilian Hoerstrup Date: Mon, 6 May 2024 09:47:32 +0200 Subject: [PATCH 2/2] Add the build folder of the docu to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 3b2df06..8459862 100644 --- a/.gitignore +++ b/.gitignore @@ -35,5 +35,8 @@ coverage.xml *.vscode *.antlr +# ignore docu build folder +site/ + # ignore log files temp/ \ No newline at end of file