Skip to content

Commit

Permalink
feat(*): Change the theme from lotudocs to Material for MkDocs
Browse files Browse the repository at this point in the history
  • Loading branch information
SWHL committed Jun 4, 2024
1 parent 37e3226 commit f52a5d7
Show file tree
Hide file tree
Showing 91 changed files with 1,478 additions and 26,033 deletions.
1 change: 1 addition & 0 deletions .cache/plugin/git-committers/page-authors.json
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
{"cache_date": "2024-06-04", "page_authors": {"docs/index.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/business_support.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/communicate.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/online_demo.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/quickstart.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/sponsor.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/blog/index.md": {"last_commit_date": "2024-05-30", "authors": []}, "docs/blog/posts/faq.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/blog/posts/optim_tutorial.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/blog/posts/other_programing_lan.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/blog/posts/rec_dict_onnx.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/blog/posts/about_model/convert_model.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/blog/posts/about_model/custom_different_model.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/blog/posts/about_model/download_onnx.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/blog/posts/about_model/model_summary.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/blog/posts/about_model/support_language.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/blog/posts/inference_engine/inference_summary.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/blog/posts/inference_engine/which_inference.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/blog/posts/inference_engine/onnxruntime/infer_optim.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/blog/posts/inference_engine/onnxruntime/onnxruntime-gpu.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/blog/posts/inference_engine/openvino/infer-gpu.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/blog/posts/inference_engine/openvino/infer.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/blog/posts/related_projects/derivatives_projects.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/blog/posts/related_projects/related_projects.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/changelog/rapidocr.md": {"last_commit_date": "2024-06-03", "authors": []}, "docs/changelog/rapidocr_api.md": {"last_commit_date": "2024-06-01", "authors": []}, "docs/changelog/rapidocr_paddle.md": {"last_commit_date": "2024-06-01", "authors": []}, "docs/changelog/rapidocr_vino.md": {"last_commit_date": "2024-06-01", "authors": []}, "docs/changelog/rapidocr_web.md": {"last_commit_date": "2024-06-01", "authors": []}, "docs/install_usage/rapidocr_api.md": {"last_commit_date": "2024-06-02", "authors": []}, "docs/install_usage/rapidocr_paddle.md": {"last_commit_date": "2024-06-02", "authors": []}, "docs/install_usage/rapidocr/cli.md": {"last_commit_date": "2024-06-02", "authors": []}, "docs/install_usage/rapidocr/config_yaml.md": {"last_commit_date": "2024-06-02", "authors": []}, "docs/install_usage/rapidocr/install.md": {"last_commit_date": "2024-06-02", "authors": []}, "docs/install_usage/rapidocr/usage.md": {"last_commit_date": "2024-06-02", "authors": []}, "docs/install_usage/rapidocr_web/desktop_usage.md": {"last_commit_date": "2024-06-02", "authors": []}, "docs/install_usage/rapidocr_web/nuitka_package.md": {"last_commit_date": "2024-06-02", "authors": []}, "docs/install_usage/rapidocr_web/ocrweb_multi.md": {"last_commit_date": "2024-06-01", "authors": []}, "docs/install_usage/rapidocr_web/pyinstaller.md": {"last_commit_date": "2024-06-01", "authors": []}, "docs/install_usage/rapidocr_web/rapidocr_web.md": {"last_commit_date": "2024-06-01", "authors": []}}}
29 changes: 29 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
name: ci
on:
push:
branches:
- master
- main
permissions:
contents: write
jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Configure Git Credentials
run: |
git config user.name github-actions[bot]
git config user.email 41898282+github-actions[bot]@users.noreply.github.com
- uses: actions/setup-python@v5
with:
python-version: 3.x
- run: echo "cache_id=$(date --utc '+%V')" >> $GITHUB_ENV
- uses: actions/cache@v4
with:
key: mkdocs-material-${{ env.cache_id }}
path: .cache
restore-keys: |
mkdocs-material-
- run: pip install mkdocs-material jieba mkdocs-git-revision-date-localized-plugin mkdocs-git-committers-plugin-2 mkdocs-git-authors-plugin
- run: mkdocs gh-deploy --force
36 changes: 0 additions & 36 deletions .github/workflows/gh-pages.yml

This file was deleted.

3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +0,0 @@
#### 注意事项
- 文章底部的上一篇或者下一篇,是由`weight`决定的,需要全局排序。
- 每一个md文件的名字不可轻易更改,因为最终访问路径就是以名称为索引路径的。
5 changes: 0 additions & 5 deletions archetypes/default.md

This file was deleted.

8 changes: 0 additions & 8 deletions assets/jsconfig.json

This file was deleted.

11 changes: 0 additions & 11 deletions content/docs/_index.md

This file was deleted.

10 changes: 0 additions & 10 deletions content/docs/about_model/_index.md

This file was deleted.

42 changes: 0 additions & 42 deletions content/docs/about_model/convert_model.md

This file was deleted.

61 changes: 0 additions & 61 deletions content/docs/about_model/custom_different_model.md

This file was deleted.

37 changes: 0 additions & 37 deletions content/docs/about_model/download_onnx.md

This file was deleted.

34 changes: 0 additions & 34 deletions content/docs/blog/03_which_inference.md

This file was deleted.

10 changes: 0 additions & 10 deletions content/docs/blog/_index.md

This file was deleted.

40 changes: 0 additions & 40 deletions content/docs/business_support.md

This file was deleted.

9 changes: 0 additions & 9 deletions content/docs/changelog/_index.md

This file was deleted.

32 changes: 0 additions & 32 deletions content/docs/changelog/rapidocr_vino.md

This file was deleted.

Loading

0 comments on commit f52a5d7

Please sign in to comment.