Skip to content

Commit

Permalink
Fix old or incorrect contents in the doc build instruction
Browse files Browse the repository at this point in the history
Signed-off-by: Tatsuya Sato <tatsuya.sato.so@hitachi.com>
(cherry picked from commit f4dba9d)
  • Loading branch information
satota2 authored and mergify[bot] committed Mar 25, 2021
1 parent f246243 commit b2c8d23
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions docs/source/docs_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,13 +205,14 @@ your GitHub account.
For International Languages (Malayalam as an example):
```bash
git clone git@github.com:hyperledger/fabric-docs-i18n.git
cd fabric
cd fabric-docs-i18n
make docs-lang-ml_IN
```

The `make` command generates documentation html files in the `build/html/`
The `make` command generates documentation html files in the `docs/build/html/`
folder which you can now view locally; simply navigate your browser to the
`build/html/index.html` file.
`docs/build/html/index.html` file. For International Languages, you need to read `docs/build/html/` as
`docs/locale/${LANG_CODE}/_build/html/` (e.g., `docs/locale/ml_IN/_build/html/`).

4. Now make a small change to a file, and rebuild the documentation to verify
that your change was as expected. Every time you make a change to the
Expand All @@ -222,7 +223,7 @@ your GitHub account.

```bash
sudo apt-get install apache2
cd build/html
cd docs/build/html
sudo cp -r * /var/www/html/
```

Expand Down

0 comments on commit b2c8d23

Please sign in to comment.