Skip to content

Commit

Permalink
doc: add blog post and reindex (#40)
Browse files Browse the repository at this point in the history
  • Loading branch information
taikitanaka3 authored Nov 29, 2023
1 parent 82397ce commit cdcfa10
Show file tree
Hide file tree
Showing 6 changed files with 64 additions and 24 deletions.
9 changes: 8 additions & 1 deletion documentation/docfx_project/FAQ/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,4 +101,11 @@ GPUのメモリは11GB以上を推奨しています。
tier4:AWSIMのトラブルシューティングも参照できます。
https://github.com/tier4/AWSIM/blob/main/docs/DeveloperGuide/TroubleShooting/index.md
https://github.com/tier4/AWSIM/blob/main/docs/DeveloperGuide/TroubleShooting/index.md
## 質問方法
 競技内容、リポジトリ内容物等に関するお問い合わせについては、github上のissueをご利用ください。質問は日本語、英語どちらでも構いません。
 質問が解決した際には、issueのcloseをお願いします。
※各issueでの質問については、基本的に2営業日以内に回答いたします。
ただし、検討に時間を要する質問や質問数が多い場合等については、2営業日以上いただく可能性があります。ご了承ください。
6 changes: 0 additions & 6 deletions documentation/docfx_project/other/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
# Other
## 質問方法
 競技内容、リポジトリ内容物等に関するお問い合わせについては、github上のissueをご利用ください。質問は日本語、英語どちらでも構いません。
 質問が解決した際には、issueのcloseをお願いします。

※各issueでの質問については、基本的に2営業日以内に回答いたします。
ただし、検討に時間を要する質問や質問数が多い場合等については、2営業日以上いただく可能性があります。ご了承ください。
36 changes: 34 additions & 2 deletions documentation/docfx_project/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,40 @@
href: customize/index.html
- name: FAQ
href: FAQ/index.html
- name: Other
href: other/index.html
- name: Blog Posts
dropdown: true
items:
- name: Advent Calender
href: https://qiita.com/advent-calendar/2023/jidounten-ai
- name: Past Event Blog Posts
dropdown: true
items:
- name: "(1) Autowareを動かしてみる"
href: https://qiita.com/h_bog/items/86fba5b94b2148c4d9da
- name: "(2) 1つ目の障害物の回避成功"
href: https://qiita.com/h_bog/items/a36df3042a342bd2a0c5
- name: "(3) 2つ目の障害物の回避成功"
href: https://qiita.com/h_bog/items/849a4241cdef257f3b3a
- name: "(4) 全障害物回避達成!(全パラメータ公開)"
href: https://qiita.com/h_bog/items/8bce776fef0a39676c46
- name: "(5) 開発環境の再構築(番外編)"
href: https://qiita.com/h_bog/items/4ed94ef6256ac5ae9c03
- name: "(6) Autoware-Miniを使ってみる"
href: https://qiita.com/h_bog/items/075543f30f9b3432fa1d
- name: "(7) 外部モジュール導入(失敗)"
href: https://qiita.com/h_bog/items/bcfd5648afa8b6dee5b3
- name: "(8) 自作パッケージの導入"
href: https://qiita.com/h_bog/items/368543a4b10b356db0e5
- name: "(9) 障害物回避モジュールの作成①"
href: https://qiita.com/h_bog/items/c84c4886c0ba0e6c1724
- name: "(10) 障害物回避モジュールの作成②(成功?)"
href: https://qiita.com/h_bog/items/a2c2cbdcec6a852bfcd5
- name: "(11) 障害物回避モジュールの改良①"
href: https://qiita.com/h_bog/items/4160e396fc5def3c8383
- name: "(12) 障害物回避モジュールの改良②"
href: https://qiita.com/h_bog/items/c7ffd9d51e01adf8e021
- name: "(13) 障害物回避モジュールの改良③"
href: https://qiita.com/h_bog/items/770e4e2437a963082b12
- name: To English Page
href: en/index.html

Expand Down
9 changes: 8 additions & 1 deletion documentation/docfx_project_en/FAQ/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,11 @@ We recommend a GPU memory of more than 11GB.

You can also refer to the tier4:AWSIM troubleshooting.

[Refer here](https://github.com/tier4/AWSIM/blob/main/docs/DeveloperGuide/TroubleShooting/index.md)
[Refer here](https://github.com/tier4/AWSIM/blob/main/docs/DeveloperGuide/TroubleShooting/index.md)

## How to ask questions
 Please send questions about  competitions, repository contents, etc. via an issue on github. You can ask questions in either English or Japanese.
 When your question is resolved, please close the issue.

※We will generally respond to questions on each issue within two business days.
However, we may take more than 2 business days for questions that require time for consideration or when there are a large number of questions. Please understand.
6 changes: 0 additions & 6 deletions documentation/docfx_project_en/other/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1 @@
# Other
## How to ask questions
 Please send questions about  competitions, repository contents, etc. via an issue on github. You can ask questions in either English or Japanese.
 When your question is resolved, please close the issue.

※We will generally respond to questions on each issue within two business days.
However, we may take more than 2 business days for questions that require time for consideration or when there are a large number of questions. Please understand.
22 changes: 14 additions & 8 deletions documentation/docfx_project_en/toc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,25 @@
href: https://autonomalabs.github.io/AWSIM/RacingSim/ROS2Interface/
- name: Setup
href: setup/index.html
- name: Rule
href: rule/index.html
- name: LocalEnvironment
href: local/index.html
- name: OnlineEnvironment
href: online/index.html
- name: Competition
dropdown: true
items:
- name: Rule
href: rule/index.html
- name: LocalEnvironment
href: local/index.html
- name: OnlineEnvironment
href: online/index.html
- name: Teams
href: ../teams/index.html
#- name: Customizing Autoware
# href: customize/index.html
- name: Blog Posts
dropdown: true
items:
- name: Advent Calender
href: https://qiita.com/advent-calendar/2023/jidounten-ai
- name: FAQ
href: FAQ/index.html
- name: Other
href: other/index.html
- name: To Japanese Page
href: ../index.html

0 comments on commit cdcfa10

Please sign in to comment.