-
-
Notifications
You must be signed in to change notification settings - Fork 4
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
Restructuring our documentation #431
Comments
@shtlrs would be more than happy for your input here |
I agree with the fact that our current structure isn't idea nor optimal. However, i think this is more of a What is it actually that we want to document ?Once we have a response to that, we can start to remodel our current documentation skeleton, and filter out noise from the existant things that we have, and add anything that's missing. I think some common things we'd need to document is: (based on the things you said as well):
The main problem is that docs die very fast, and it's a very difficult process to maintain them, so we shouldn't just write stuff for the sake of writing it, but write stuff to illuminate obscure parts to the outside world that we are allowed to expose, but also keep it easily identifiable and maintanable. |
I agree with all you said, especially the fact that we shouldn‘t write docs for the sake of it.
I think especially an explanation of the deployment processes is very important. Like, I have a PyDis project, how does that get to production?
|
As self-appointed Head Of Documentation I will take care of this. |
Another thought: we actually do document more than we think. We have 46 markdown documents in the Should we think about surfacing these documents instead with the services that they deploy and link through to the git folders? |
We can do that - with our current solution we should only have to include the myst parser and then .. include:: the files. Only caveat is e.g. headers might need to be adjusted
|
Joe has done it. He has done it. He has replaced our documentation, for the 5th time, and now we have a semi-decent structure. I think there are some things to be improved though. For instance, currently the "user-specific documentation" requires users to know which component they're interacting with. For instance, information about the LDAP setup is nested in "Keycloak", whilst the user probably has no idea what a Keycloak even is, with marginally higher chance of even knowing what LDAP is. I think we still have some potential for reordering here, what do you think @jb3? |
Definitely more room for restructing, agreed there. I think that we can maybe have sort of a "user home" which just links into the user sections of other relevant pages (with the card style pages that we've got elsewhere). I agree the nesting is not ideal for users so definitely better ways to surface that. I would also like to look at surfacing better the other services we host for the benefit of the team so I'll take that away as a part of this PR. |
At the moment I personally find our documentation to be hard to navigate, even as someone who is part of the team. I think we have room for improvement here.
Currently our documentation tree roughly looks like this:
I find this grouping a bit confusing, because it mixes together team-internal information (like meeting notes, perhaps to a degree postmortems, queries and runbooks) with information that might be relevant to other teams (manual deployments, onboarding). I don't think the mix is inherently bad, but I think it's hard to see which parts are meant for consumption of the more casual reader.
I suggest we change our documentation structure to include different categories for reference material (like queries and meeting notes) and explanation documents like the onboarding and tooling documents, and make it a coordinated effort to restructure it and make it more useful for other teams.
I also suggest, although this might be better suited for a separate issue, that we write more documentation about the infrastructure we run, both for ourselves and for other times (possibly including how-to guides for using a service, adding PostgreSQL access, even if it's just as simple as "open an issue in the repo").
Perhaps something like this might be of interest.
I would be happy for other thoughts here.
The text was updated successfully, but these errors were encountered: