[Groonga-commit] droonga/droonga.org at 0d95755 [gh-pages] Add content type

Back to archive index

Kouhei Sutou null+****@clear*****
Sun Nov 22 22:29:09 JST 2015


Kouhei Sutou	2015-11-22 22:29:09 +0900 (Sun, 22 Nov 2015)

  New Revision: 0d95755b762c672c19390d5ef34bccf880ae705b
  https://github.com/droonga/droonga.org/commit/0d95755b762c672c19390d5ef34bccf880ae705b

  Message:
    Add content type

  Modified files:
    _po/ja/tutorial/1.1.2/groonga/index.po
    ja/tutorial/1.1.2/groonga/index.md
    tutorial/1.1.2/groonga/index.md

  Modified: _po/ja/tutorial/1.1.2/groonga/index.po (+1 -1)
===================================================================
--- _po/ja/tutorial/1.1.2/groonga/index.po    2015-11-22 22:28:31 +0900 (4f3d994)
+++ _po/ja/tutorial/1.1.2/groonga/index.po    2015-11-22 22:29:09 +0900 (5473290)
@@ -1165,7 +1165,7 @@ msgid "stores.json:"
 msgstr ""
 
 msgid ""
-"~~~\n"
+"~~~json\n"
 "[\n"
 "[\"_key\",\"name\",\"location\"],\n"
 "[\"store0\",\"1st Avenue & 75th St. - New York NY  (W)\",\"40.770262,-73.954798\"],\n"

  Modified: ja/tutorial/1.1.2/groonga/index.md (+1 -1)
===================================================================
--- ja/tutorial/1.1.2/groonga/index.md    2015-11-22 22:28:31 +0900 (c947bd6)
+++ ja/tutorial/1.1.2/groonga/index.md    2015-11-22 22:29:09 +0900 (ca3083e)
@@ -825,7 +825,7 @@ $ curl "$endpoint/d/column_list?table=Location" | jq "."
 
 stores.json:
 
-~~~
+~~~json
 [
 ["_key","name","location"],
 ["store0","1st Avenue & 75th St. - New York NY  (W)","40.770262,-73.954798"],

  Modified: tutorial/1.1.2/groonga/index.md (+1 -1)
===================================================================
--- tutorial/1.1.2/groonga/index.md    2015-11-22 22:28:31 +0900 (8646042)
+++ tutorial/1.1.2/groonga/index.md    2015-11-22 22:29:09 +0900 (ca1dab2)
@@ -816,7 +816,7 @@ First, prepare the data as a JSON file `stores.json`.
 
 stores.json:
 
-~~~
+~~~json
 [
 ["_key","name","location"],
 ["store0","1st Avenue & 75th St. - New York NY  (W)","40.770262,-73.954798"],
-------------- next part --------------
HTML����������������������������...
Télécharger 



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