Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Deploy to GitHub Pages
on:
push:
branches:
- main
- master
# Review gh actions docs if you want to further define triggers, paths, etc
# https://docs.github.com/en/actions/using-workflows/workflow-syntax-for-github-actions#on
workflow_dispatch:
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ As per the latest Docusaurus file structure, please place new static images in t
When referring to an image in a markdown file, please use absolute paths according to the following markdown syntax: `![Image Info](/img/FolderName/NameOfImage.jpg)`

### Linking to Pages
When linking to local pages, please do not use http urls or relative paths to link to other markdown documents that are part of the docusaurus site.
For easier maintenance and organization, use relative paths starting from the root directory eg: `../quickstart/Name_of_markdown.md` if not in the `quickstart` directory, which exists one level above.
When linking to local pages, please do not use http urls to link to other markdown documents that are part of the docusaurus site.
For easier maintenance and organization, use relative paths eg: `../quickstart/Name_of_markdown.md` if not in the `quickstart` directory, which exists one level above in this example.
Autocomplete on VS Code should find the directories automatically.
Linking to headings within the document work as well by using `#` following the filename.

Expand Down
Loading