[Groonga-commit] pgroonga/pgroonga.github.io at e91aa77 [master] Add sections

Back to archive index

Kouhei Sutou null+****@clear*****
Tue Dec 29 17:13:34 JST 2015


Kouhei Sutou	2015-12-29 17:13:34 +0900 (Tue, 29 Dec 2015)

  New Revision: e91aa77c6c914b4a265c7afb94fcf3e4f14a13e1
  https://github.com/pgroonga/pgroonga.github.io/commit/e91aa77c6c914b4a265c7afb94fcf3e4f14a13e1

  Message:
    Add sections

  Modified files:
    _po/ja/upgrade/index.po
    ja/upgrade/index.md
    upgrade/index.md

  Modified: _po/ja/upgrade/index.po (+5 -5)
===================================================================
--- _po/ja/upgrade/index.po    2015-12-29 16:49:45 +0900 (b325186)
+++ _po/ja/upgrade/index.po    2015-12-29 17:13:34 +0900 (0b907f1)
@@ -1,7 +1,7 @@
 msgid ""
 msgstr ""
 "Project-Id-Version: PACKAGE VERSION\n"
-"PO-Revision-Date: 2015-10-29 17:07+0900\n"
+"PO-Revision-Date: 2015-12-29 17:13+0900\n"
 "Language: ja\n"
 "MIME-Version: 1.0\n"
 "Content-Type: text/plain; charset=UTF-8\n"
@@ -43,8 +43,8 @@ msgstr "  * 0.8 -> 0.9: 互換"
 msgid "  * 0.7 -> 0.8: Incompatible"
 msgstr "  * 0.7 -> 0.8: 非互換"
 
-msgid "### Incompatible case"
-msgstr "### 非互換の場合"
+msgid "## Incompatible case {#incompatible-case}"
+msgstr "## 非互換の場合 {#incompatible-case}"
 
 msgid "Here are steps to upgrade:"
 msgstr "アップグレード手順は次の通りです。"
@@ -96,8 +96,8 @@ msgstr ""
 "PGroongaを使ってインデックスを作るには[`CREATE INDEX USING pgroonga`](../reference/create-ind"
 "ex-using-pgroonga.html)を使ってください。"
 
-msgid "### Compatible case"
-msgstr "### 互換性がある場合"
+msgid "## Compatible case {#compatible-case}"
+msgstr "## 互換性がある場合 {#compatible-case}"
 
 msgid "  1. Upgrade PGroonga extension."
 msgstr "  1. PGroonga拡張をアップグレードします。"

  Modified: ja/upgrade/index.md (+2 -2)
===================================================================
--- ja/upgrade/index.md    2015-12-29 16:49:45 +0900 (3497b35)
+++ ja/upgrade/index.md    2015-12-29 17:13:34 +0900 (672e3fe)
@@ -15,7 +15,7 @@ layout: ja
 
   * 0.7 -> 0.8: 非互換
 
-### 非互換の場合
+## 非互換の場合 {#incompatible-case}
 
 アップグレード手順は次の通りです。
 
@@ -45,7 +45,7 @@ CREATE EXTENSION pgroonga;
 
 PGroongaを使ってインデックスを作るには[`CREATE INDEX USING pgroonga`](../reference/create-index-using-pgroonga.html)を使ってください。
 
-### 互換性がある場合
+## 互換性がある場合 {#compatible-case}
 
 アップグレード手順は次の通りです。
 

  Modified: upgrade/index.md (+2 -2)
===================================================================
--- upgrade/index.md    2015-12-29 16:49:45 +0900 (c12e826)
+++ upgrade/index.md    2015-12-29 17:13:34 +0900 (d2db40e)
@@ -15,7 +15,7 @@ Here is a list of compatibility:
 
   * 0.7 -> 0.8: Incompatible
 
-### Incompatible case
+## Incompatible case {#incompatible-case}
 
 Here are steps to upgrade:
 
@@ -45,7 +45,7 @@ CREATE EXTENSION pgroonga;
 
 Use [`CREATE INDEX USING pgroonga`](../reference/create-index-using-pgroonga.html) to create PGroonga indexes.
 
-### Compatible case
+## Compatible case {#compatible-case}
 
 Here are steps to upgrade:
 
-------------- next part --------------
HTML����������������������������...
Download 



More information about the Groonga-commit mailing list
Back to archive index