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:
@@ -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;
|
||||
}
|
||||
|
Reference in New Issue
Block a user