Skip to content

Commit

Permalink
Merge pull request #3 from UniMagic-VRC/fix/page-link
Browse files Browse the repository at this point in the history
ページ間リンクの変更漏れを修正
  • Loading branch information
o-tr authored Oct 20, 2024
2 parents be010e8 + 1f120b2 commit 84938d1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ Markdown text with [links](./hello.md)
通常のマークダウン記法のリンクに加えて、同ドキュメント内へのリンクを作ることができます。

```md
[ページの作成方法](/docs/中枢向け情報/ページの作成)を確認する
[ページの作成方法](/docs/中枢向け情報/02_Docusaurusの使い方/ページの作成)を確認する
```

**Result:** [ページの作成方法](/docs/中枢向け情報/ページの作成)を確認する
**Result:** [ページの作成方法](/docs/中枢向け情報/02_Docusaurusの使い方/ページの作成)を確認する

### 画像

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ sidebar_position: 100

# お疲れ様でした!

これで、Docusaurusの初歩的な機能が使えるようになりました。そして、Information Hubを作るためにはある程度十分な機能が使えると言ってよいでしょう
これで、Docusaurus の初歩的な機能が使えるようになりました。そして、Information Hub を作るためにはある程度十分な機能が使えると言ってよいでしょう

Docusaurusにはさらに高度な機能もありますが、それらはできる人に任せましょう。
Docusaurus にはさらに高度な機能もありますが、それらはできる人に任せましょう。

## What's next?

Expand Down

0 comments on commit 84938d1

Please sign in to comment.