Update First-Page-Tutorial.md

This commit is contained in:
OrchardPerformance 2023-02-21 03:42:26 +00:00
parent 64a950b5cf
commit 64f0c68908
1 changed files with 15 additions and 5 deletions

View File

@ -14,18 +14,28 @@ Get VScode:
https://code.visualstudio.com
Open Wiki in VScode from github desktop
![image](VScode.jpg)
![image](VScode.JPG)
Start work on the docs
![img](Docs.jpg)
![img](Docs.JPG)
Folders are creatable with a right click, they will show up like this in the wiki
![img](Folder.jpg)
![img](Folder.JPG)
Pages are creates with a right click and named xxxx.md, they will show up as pages in the wiki.
To make images work the images need to be in the same folder as the .md
To make images work the images need to be in the same folder as the .md, they are also case sensitive so check capitals
This markdown cheat sheet will tell you everything you need to format pages
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
https://github.com/adam-p/markdown-here/wiki/Markdown-Cheatsheet
Save your work in VScode and go to github desktop
It will ask you for a title, description and to commit the changes (see bottom left of picture)
![img](Commit.JPG)
Once that is done you can push your changes and they will get automatically updated to the wiki
![img](Push.JPG)