Resources
Useful Links
- UNL Aerospace Website
- IARC Mission 9 Rules
- UNL Aerospace GitHub
- UAV Quire
- AUVSI IARC Foundation Website
Creating Documention
This is a useful guide on how to start writing documentation. We will be using git to control what information get in and what information doesn't get in.
Novice
This is indended for people who is less technical about git and github. Just want to publish an documentation. Here is how to do it.
- Go to GitHub
- Create an account
- Go to our Documentation Repo
- Click Issues
- Create new Issue
- If applicable select add documentation template.
- Fill out the form.
- Attach your information that you want to publish.
- Submit
- Wait for it to publish
Advanced
This is for the people who want to get done now and knows git/github.
- Login to Github
- Fork the Repository.
- Use the clone command for your forked repository. (Check how below)
- Add, Modify, Remove your forked repository with the necessary documents.
- Create Pull Request on UNL-UAV Repo.
Resources/FAQ
Git Resources
Give a man a fish and you feed him for a day; Teach a man to fish and you feed him for a lifetime.
Markdown Resources
Cloning the Repository
git clone https://github.com/UNL-UAV/unl-uav.github.io --branch docs
.
Make sure you have --branch docs
otherwise you will enter in the wrong branch.
Adding Documents
Add all new documents in the /docs/
directory. With the extension of .md
. Commit and push.
Deploying
Deploying to the website is as simple as pushing to the docs repository. It will take up to a minute for the website to load and refreash the cache. To bypass the cache you can press either key combination:
CTRL+R
Command+R
Shift+F5
Shift+Reload Button
CTRL+F5
Additional resources can be found on the club's Google Drive and Box accounts.