Added proper home index list

This commit is contained in:
ChrisRibe 2023-04-21 09:03:09 -04:00 committed by chris
parent b3e20b382b
commit 130503ce64
3 changed files with 16 additions and 5 deletions

View file

@ -10,8 +10,7 @@ on:
env:
USER_TOKEN: ${{ secrets.WIKI_ACTION_TOKEN }} # This is the repository secret
USER_NAME: 'stupid-deploy-bot' # Enter the username of your (bot) account
USER_EMAIL: 'stupid-deploy-bot@users.noreply.github.com' # Enter the e-mail of your (bot) account
USER_NAME: ${{ vars.BOT_USER_NAME }} # Enter the username of your (bot) account
OWNER: ${{ github.event.repository.owner.name }} # This is the repository owner
REPOSITORY_NAME: ${{ github.event.repository.name }} # This is the repository name
@ -27,7 +26,7 @@ jobs:
- name: Pull content from wiki
run: |
git config --global user.name "$USER_NAME"
git config --global user.email "$USER_EMAIL"
git config --global user.email "$USER_NAME"@users.noreply.github.com
git clone https://"$USER_TOKEN"@github.com/"$OWNER"/"$REPOSITORY_NAME".wiki.git tmp_wiki
# 4. Synchronize differences between `doc` & `tmp_wiki`
# 5. Push new Wiki content

View file

@ -1 +1,12 @@
## [Calibration](wiki/Calibration)
Welcome to the documentation wiki!
We have divided it roughly into the following pages:
* [Calibration](wiki/Calibration)
* [How to build - Linux et al](wiki/How-to-build---Linux-et-al)
* [How to build Mac OS](wiki/How-to-build---Mac-OS)
* [How to build Windows](wiki/How-to-build---Windows)
* [Localization guide](wiki/Localization_guide)
* [release_notes_cn](wiki/release_notes_cn)
* [release_notes_en](wiki/release_notes_en)
* [Seam](wiki/Seam)

View file

@ -32,4 +32,5 @@ then build it using command
or building it under the Visual Studio 2019
(set the OrcaSlicer_app_gui as start project)
![image](https://user-images.githubusercontent.com/106916061/179185940-06135b47-f2a4-415a-9be4-666680fa0f9a.png)
![image](https://user-images.githubusercontent.com/106916061/179185940-06135b47-f2a4-415a-9be4-666680fa0f9a.png)