We will not respond to PRs or issues that have not been discussed on Discord. Also, Discord is only available in Japanese.
Please read https://github.com/shiguredo/oss/blob/master/README.en.md before use.
利用前に https://github.com/shiguredo/oss をお読みください。
- https://sora-doc.shiguredo.jp/
- https://sora-js-sdk.shiguredo.jp/
- https://sora-ios-sdk.shiguredo.jp/
- https://sora-android-sdk.shiguredo.jp/
- https://sora-unity-sdk.shiguredo.jp/
- https://sora-python-sdk.shiguredo.jp/
- https://doc.sora-cloud.shiguredo.app/
Cloudflare Pages を利用している。
Meilisearch を利用可能。
conf.py に Meilisearch の設定を追加すると利用可能になる。
html_theme_options = {
'meilisearch': True,
'meilisearch_api_key': 'xxx',
'meilisearch_host_url': 'https://meilisearch.example.com/',
'meilisearch_index_uid': 'docs'
}
Copyright 2021-2024, Shiguredo Inc.
Copyright 2021-2022, Yuki Ito (Original Author)
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.