Skip to content

Commit

Permalink
Fix docu build (#53)
Browse files Browse the repository at this point in the history
- Remove non-existing link
- Add mkdocs build folder to gitignore
  • Loading branch information
maxhoerstr authored May 6, 2024
1 parent b1d2ffa commit d15e8ee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,8 @@ coverage.xml
*.vscode
*.antlr

# ignore docu build folder
site/

# ignore log files
temp/
2 changes: 1 addition & 1 deletion docs/pfdl/task.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit d15e8ee

Please sign in to comment.