From f884dd5a4c69682f2576ec3be56cfdbfe3170890 Mon Sep 17 00:00:00 2001 From: Satoshi OTA <44889564+satoshi-ota@users.noreply.github.com> Date: Thu, 4 May 2023 19:28:12 +0900 Subject: [PATCH] chore(sync): sync mkdocs.yaml (#3620) * chore(sync): sync mkdocs.yaml Signed-off-by: satoshi-ota * fix(sync): add pre-command Signed-off-by: satoshi-ota * Update .github/sync-files.yaml Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> * Update behavior_path_planner_interface_design.md --------- Signed-off-by: satoshi-ota Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com> Signed-off-by: Mingyu Li --- .github/sync-files.yaml | 8 ++++++++ .../docs/behavior_path_planner_interface_design.md | 1 + 2 files changed, 9 insertions(+) diff --git a/.github/sync-files.yaml b/.github/sync-files.yaml index 656d632f00f8c..49da65cd85567 100644 --- a/.github/sync-files.yaml +++ b/.github/sync-files.yaml @@ -89,3 +89,11 @@ files: - 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 "/edit/main/docs/" "/edit/main/" {source} + sd "docs_dir: .*" "docs_dir: ." {source} + sd "assets/(\w+)" "docs/assets/\$1" {source} 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