Skip to content

Commit

Permalink
Merge pull request #283 from bearsunday/more-types
Browse files Browse the repository at this point in the history
More types
  • Loading branch information
koriym authored Sep 11, 2024
2 parents b8f6cc0 + 375b6a4 commit eeb062b
Show file tree
Hide file tree
Showing 3 changed files with 762 additions and 69 deletions.
2 changes: 1 addition & 1 deletion _includes/manuals/1.0/ja/contents.html
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@
<a class="nav-link {% if page.permalink == '/manuals/1.0/ja/coding-guide.html' %}active{% endif %}" href="/manuals/1.0/ja/coding-guide.html">コーディングガイド</a>
</li>
<li class="nav-item">
<a class="nav-link {% if page.permalink == '/manuals/1.0/ja/types.html' %}active{% endif %}" href="/manuals/1.0/ja/types.html">タイプ</a>
<a class="nav-link {% if page.permalink == '/manuals/1.0/ja/types.html' %}active{% endif %}" href="/manuals/1.0/ja/types.html">PHPDocタイプ</a>
</li>
<li class="nav-item">
<a class="nav-link {% if page.permalink == '/manuals/1.0/ja/test.html' %}active{% endif %}" href="/manuals/1.0/ja/test.html">テスト</a>
Expand Down
Loading

0 comments on commit eeb062b

Please sign in to comment.