https://github.com/dentsusoken/iplass-docs
The documentation of iPLAss
https://github.com/dentsusoken/iplass-docs
docs documentation framework java low-code
Last synced: 7 months ago
JSON representation
The documentation of iPLAss
- Host: GitHub
- URL: https://github.com/dentsusoken/iplass-docs
- Owner: dentsusoken
- License: cc-by-sa-4.0
- Created: 2025-08-25T08:23:05.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-09-11T03:33:55.000Z (7 months ago)
- Last Synced: 2025-09-11T06:57:03.181Z (7 months ago)
- Topics: docs, documentation, framework, java, low-code
- Homepage: https://iplass.org/
- Size: 78.7 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# iPLAss ドキュメント
iPLAss 技術ドキュメントを管理するプロジェクトです。
### ディレクトリ構成
```txt
iPLAss-docs/
├─developerguide/ ドキュメント DEVELOPE RGUIDE の Asciidoc ファイルを管理します
├─environment/ ドキュメント ENVIRONMENT の Asciidoc ファイルを管理します
├─eqlreference/ ドキュメント EQL REFERENCE の Asciidoc ファイルを管理します
├─gettingstarted/ ドキュメント GETTING STARTED の Asciidoc ファイルを管理します
├─gradle/ Gradle Runtime を格納
├─overview/ ドキュメント OVERVIEW の Asciidoc ファイルを管理します
├─sample/ ドキュメント SAMPLE の Asciidoc ファイルを管理します
├─serviceconfig/ ドキュメント CONFIGURATION の Asciidoc ファイルを管理します
├─src/
│ └─docs/
│ └─asciidoc/ ドキュメントトップページの Asciidoc ファイルを管理します
└─build/
└─asciidoc/ asciidoctor コマンドでビルドされた結果の HTML ファイルが格納されます。
```
### HTMLファイル生成
asciidoc ドキュメントを asciidoctorj を利用して HTML5 形式に出力します。
### HTMLファイル生成コマンド
#### 日本語
`gradlew asciidoctor`
#### 英語
`gradlew -Pasciidoc_lang="en" asciidoctor`
### plugin について
* asciidoctor gradle plugin
* [説明 ルートページ](https://asciidoctor.github.io/asciidoctor-gradle-plugin/)
* [説明 ユーザーガイド](https://asciidoctor.github.io/asciidoctor-gradle-plugin/development-3.x/user-guide/)
* [github](https://github.com/asciidoctor/asciidoctor-gradle-plugin)
* asciidoctorj
* [github](https://github.com/asciidoctor/asciidoctorj)
### License
The contents of this repository, except for all image files and their source files, are licensed under CC BY-SA 4.0.
Images and their source files in this repository retain the copyright and licensing terms of their respective authors and owners.