-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Closed
Labels
DocumentationRelated to documentation content (not generation).Related to documentation content (not generation).Hacktoberfest (Open)Issues suitable for Hacktoberfest, open for working on.Issues suitable for Hacktoberfest, open for working on.
Description
given the current docs:
| what | link |
|---|---|
| manual devel | https://nim-lang.github.io/Nim/manual |
| manual master | https://nim-lang.org/docs/manual.html |
| overview devel | https://nim-lang.github.io/Nim |
| overview master | https://nim-lang.org/learn.html |
| tutorial devel | https://nim-lang.github.io/Nim/tut1 |
| tutorial master | https://nim-lang.org/docs/tut1.html |
you should be able to access the "other two" from each page, but here is result:
| from | to | result |
|---|---|---|
| manual devel | overview devel | no |
| manual devel | tutorial devel | no |
| manual master | overview master | no |
| manual master | tutorial master | no |
| overview devel | manual devel | yes |
| overview devel | tutorial devel | yes |
| overview master | manual master | no |
| overview master | tutorial master | yes |
| tutorial devel | manual devel | yes |
| tutorial devel | overview devel | no |
| tutorial master | manual master | no |
| tutorial master | overview master | no |
a few takeaways:
- neet more "up", "previous" and "next" links or similar
- the "manual master" AKA https://nim-lang.org/docs/manual.html is not linked
from anywhere that i saw, i manually constructed the link - is that intended?
haltcase, GULPF and kitech
Metadata
Metadata
Assignees
Labels
DocumentationRelated to documentation content (not generation).Related to documentation content (not generation).Hacktoberfest (Open)Issues suitable for Hacktoberfest, open for working on.Issues suitable for Hacktoberfest, open for working on.