Navigation Menu

Skip to content

Commit

Permalink
Use attribute style for adding ID
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 14, 2015
1 parent ef34149 commit dce88f2
Show file tree
Hide file tree
Showing 4 changed files with 26 additions and 10 deletions.
16 changes: 11 additions & 5 deletions _po/ja/install/centos.po
@@ -1,7 +1,7 @@
msgid ""
msgstr ""
"Project-Id-Version: PACKAGE VERSION\n"
"PO-Revision-Date: 2015-10-15 00:00+0900\n"
"PO-Revision-Date: 2015-10-15 00:03+0900\n"
"Language: ja\n"
"MIME-Version: 1.0\n"
"Content-Type: text/plain; charset=UTF-8\n"
Expand Down Expand Up @@ -37,8 +37,11 @@ msgid ""
" * [CentOS 7](#install-on-7)"
msgstr ""

msgid "## How to install on CentOS 5 or CentOS 6 {#install-on-5-or-6}"
msgstr "## CentOS 5またはCentOS 6にインストールする方法 {#install-on-5-or-6}"
msgid "{: #install-on-5-or-6}"
msgstr ""

msgid "## How to install on CentOS 5 or CentOS 6"
msgstr "## CentOS 5またはCentOS 6にインストールする方法"

msgid ""
"You can use the following instruction to install PGroonga on CentOS 5 or CentO"
Expand Down Expand Up @@ -114,8 +117,11 @@ msgstr "これで終わりです!"
msgid "Try [tutorial](../tutorial/). You can understand more about PGroonga."
msgstr "[チュートリアル](../tutorial/)を試してください。PGroongaについてもっと理解できるはずです。"

msgid "## How to install on CentOS 7 {#install-on-7}"
msgstr "## CentOS 7にインストールする方法 {#install-on-7}"
msgid "{: #install-on-7}"
msgstr ""

msgid "## How to install on CentOS 7"
msgstr "## CentOS 7にインストールする方法"

msgid "You can use the following instruction to install PGroonga on CentOS 7."
msgstr "CentOS 7にPGroongaをインストールする方法は次の通りです。"
Expand Down
8 changes: 6 additions & 2 deletions install/centos.md
Expand Up @@ -15,7 +15,9 @@ Here are supported CentOS versions:
* [CentOS 6](#install-on-5-or-6)
* [CentOS 7](#install-on-7)

## How to install on CentOS 5 or CentOS 6 {#install-on-5-or-6}
{: #install-on-5-or-6}

## How to install on CentOS 5 or CentOS 6

You can use the following instruction to install PGroonga on CentOS 5 or CentOS 6.

Expand Down Expand Up @@ -60,7 +62,9 @@ That's all!

Try [tutorial](../tutorial/). You can understand more about PGroonga.

## How to install on CentOS 7 {#install-on-7}
{: #install-on-7}

## How to install on CentOS 7

You can use the following instruction to install PGroonga on CentOS 7.

Expand Down
4 changes: 3 additions & 1 deletion install/os-x.md
Expand Up @@ -7,7 +7,9 @@ layout: en

This document describes how to install PGroonga on OS X.

## How to install by Homebrew {#homebrew}
{: #homebrew}

## How to install by Homebrew

You can install PGroonga by Homebrew:

Expand Down
8 changes: 6 additions & 2 deletions ja/install/centos.md
Expand Up @@ -15,7 +15,9 @@ layout: ja
* [CentOS 6](#install-on-5-or-6)
* [CentOS 7](#install-on-7)

## CentOS 5またはCentOS 6にインストールする方法 {#install-on-5-or-6}
{: #install-on-5-or-6}

## CentOS 5またはCentOS 6にインストールする方法

次の方法でPGroongaをCentOS 5またはCentOS 6にインストールできます。

Expand Down Expand Up @@ -60,7 +62,9 @@ PostgreSQLを実行します。

[チュートリアル](../tutorial/)を試してください。PGroongaについてもっと理解できるはずです。

## CentOS 7にインストールする方法 {#install-on-7}
{: #install-on-7}

## CentOS 7にインストールする方法

CentOS 7にPGroongaをインストールする方法は次の通りです。

Expand Down

0 comments on commit dce88f2

Please sign in to comment.