-
-
Couldn't load subscription status.
- Fork 163
docs: migrate to feel-co/ndg #1160
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
Open
NotAShelf
wants to merge
8
commits into
v0.8
Choose a base branch
from
notashelf/push-ysqzsqxwlsml
base: v0.8
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Signed-off-by: NotAShelf <[email protected]> Change-Id: I6a6a6964151352d958f0c64949769d98dd759bdc
Signed-off-by: NotAShelf <[email protected]> Change-Id: I6a6a6964720fae8f3db129835efa5d5df956c3ef
Signed-off-by: NotAShelf <[email protected]> Change-Id: I6a6a696417907923e7def794fb49c28adb953ea7
Signed-off-by: NotAShelf <[email protected]> Change-Id: I6a6a6964afba43bdda6a2cbf037404ca3fa4f8c9
Signed-off-by: NotAShelf <[email protected]> Change-Id: I6a6a6964ab066fe88fe52b53b619971a27f23a5b
Signed-off-by: NotAShelf <[email protected]> Change-Id: I6a6a69649ea7dd5c40657b8b8a30324b5f710ca9
4ffa623 to
7bcb35f
Compare
horriblename
requested changes
Oct 8, 2025
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.
color contrast between text and background is too low for callout blocks and the options page.
some optional/future improvements:
- the buttons in the "Contents" sidebar have 0 padding on the left when hovered over, looks kinda weird
- release notes should probably be ordered newest->oldest
- debounce on options search bar, my browser was choking hard on that
overall looks amazing, thanks :)
Signed-off-by: NotAShelf <[email protected]> Change-Id: I6a6a6964075af959c6e20f0eb9772e17922b2531
dfd278d to
6102fc3
Compare
Change-Id: I6a6a6964037deee07a8339f23493bc9e02905a37 Signed-off-by: NotAShelf <[email protected]> Change-Id: I6a6a6964037deee07a8339f23493bc9e02905a37
6102fc3 to
7f0ab59
Compare
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.
This PR migrates our entire documentation framework to https://github.com/feel-co/ndg, the tool that we've created to document Nix/OS related projects. While less mature, ndg is a much more flexible utility that we can tweak and improve based on our needs rather than relying on a nixpkgs-constrained utility with the worst error handling I've ever seen.
The current changes rely on an indev version of ndg, which I plan to release shortly. There are a few leftover bugs that need to be fixed before this can be merged, so draft until those two issues are fixed. Until then we can focus on wording and work on making existing pages more approachable by the users.