-
Notifications
You must be signed in to change notification settings - Fork 101
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
Troubleshooting page updates or FAQ page #97
Comments
Some more examples of questions that came up in "general" and "contributors" channels:
|
So far most of the proposed questions seem more like FAQ or User Guide/Examples. I am thinking of the docs for the nginx ingress as an example https://kubernetes.github.io/ingress-nginx/examples/ I like the idea of having a FAQ and separating it from Troubleshooting. Reviewing the current troubleshooting page, it seems like some of those topics really should be References or would be better answered as Tutorials. For example, i think I think that the sections on troubleshooting k8s/swarm, CLI unresponsive, and function logs seem to fit well ina "Troubleshooting" section. |
I think the two views already stated here have pretty much covered it. One additional point I would make is around the language used in the FAQ's. We should try to build in sufficient redundant language to make the search function effective. As an example consider the following question: Q: How do I retrieve my password? The issue here is that users might perceive this situation is slightly different ways, and so we should pad so that these situations are likely to be caught. E.g: Q: How do I retrieve my password? Initially, this wont be exhaustive but I'd recommend adding consideration in this regard. |
@rgee0 i like this idea, make it easier for people find exact phrases that might match their situation, definitely more usable and friendly. I often use |
The toubleshooting guide has grown quite large, nearly 500 lines now. That's not a bad thing, but I believe it should be re-organized to make it easier to navigate. It's also a bit difficult to see the different headings on the docs page. Difference between
##
and###
are very slight.Currently, the topics are focused on how to do something:
These are useful if you know what you're looking for, however, it's difficult to know what you need to do when something is wrong and you're not familiar with the project.
I propose the Troubleshooting guide be updated to a question/answer format to make it easier to find relevant information.
A good example of this is in the "Troubleshooting Swarm or Kubernetes" section: I forgot my gateway password
There have been a couple of conversations happening on Slack that have come up before. The members have linked to sections in the docs, but without knowing what to look for, the others have to ask.
Some examples of questions that came up (in the "openfaas" channel):
faas-cli deploy
?localhost
Possibly some of these could go into a new "FAQ" page. Those questions that aren't really problems but more curiosity...
The text was updated successfully, but these errors were encountered: