docs(restructure): restructure TOC and contents for ease of use (#7847)

This commit is contained in:
Victor Wheeler
2025-03-03 13:09:44 -07:00
committed by GitHub
parent b201713604
commit 0bef0125ea
286 changed files with 1286 additions and 1198 deletions
+3 -3
View File
@@ -66,7 +66,7 @@ jobs:
- name: Build docs
run: docs/build.py html
- name: Remove .doctrees
run: rm -rf docs/output/html/.doctrees
run: rm -rf docs/build/html/.doctrees
- name: Retrieve version
run: |
echo "::set-output name=VERSION_NAME::$(scripts/find_version.sh)"
@@ -77,7 +77,7 @@ jobs:
token: ${{ secrets.LVGL_BOT_TOKEN }}
repository-name: lvgl/docs
branch: gh-pages # The branch the action should deploy to.
folder: docs/output/html # The folder the action should deploy.
folder: docs/build/html # The folder the action should deploy.
target-folder: ${{ steps.version.outputs.VERSION_NAME }}
git-config-name: lvgl-bot
git-config-email: lvgl-bot@users.noreply.github.com
@@ -89,7 +89,7 @@ jobs:
token: ${{ secrets.LVGL_BOT_TOKEN }}
repository-name: lvgl/docs
branch: gh-pages # The branch the action should deploy to.
folder: docs/output/html # The folder the action should deploy.
folder: docs/build/html # The folder the action should deploy.
target-folder: master
git-config-name: lvgl-bot
git-config-email: lvgl-bot@users.noreply.github.com