-
-
Notifications
You must be signed in to change notification settings - Fork 192
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
Conversation
4ffa623 to
7bcb35f
Compare
horriblename
left a comment
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 :)
dfd278d to
6102fc3
Compare
6102fc3 to
7f0ab59
Compare
7f0ab59 to
dad9511
Compare
bc6e868 to
6410955
Compare
e21faea to
6410955
Compare
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964151352d958f0c64949769d98dd759bdc
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964720fae8f3db129835efa5d5df956c3ef
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a696417907923e7def794fb49c28adb953ea7
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964afba43bdda6a2cbf037404ca3fa4f8c9
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964ab066fe88fe52b53b619971a27f23a5b
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a69649ea7dd5c40657b8b8a30324b5f710ca9
Signed-off-by: NotAShelf <raf@notashelf.dev> Change-Id: I6a6a6964075af959c6e20f0eb9772e17922b2531
docs: update neodev.nvim to lazydev.nvim
9452816 to
e47306b
Compare
Soliprem
left a comment
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.
this specific CI failure is unimportant
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.