Merged
Conversation
Contributor
Author
|
(cc @keradus, IDK if you have the notifications enabled) |
keradus
reviewed
Feb 5, 2026
keradus
reviewed
Feb 5, 2026
keradus
reviewed
Feb 5, 2026
Comment on lines
+58
to
+61
| <li class="{% if pagename == 'doc/usage' or pagename.startswith('doc/usage') %}active{% endif %}"><a href="{{ pathto('doc/usage') }}">Usage</a></li> | ||
| <li class="{% if pagename == 'doc/rules/index' or pagename.startswith('doc/rules') %}active{% endif %}"><a href="{{ pathto('doc/rules/index') }}">Rules</a></li> | ||
| <li class="{% if pagename == 'doc/ruleSets/index' or pagename.startswith('doc/ruleSets') %}active{% endif %}"><a href="{{ pathto('doc/ruleSets/index') }}">Rule sets</a></li> | ||
| <li class="{% if pagename == 'doc/config' or pagename.startswith('doc/config') %}active{% endif %}"><a href="{{ pathto('doc/config') }}">Configuration</a></li> |
Member
There was a problem hiding this comment.
overall, love the idea!
can we have those, following user-flow?
- installation
- usage
- config
- rules
- sets
keradus
reviewed
Feb 5, 2026
| </header> | ||
| {% endblock %} | ||
|
|
||
| {%- block navigation %} |
Kocal
commented
Feb 5, 2026
keradus
reviewed
Feb 6, 2026
Member
|
Thank you |
keradus
approved these changes
Feb 6, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


I always struggle to navigate on the website due to the lack of navigation menu.
Each time, I have to go back to the homepage to find the most useful links in a small paragraph (usage, rules, rule sets, ...) between other texts.
This PR add a basic but useful navigation menu, partially based on old


menuCSS classe (I didn't see themenuCSS class being used somewhere?)Note: I tried to use
.nvinstead of.nav, since.hdis used for header,.ftfor footer, etc... but it conflict with anvclass generated by the code highlighter.