-
Notifications
You must be signed in to change notification settings - Fork 117
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs/を次のように再編する。 ``` docs ├── ghpages/apis/ : GitHub Pages用 └── guide ├── dev/ : コードに潜る人用のMarkdownドキュメント └── user/ : ユーザー用のMarkdownドキュメント ```
- Loading branch information
Showing
18 changed files
with
21 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,22 +51,22 @@ jobs: | |
poetry install --with test | ||
- name: mkdir public | ||
run: mkdir -p public/apis/c_api | ||
- name: cp docs/apis/index.html | ||
run: cp docs/apis/index.html public/apis/ | ||
- name: cp docs/ghpages/apis/index.html | ||
run: cp docs/ghpages/apis/index.html public/apis/ | ||
- name: Generate rustdoc | ||
run: | | ||
cargo +${{ steps.docsrs-rust-version.outputs.rust-toolchain }} docs-rs -p voicevox_core | ||
mv target/x86_64-unknown-linux-gnu/doc public/apis/rust_api | ||
- name: cp crates/voicevox_core_c_api/include/voicevox_core.h | ||
run: cp crates/voicevox_core_c_api/include/voicevox_core.h docs/apis/c_api/doxygen/ | ||
run: cp crates/voicevox_core_c_api/include/voicevox_core.h docs/ghpages/apis/c_api/doxygen/ | ||
- name: Generate doxygen document | ||
uses: mattnotmitt/[email protected] | ||
with: | ||
working-directory: "docs/apis/c_api/doxygen" | ||
working-directory: "docs/ghpages/apis/c_api/doxygen" | ||
- name: Build voicevox_core_python_api | ||
run: maturin develop --manifest-path ./crates/voicevox_core_python_api/Cargo.toml --locked | ||
- name: Generate Sphinx document | ||
run: sphinx-build docs/apis/python_api public/apis/python_api | ||
run: sphinx-build docs/ghpages/apis/python_api public/apis/python_api | ||
- name: Generate Javadoc | ||
run: | | ||
(cd crates/voicevox_core_java_api && ./gradlew javadoc) | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
[submodule "docs/apis/c_api/doxygen/doxygen-awesome-css"] | ||
path = docs/apis/c_api/doxygen/doxygen-awesome-css | ||
[submodule "docs/ghpages/apis/c_api/doxygen/doxygen-awesome-css"] | ||
path = docs/ghpages/apis/c_api/doxygen/doxygen-awesome-css | ||
url = https://github.com/jothepro/doxygen-awesome-css.git |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
# voicevox.github.io/voicevox_core/apis | ||
|
||
<https://voicevox.github.io/voicevox_core/apis/>用の雛形と設定をここにまとめています。 |
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters