-
Notifications
You must be signed in to change notification settings - Fork 8
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
doc: leverage #18 for docsify-based module documentation #65
Conversation
- update README to the new default module readme format (see `Health` for example) - add index, sidebar and assets for docsify - add some first documentation pages
docs/index.html
Outdated
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"> | ||
<title>TeraNUI</title> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
not sure what I put here for Health 🤔 maybe Terasology/GooeyDefence
?
They spawn in the outer areas of the gameplay arena and try to traverse it to reach the shrine in the arena center. | ||
|
||
Currently, Gooeys do not spawn automatically. | ||
A wave of Gooeys can be triggered by interacting with the shrine in the center of the arena (`E`) or by using a held item (right-click). |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fun fact - you can use <kbd>E</kbd>
to denote keys: E
docs/towers.md
Outdated
| Effector | Effect | Notes | | ||
------------------------------------------------------------------------- | ||
| DamageEffector | Plain Damage | direct damage only | | ||
| FireEffector | Burn Damage | damage over time, chance of spreading | | ||
| IceEffector | Slow | | | ||
| PoisonEffector | Poison | damage both direct and over time | | ||
| StunEffector | Stun | | | ||
| VisualEffector | Enlarge | increases enemy visibility | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
the pipe |
is missing in the horizontal divider line.
docs/_sidebar.md
Outdated
* [TowerScreen](tower-screen.md) | ||
* [Parsers](parsers.md) | ||
* API | ||
* [API](http://jenkins.terasology.io/teraorg/job/Terasology/job/Modules/job/G/job/GooeyDefence/job/master/javadoc/overview-summary.html) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this module does not have a master
branch, therefore this link is broken. I'm not sure what the correct link to the last "release" would be, maybe best to just remove this.
* [API](http://jenkins.terasology.io/teraorg/job/Terasology/job/Modules/job/G/job/GooeyDefence/job/master/javadoc/overview-summary.html) |
Health
for example)Outstanding:
Co-authored-by: oniatus oniatus@googlemail.com
Co-authored-by: Quinn Roberts quinn@jelly-snakes.com