-
Notifications
You must be signed in to change notification settings - Fork 82
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #41 from RockChinQ/doc/docsify
Doc: migrate docs to docsify
- Loading branch information
Showing
30 changed files
with
631 additions
and
329 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 |
---|---|---|
@@ -0,0 +1,29 @@ | ||
name: Build Docsify Image | ||
|
||
on: | ||
push: | ||
branches: | ||
- main | ||
- doc/docsify | ||
path: | ||
- "docs/**" | ||
workflow_dispatch: | ||
defaults: | ||
run: | ||
shell: bash | ||
working-directory: docs | ||
jobs: | ||
publish-docsify-docker-image: | ||
runs-on: ubuntu-latest | ||
name: Build and publish docker image | ||
|
||
steps: | ||
- name: Checkout | ||
uses: actions/checkout@v2 | ||
- name: Build image | ||
run: | | ||
docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/free-one-api.docs:latest . | ||
- name: Publish image | ||
run: | | ||
docker login -u ${{ secrets.DOCKER_HUB_USERNAME }} -p ${{ secrets.DOCKER_HUB_PASSWORD }} | ||
docker push ${{ secrets.DOCKER_HUB_USERNAME }}/free-one-api.docs:latest |
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 |
---|---|---|
@@ -1,3 +1,10 @@ | ||
# Free One API | ||
|
||
[中文](/zh-CN/README.md) | [English](/en/README.md) | ||
Welcome to the Free One API project, which is a free and open source project that provides a unified API for all reverse engineered LLM libs. | ||
|
||
欢迎访问 Free One API 项目,这是一个免费开源的项目,提供了一个统一的 API,用于访问所有逆向工程的 LLM 库。 | ||
|
||
# 语言 Language | ||
|
||
* [中文](/zh-CN/README.md) | ||
* [English](/en/README.md) |
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,2 @@ | ||
* [中文文档](/zh-CN/) | ||
* [English](/en/) |
Oops, something went wrong.