From e08d662d9829d65ca2e063bb60c4c14e9ebce17b Mon Sep 17 00:00:00 2001 From: Yu Asabe Date: Thu, 26 Sep 2024 14:02:23 +0900 Subject: [PATCH 1/4] fix: remove registration link from getting-started --- docs/getting-started.en.md | 4 ++-- docs/getting-started.ja.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/getting-started.en.md b/docs/getting-started.en.md index d021eef..a03002f 100644 --- a/docs/getting-started.en.md +++ b/docs/getting-started.en.md @@ -6,9 +6,9 @@ You can participate in this competition with a single PC running Ubuntu 22.04. First, use the online scoring environment, then proceed with environment setup and development. -## [Register for the Autonomous Driving AI Challenge 2024](https://docs.google.com/forms/d/e/1FAIpQLSc0xFCrNS_J5Bl2g2RIZ694B5p9vOhlav9hrwgumtBrQuQ0RQ/viewform) +## Register for the Autonomous Driving AI Challenge 2024 -If you haven't registered yet, please do so using the link above. +Registration for the 2024 competitions have already been closed. ## Accessing and Submitting to the [Online Scoring Environment](https://aichallenge-board.jsae.or.jp/live) diff --git a/docs/getting-started.ja.md b/docs/getting-started.ja.md index 7168773..25e1998 100644 --- a/docs/getting-started.ja.md +++ b/docs/getting-started.ja.md @@ -6,9 +6,9 @@ まずオンライン採点環境の利用を行い、その後環境構築・開発と進んでいきます。 -## 自動運転AIチャレンジ2024への[参加登録](https://docs.google.com/forms/d/e/1FAIpQLSc0xFCrNS_J5Bl2g2RIZ694B5p9vOhlav9hrwgumtBrQuQ0RQ/viewform) +## 自動運転AIチャレンジ2024への参加登録 -参加登録が済んでいない方は上記リンクから登録をお願いします。 +今年度の大会の参加登録は締め切っています. ## [オンライン採点環境](https://aichallenge-board.jsae.or.jp/live)へのアクセスと提出 From c1affd52860075820ca74f5f60a151ab49ec9e07 Mon Sep 17 00:00:00 2001 From: Yu Asabe Date: Thu, 26 Sep 2024 14:02:41 +0900 Subject: [PATCH 2/4] fix: indentation in rules --- docs/information/rules.en.md | 4 ++-- docs/information/rules.ja.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/information/rules.en.md b/docs/information/rules.en.md index 5d49cb2..6c4bc7c 100644 --- a/docs/information/rules.en.md +++ b/docs/information/rules.en.md @@ -52,8 +52,8 @@ The ranking will be determined based on the following criteria: - If the specified number of laps is completed, the team with the shortest driving time. - If the specified number of laps is not completed: - - The team with the most laps. - - If the lap count is the same, the team with the shortest time to the last lap. + - The team with the most laps. + - If the lap count is the same, the team with the shortest time to the last lap. ## Pit Stop diff --git a/docs/information/rules.ja.md b/docs/information/rules.ja.md index bad6399..f8f762a 100644 --- a/docs/information/rules.ja.md +++ b/docs/information/rules.ja.md @@ -52,8 +52,8 @@ - 規定の周回数に到達している場合、走行時間の短いチーム。 - 規定の周回数に到達していない場合、 - - 周回数が多いチーム。 - - 周回数が同じ場合、最終周までの走行時間が短いチーム。 + - 周回数が多いチーム。 + - 周回数が同じ場合、最終周までの走行時間が短いチーム。 ## ピットストップ From 05570137e4655a713fce8daf176ed56dab8163ea Mon Sep 17 00:00:00 2001 From: Yu Asabe Date: Thu, 26 Sep 2024 15:52:47 +0900 Subject: [PATCH 3/4] Revert "fix: indentation in rules" This reverts commit c1affd52860075820ca74f5f60a151ab49ec9e07. --- docs/information/rules.en.md | 4 ++-- docs/information/rules.ja.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/information/rules.en.md b/docs/information/rules.en.md index 6c4bc7c..5d49cb2 100644 --- a/docs/information/rules.en.md +++ b/docs/information/rules.en.md @@ -52,8 +52,8 @@ The ranking will be determined based on the following criteria: - If the specified number of laps is completed, the team with the shortest driving time. - If the specified number of laps is not completed: - - The team with the most laps. - - If the lap count is the same, the team with the shortest time to the last lap. + - The team with the most laps. + - If the lap count is the same, the team with the shortest time to the last lap. ## Pit Stop diff --git a/docs/information/rules.ja.md b/docs/information/rules.ja.md index f8f762a..bad6399 100644 --- a/docs/information/rules.ja.md +++ b/docs/information/rules.ja.md @@ -52,8 +52,8 @@ - 規定の周回数に到達している場合、走行時間の短いチーム。 - 規定の周回数に到達していない場合、 - - 周回数が多いチーム。 - - 周回数が同じ場合、最終周までの走行時間が短いチーム。 + - 周回数が多いチーム。 + - 周回数が同じ場合、最終周までの走行時間が短いチーム。 ## ピットストップ From e2fef6332b39d334c129a5a6a47819e885514f91 Mon Sep 17 00:00:00 2001 From: Yu Asabe Date: Thu, 26 Sep 2024 15:53:30 +0900 Subject: [PATCH 4/4] ci(markdownlint): ignore list indentation rule --- .markdownlint.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.markdownlint.yaml b/.markdownlint.yaml index 5f93568..7029c2d 100644 --- a/.markdownlint.yaml +++ b/.markdownlint.yaml @@ -1,4 +1,5 @@ default: true +MD007: false MD046: false MD013: false MD033: false