Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
58 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,5 @@ | ||
| <p class="contribute"> | ||
| {% assign source_path = page.path %} | ||
| {% assign source_url = source_path | prepend: "https://github.com/pgroonga/pgroonga.github.io/blob/master/ja/" %} | ||
| <a href="{{ source_url }}">誤字や誤訳、未訳を見つけたらお気軽にプルリクエストを送ってください!</a> | ||
| </p> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,35 @@ | ||
| <div class="navbar-header"> | ||
| <button type="button" | ||
| class="navbar-toggle" | ||
| data-toggle="collapse" | ||
| data-target=".navbar-collapse"> | ||
| <span class="sr-only">ナビゲーションをトグル</span> | ||
| <span class="icon-bar"></span> | ||
| <span class="icon-bar"></span> | ||
| <span class="icon-bar"></span> | ||
| </button> | ||
| <a class="navbar-brand" href="/"> | ||
| <img alt="{{ site.title }}" src="/images/pgroonga-icon.png"> | ||
| </a> | ||
| </div> | ||
| <div class="collapse navbar-collapse"> | ||
| <ul class="nav navbar-nav navbar-left"> | ||
| <li><a href="/news/">おしらせ</a></li> | ||
| <li><a href="/overview/">概要</a></li> | ||
| <li><a href="/install/">インストール</a></li> | ||
| <li><a href="/tutorial/">チュートリアル</a></li> | ||
| <li><a href="/how-to/">ハウツー</a></li> | ||
| <li><a href="/reference/">リファレンスマニュアル</a></li> | ||
| <li><a href="/community/">コミュニティー</a></li> | ||
| </ul> | ||
| <ul class="nav navbar-nav navbar-right"> | ||
| {% if page.upper_level != null %} | ||
| <li><a href="{{ page.upper_level }}"><i class="fa fa-arrow-circle-up"></i> Up one level</a></li> | ||
| {% elsif relative_path != "" %} | ||
| <li><a href="../"><i class="fa fa-arrow-circle-up"></i>1階層上へ</a></li> | ||
| {% endif %} | ||
| <li> | ||
| <a href="https://github.com/pgroonga/pgroonga"><i class="fa fa-github"></i> GitHub</a> | ||
| </li> | ||
| </ul> | ||
| </div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| {% case page.language %} | ||
| {% when "ja" %} | ||
| {{ site.description.ja }} | ||
| {% else %} | ||
| {{ site.description.en }} | ||
| {% endcase %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,6 @@ | ||
| --- | ||
| layout: base | ||
| language: ja | ||
| path_prefix: /ja/ | ||
| --- | ||
| {{ content }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters