From 75268e0be545912035d42a3cf8aeb6f7bb097cd5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E8=A1=8D=E5=BF=97523370910113?= Date: Mon, 16 Sep 2024 14:39:06 +0800 Subject: [PATCH] Update doc: conf.toml detail --- doc%3A-conf.toml-detail.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc%3A-conf.toml-detail.md b/doc%3A-conf.toml-detail.md index 8ee0356..e32ee24 100644 --- a/doc%3A-conf.toml-detail.md +++ b/doc%3A-conf.toml-detail.md @@ -23,6 +23,8 @@ In the file, there will be many stages stating each parser to run. To be more sp During the `run-joj` process, we will have **several stages** where we will apply different parsers to the code. Those **stages and parsers** are what the users should know how to set. The sandbox executor always sends to go-judge. Stages run one by one. Each stage contains an executor that runs command and give the command output, and a parser that parse the output and generate score and comment. +## Template + Here are the template code for stages and parsers: ```toml [[stages]]