Navigation Menu

Skip to content

Commit

Permalink
Link to command reference pages
Browse files Browse the repository at this point in the history
  • Loading branch information
piroor committed Apr 30, 2015
1 parent 3b0014e commit 5c61cff
Show file tree
Hide file tree
Showing 6 changed files with 16 additions and 0 deletions.
Expand Up @@ -66,6 +66,9 @@ msgid ""
"~~~"
msgstr ""

msgid "See also [the reference of the `add` command](../../commands/add/)."
msgstr "[`add`コマンドのリファレンス](../../commands/add/)も併せて参照して下さい。"

msgid "## Parameters {#parameters}"
msgstr "## パラメータ {#parameters}"

Expand Down
Expand Up @@ -63,6 +63,11 @@ msgid ""
"~~~"
msgstr ""

msgid ""
"See also [the reference of the `system.status` command](../../commands/system/"
"status/)."
msgstr "[`system.status`コマンドのリファレンス](../../commands/system/status/)も併せて参照して下さい。"

msgid "## Parameters {#parameters}"
msgstr "## パラメータ {#parameters}"

Expand Down
2 changes: 2 additions & 0 deletions ja/reference/1.1.1/command-line-tools/droonga-add/index.md
Expand Up @@ -36,6 +36,8 @@ $ echo '{"type":"key","key":"id1","values":{"name":"Adam","age":20}}' |
droonga-request --host 192.168.100.50 --receiver-host 192.168.100.10
~~~

[`add`コマンドのリファレンス](../../commands/add/)も併せて参照して下さい。

## パラメータ {#parameters}

`--table=TABLE` *(必須)*
Expand Down
Expand Up @@ -35,6 +35,8 @@ $ echo '{"type":"system.status"}' |
droonga-request --host 192.168.100.50 --receiver-host 192.168.100.10
~~~

[`system.status`コマンドのリファレンス](../../commands/system/status/)も併せて参照して下さい。

## パラメータ {#parameters}

`--pretty`
Expand Down
2 changes: 2 additions & 0 deletions reference/1.1.1/command-line-tools/droonga-add/index.md
Expand Up @@ -27,6 +27,8 @@ $ echo '{"type":"key","key":"id1","values":{"name":"Adam","age":20}}' |
droonga-request --host 192.168.100.50 --receiver-host 192.168.100.10
~~~

See also [the reference of the `add` command](../../commands/add/).

## Parameters {#parameters}

`--table=TABLE` *(required)*
Expand Down
Expand Up @@ -26,6 +26,8 @@ $ echo '{"type":"system.status"}' |
droonga-request --host 192.168.100.50 --receiver-host 192.168.100.10
~~~

See also [the reference of the `system.status` command](../../commands/system/status/).

## Parameters {#parameters}

`--pretty`
Expand Down

0 comments on commit 5c61cff

Please sign in to comment.