Skip to content

Commit

Permalink
Merge pull request #63 from rogy-AquaLab/rename
Browse files Browse the repository at this point in the history
Rename `2023 robokit` to `omniboat robokit`
  • Loading branch information
H1rono authored Jan 25, 2024
2 parents 5233b5d + f6907df commit 1a174d3
Show file tree
Hide file tree
Showing 7 changed files with 11 additions and 18 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
![header](https://capsule-render.vercel.app/api?type=waving&color=0:2CD8D5,48:6B8DD6,100:8E37D7&height=300&section=header&text=Robokit&fontSize=120&fontColor=FFFFFF&animation=fedeIn&fontAlignY=38&desc=2023&descAlignY=61&descAlign=72&descSize=24)
<p align='center'>
<a href="https://github.com/rogy-AquaLab/2023_robokit/archive/refs/heads/main.zip" style="text-decoration:none">
<a href="https://github.com/rogy-AquaLab/omniboat_robokit/archive/refs/heads/main.zip" style="text-decoration:none">
<img src="https://img.shields.io/badge/ダウンロードはこちら📥%20-%234f88d1.svg?style=for-the-badge&logoColor=black"/>
</a>
<br>
<a href="https://rogy-AquaLab.github.io" style="color:#4FC08D;text-decoration:none;">
<img src="https://img.shields.io/badge/詳細はこちら📝%20-%2349b383.svg?style=for-the-badge&logoColor=white"/>
</a>
</p>
</p>
13 changes: 3 additions & 10 deletions book.toml
Original file line number Diff line number Diff line change
@@ -1,20 +1,13 @@
[book]
authors = [
"H1rono",
"suyu-hash",
"Tokoroten2003",
"yukke3939",
"saitenntaisei",
"tymtox4",
]
authors = ["H1rono", "suyu-hash", "Tokoroten2003", "yukke3939", "saitenntaisei", "tymtox4"]
language = "ja"
multilingual = false
src = "docs"
title = "2023 Robokit"
title = "Robokit"
description = "Robokitの開発に関するドキュメントです。"

[output.html]
git-repository-url = "https://github.com/rogy-AquaLab/2023_robokit"
git-repository-url = "https://github.com/rogy-AquaLab/omniboat_robokit"
git-repository-icon = "fa-github"
mathjax-support = true

Expand Down
2 changes: 1 addition & 1 deletion docs/00-title-page.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 2023 Robokit
# Robokit

ロボキットへようこそ!このドキュメントは東京工業大学 ロボット技術研究会 アクア研の2023年新歓活動で配布したロボキットに関する説明をまとめたものです。ロボキット購入費の支払い方法、アクア研の連絡先、ロボット技術研究会への入部方法もこのドキュメントを参照してください。

Expand Down
2 changes: 1 addition & 1 deletion docs/04-environment-setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ VSCodeをインストールに適切なファイルをダウンロードする

まずはロボキットを動かすプログラムをダウンロードします。

[![](https://img.shields.io/badge/ダウンロードはこちら📥%20-%234f88d1.svg?style=for-the-badge&logoColor=black)](https://github.com/rogy-AquaLab/2023_robokit/archive/refs/heads/main.zip)
[![](https://img.shields.io/badge/ダウンロードはこちら📥%20-%234f88d1.svg?style=for-the-badge&logoColor=black)](https://github.com/rogy-AquaLab/omniboat_robokit/archive/refs/heads/main.zip)

↑のバッジを押すとzipファイルのダウンロードが始まります。展開して得られるフォルダの中にプログラムが入っています。(zipファイルは削除しても構いません。)

Expand Down
2 changes: 1 addition & 1 deletion docs/09-contributing.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@
> **注意**
> この節ではGitHubアカウントをすでに持っていることを前提としています。
このドキュメントおよびプログラムは[rogy-AquaLab/2023_robokit](https://github.com/rogy-AquaLab/2023_robokit)で開発しています。[issueを作成](https://github.com/rogy-AquaLab/2023_robokit/issues/new/choose)してバグ報告等お願いします。
このドキュメントおよびプログラムは[rogy-AquaLab/omniboat_robokit](https://github.com/rogy-AquaLab/omniboat_robokit)で開発しています。[issueを作成](https://github.com/rogy-AquaLab/omniboat_robokit/issues/new/choose)してバグ報告等お願いします。
4 changes: 2 additions & 2 deletions docs/11-troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@

(Windowsを前提としています)

パス(ファイルの場所を示す文字列)に日本語が含まれている可能性があります。例えばOneDriveの`ドキュメント`フォルダーの中にPlatformIOのプロジェクトを置いた場合、パスは`C:\\Users\[username]\OneDrive\ドキュメント\2023_robokit\...`のようになります。
パス(ファイルの場所を示す文字列)に日本語が含まれている可能性があります。例えばOneDriveの`ドキュメント`フォルダーの中にPlatformIOのプロジェクトを置いた場合、パスは`C:\\Users\[username]\OneDrive\ドキュメント\omniboat_robokit\...`のようになります。

**解決方法**

`C:\\Users\[username]\Documents\2023_robokit`など、パスに日本語が含まれない場所に置いてください。
`C:\\Users\[username]\Documents\omniboat_robokit`など、パスに日本語が含まれない場所に置いてください。

## ロボットが上手く動かない

Expand Down
2 changes: 1 addition & 1 deletion docs/SUMMARY.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Summary

[2023 Robokit](./00-title-page.md)
[Robokit](./00-title-page.md)

# ハードウェア

Expand Down

0 comments on commit 1a174d3

Please sign in to comment.