Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fujiharuka/kubectl-book-ja
The Kubectl Book の日本語訳プロジェクト
https://github.com/fujiharuka/kubectl-book-ja
Last synced: 5 days ago
JSON representation
The Kubectl Book の日本語訳プロジェクト
- Host: GitHub
- URL: https://github.com/fujiharuka/kubectl-book-ja
- Owner: FujiHaruka
- License: apache-2.0
- Created: 2019-07-02T12:57:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2022-07-07T11:04:48.000Z (over 2 years ago)
- Last Synced: 2024-04-13T19:32:01.218Z (7 months ago)
- Language: JavaScript
- Homepage: https://kubectl-book-ja.netlify.com/
- Size: 482 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# The Kubectl Book 日本語訳
[The Kubectl Book](https://kubectl.docs.kubernetes.io/) の日本語訳プロジェクト。
## Development
### Instalation
```
$ npm install
$ cd book; npm install
```### 翻訳方法
1. `locales/` の YAML ファイルを編集する
1. `inalz build` で books/ の Markdown ファイルに反映される
1. book/ で `npm run build` すると `book/_book` に HTML 等が出力される
1. `serve _book` 等で確認できる