From abd1a90011200cd12fee26f6ee57653e192e39cd Mon Sep 17 00:00:00 2001 From: satoshi-ota Date: Thu, 4 May 2023 11:39:27 +0900 Subject: [PATCH 1/4] chore(sync): sync mkdocs.yaml Signed-off-by: satoshi-ota --- .github/sync-files.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index 656d632f00f8c..f2d7d17c96634 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -89,3 +89,4 @@ files: - source: .github/workflows/deploy-docs.yaml - source: .github/workflows/delete-closed-pr-docs.yaml + - source: mkdocs.yaml From d4e31de025fff4349d4c606c226f5c8d49cc0354 Mon Sep 17 00:00:00 2001 From: satoshi-ota Date: Thu, 4 May 2023 16:39:18 +0900 Subject: [PATCH 2/4] fix(sync): add pre-command Signed-off-by: satoshi-ota --- .github/sync-files.yaml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index f2d7d17c96634..19dbdeb9d2664 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -90,3 +90,9 @@ - source: .github/workflows/deploy-docs.yaml - source: .github/workflows/delete-closed-pr-docs.yaml - source: mkdocs.yaml + pre-commands: | + sd "Autoware Documentation" "Autoware Universe Documentation" {source} + sd "autoware-documentation" "autoware.universe" {source} + sd "repo_url: .*" "repo_url: https://github.com/autowarefoundation/autoware.universe" {source} + sd "docs_dir: .*" "docs_dir: ." {source} + sd "assets/(\w+)" "docs/assets/\$1" {source} From 89d4e804e60a60257db118cda4f020a1e68f816b Mon Sep 17 00:00:00 2001 From: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Date: Thu, 4 May 2023 18:27:12 +0900 Subject: [PATCH 3/4] Update .github/sync-files.yaml Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> --- .github/sync-files.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index 19dbdeb9d2664..49da65cd85567 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -94,5 +94,6 @@ sd "Autoware Documentation" "Autoware Universe Documentation" {source} sd "autoware-documentation" "autoware.universe" {source} sd "repo_url: .*" "repo_url: https://github.com/autowarefoundation/autoware.universe" {source} + sd "/edit/main/docs/" "/edit/main/" {source} sd "docs_dir: .*" "docs_dir: ." {source} sd "assets/(\w+)" "docs/assets/\$1" {source} From 2428d6adc1adf10b98c877d925bc9e23930d381a Mon Sep 17 00:00:00 2001 From: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Date: Thu, 4 May 2023 19:26:54 +0900 Subject: [PATCH 4/4] Update behavior_path_planner_interface_design.md --- .../docs/behavior_path_planner_interface_design.md | 1 + 1 file changed, 1 insertion(+) diff --git a/planning/behavior_path_planner/docs/behavior_path_planner_interface_design.md b/planning/behavior_path_planner/docs/behavior_path_planner_interface_design.md index e69de29bb2d1d..d964720a8c3fc 100644 --- a/planning/behavior_path_planner/docs/behavior_path_planner_interface_design.md +++ b/planning/behavior_path_planner/docs/behavior_path_planner_interface_design.md @@ -0,0 +1 @@ +# Interface design