Skip to content

Commit

Permalink
chore(sync): sync mkdocs.yaml (autowarefoundation#3620)
Browse files Browse the repository at this point in the history
* chore(sync): sync mkdocs.yaml

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* fix(sync): add pre-command

Signed-off-by: satoshi-ota <satoshi.ota928@gmail.com>

* 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 <satoshi.ota928@gmail.com>
Co-authored-by: Kenji Miyake <31987104+kenji-miyake@users.noreply.github.com>
Signed-off-by: Mingyu Li <mingyu.li@tier4.jp>
  • Loading branch information
2 people authored and Mingyu1991 committed Jun 26, 2023
1 parent 3610301 commit f884dd5
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/sync-files.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
# Interface design

0 comments on commit f884dd5

Please sign in to comment.