Skip to content

Commit

Permalink
ZCS-7649:Admin Guide l10n in ja_JP(8.8.12)revised3
Browse files Browse the repository at this point in the history
Fix format error (variables) on ja_jp/README.adoc
  • Loading branch information
ykomiyam committed Sep 10, 2019
1 parent 68d3591 commit e79a16b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ja_jp/README.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ of Asciidoctor.
Once you have Asciidoctor installed and working, you can build the
documentation into HTML files like so:

[source,bash]
[source,bash,subs=attributes+]
----
asciidoctor -b html5 -D ~/temp/{product-version} -o {doc-filename}-{product-version}.html ja_jp/index.adoc
----
Expand All @@ -35,7 +35,7 @@ Each section of the document is contained in its own file. You may use the

To accompany the HTML output, the `images/` folder must also be copied to the output destination:

[source,bash]
[source,bash,subs=attributes+]
-----
cp -r ./images/ja_jp ~/temp/{product-version}/images/
-----
Expand Down

0 comments on commit e79a16b

Please sign in to comment.