You will need a GitHub account and permissions to access this repository before you can continue.
Talk to an active contributor to get given permissions.
This page contains information on how to add or update content within the Engage repository.
- Content Warning
- Page Content Format
- Edit Page Content
- Create New Page
- Create New Directory
- Delete Page
- Octotree
Keep these points in mind as you add content to this repository:
- This is public. Do not add sensitive, private, or inappropriate content.
- GitHub keeps a history of all changes. Do not add large files or images.
GitHub uses Markdown for authoring content. After updating a page with Markdown the page is rendered via GitHub to an easily readable format.
See Mastering Markdown for further details.
Quick Reference:
# This is an <h1> header tag
## This is an <h2> header tag
_This will be italic_
__This will be bold__
* Unordered list item
* Unordered sublist item
1. Ordered list first item
1. Ordered list second item (the 1. is not a typo)
1. Ordered list sublist item
[Hyperlink Text](http://hyperlink.target)
![Embedded image hover text](http://link.to.image.png)
[![Clickable image](http://image.png)](http://link.target)
> Quote
Inline code with a single `back tick`.
Block code with three back ticks to open the block and three to close the block.
- Ensure you are looking at a file in the repository and not a directory.
- Click the
Edit this file
button that looks like a pen 🖊️. - Add or change the content using Markdown format.
- Click the green
Commit changes
button at the bottom of the browser window.
- Go to the parent directory within the repository.
- Click the
Create new file
button. - Type the page name with the extension
.md
eg:notes.md
. - Click in the content section and add content using Markdown format.
- Click
Commit new file
at the bottom of the browser window.
- Go to the parent directory.
- Click the
Create new file
button. - Type in the directory name.
- Type a forward slash
/
. - Type
README.md
. - Click in the new README page and add content using Markdown format.
- Click
Commit new file
at the bottom of the browser window.
- Ensure you have selected the page and not a directory.
- Click the
Delete this file
button that looks like a little bin 🗑️. - Click
Commit changes
at the bottom of the browser window.
To delete a directory delete all the files contained within the directory. Directories don't technically exist within Git, only file paths.
Alternatively use Git to clone the repository and work with it locally.
This is not required however the browser extension called Octotree will make it easy for you to navigate the contents of any repository on GitHub.
Click one of the links below to add to your browser: