-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Welcome to the hyperloop-test-docs wiki! Test edit
gdfgdf
Pretend these are links to respective groups' folders:
-
Braking
-
Chassis
-
Controls
-
Electronics
-
Manufacturing
-
Propulsion
This is super awesome because:
-
Uses markdown, a super simple way to do stuff like bold, links, lists, tables, code, images etc. for text which makes it great for documentation! If you've used Reddit, it's something similar.
-
It works by tracking diffs. So let's say I make add a page and Mark edits it, but Mark's wants to revoke his edits to clean them up, that's super easy! Also, every time someone makes a change, they need to make a message indicated what changes they made. This gives us a running history of what's been happening and if we need to revert back to a previous version, that's super easy.
Here are some useful docs to help you get started:
And here's some formatting fun:
Line:
bold
Italics
Code:
if(isCode) {
console.log("Do code styling");
}Image:
quotes: "Don't trust everything you read on the internet"
Jesus
One who makes mistake on elevator is wrong on many levels
Confucius
Table:
| Command | Description |
|---|---|
| git status | List all new or modified files |
| git diff | Show file differences that haven't been staged |
This is my custom sidebar