-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
Add documentation for hx --health
#2357
Add documentation for hx --health
#2357
Conversation
Add troubleshooting page to the book with section about healthcheck. Add remark at end of installation page regarding `hx --health` pointing to troubleshooting page mentioned above. Draft for issue #1822
I think we should link to the troubleshooting wiki entry: https://github.com/helix-editor/helix/wiki/Troubleshooting and probably the FAQ page as well instead of adding a new troubleshooting doc. Troubleshooting info tends to need to be updated more often than docs otherwise, so if people are looking at the release documentation rather than the master docs they may miss a pitfall. |
Yeah totally makes sense to me. So should we move the documentation of the |
Ah yep that's a good idea 👍 |
Alright, awesome. I will take care about it and propose a draft for the changes for the wiki. Thanks for the feedback. |
book/src/troubleshooting.md
Outdated
|
||
- LSP (Language Server Protocol) | ||
- DAP (Debug Adapter Protocol) | ||
- Highlight (???) |
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.
Syntax highlighting
Since the documentation is likely to change frequently, editing will occur more often. Because of this the wiki is a better place for it.
I propose adding an extra page "Healthcheck" in the Wiki with the following content:
Then we can put a link to this page in the book aswell as at the start of the troubleshooting wiki page. I think the extra page in the wiki for healthcare will increase its visibility and help people fix the "obvious" errors more quickly. If you give me the thumbs up, I'll apply the changes to the wiki. |
That looks great! Please go ahead and add it 👍 The only thing I think needs changing is that the links to the guides should go to the docs website rather than the relative paths that would have been used in the book (e.g. https://docs.helix-editor.com/master/guides/indent.html for the indent guide) |
Oh I missed that, thanks for pointing out! Wiki page is added ✅ |
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.
Looks good to me, thanks!
Thanks! |
This is a draft for the solution of #1822
I took all ideas from the issue and:
hx --health
pointingto troubleshooting page mentioned above
Would be cool if a person with better english skills than mine could check the few lines I wrote.