-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: トップページを追加 #21
base: main
Are you sure you want to change the base?
docs: トップページを追加 #21
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ちょっと設計周りのコメントをしました!
src/.vitepress/config.ts
Outdated
items: [{ text: "テスト1", link: "/engine/page01" }], | ||
link: "/engine/quickstart", | ||
items: [ | ||
{ text: "クイックスタート", link: "/engine/quickstart" }, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
(ただのコメントです)
クイックスタートってあんま初学者に通じないかもですねぇ。
かといってはじめに
も通じない。校長先生の挨拶かと思いそう。
まああとで考えるのが良さそう!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!!
「クイックスタート」を何にするか、悩みどころですねぇ。。。
内容
トップページを追加します。
関連 Issue
スクリーンショット・動画など
(なし)
その他
書きやすさのためにmarkdown.breaks: trueを入れました。