Skip to content

Commit

Permalink
New translations docs.md (Japanese)
Browse files Browse the repository at this point in the history
  • Loading branch information
PX4BuildBot committed Dec 12, 2024
1 parent b8ec133 commit 6bd7f8b
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion ja/contribute/docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,18 @@ Build the library locally to test that any changes you have made have rendered p
This will be something like: `http://localhost:5173/px4_user_guide/`.
- Stop serving using **CTRL+C** in the terminal prompt.

5. You can build the library as it would be done for deployment:
5. Open previewed pages in your local editor:

First specify a local text editor file using the `EDITOR` environment variable, before calling `yarn start` to preview the library.
For example, on Windows command line you can enable VSCode as your default editor by entering:

```sh
set EDITOR=code
```

The **Open in your editor** link at the bottom of each page will then open the current page in the editor (this replaces the _Open in GitHub_ link).

6. You can build the library as it would be done for deployment:

```sh
# Ubuntu
Expand Down

0 comments on commit 6bd7f8b

Please sign in to comment.