Add auto-generated list of special node types to editor documentation

- Click one to jump directly to the description of that node.
- Back/forward buttons work thanks to history API.
- List is sorted alphabetically.
- This was also done for the page describing item abilities.
This commit is contained in:
2015-07-08 12:32:05 -04:00
parent f435be2125
commit 66a5302515
5 changed files with 70 additions and 16 deletions

View File

@@ -58,3 +58,13 @@ dd dt {
font-weight: normal;
font-style: italic;
}
.nav-jump {
padding: 0px;
}
.nav-jump > li {
cursor: pointer;
color: green;
text-decoration: underline;
}