Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions mkdocs.ja.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ extra:
site_root_prefix: "../"
# Footer icon labels (title / aria-label). Mirrors `extra.social` in mkdocs.yml.
social:
# ポータルへの戻り導線。全 Player サイトが 1 つ目のフッターアイコンとして持つ。
# 日本語ロケール(/ja/)を指すこと - 英語版に送るのは避ける。
- icon: material/motion-play
link: https://cri-middleware.github.io/SpriteStudio-Docs/ja/
name: SpriteStudio Docs(ポータル)
- icon: fontawesome/brands/github
link: https://github.com/cri-middleware
name: GitHub の cri-middleware
Expand Down
5 changes: 5 additions & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ extra:
# Footer icons. Keep to destinations that outlive any single release. Mirrored, with
# translated labels, in mkdocs.ja.yml - add or reorder an icon in both files.
social:
# The family entry point. Every sibling site carries this as its first footer icon, so a
# reader who arrives here from a search can reach the portal and the other players.
- icon: material/motion-play
link: https://cri-middleware.github.io/SpriteStudio-Docs/
name: SpriteStudio Docs
- icon: fontawesome/brands/github
link: https://github.com/cri-middleware
name: cri-middleware on GitHub
Expand Down
Loading