Replies: 1 comment 1 reply
-
I've been revisiting this topic every now and then since I asked the question. For what it's worth I think I prefer option 2 so far – one set of 4 sections for end-users, one set of 4 sections for developers. The main reason for it is end-users won't care about the developer-facing documentation so less noise for them. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey,
I have one thing that's been bugging me recently. It's not entirely related to this documentation framework but there's an overlap and I'm hoping to get some good ideas here.
Say I have a Python/TS/Rust library that I want to document but it's not quite a homogeneous audience that I want to target with the documentation.
These are the options I see:
a) Mix the user-facing and developer-facing content together
b) Add some nesting so that How-to is split between developer-facing and user-facing parts
Which one would you pick and why? Any other options I haven't considered?
Any and all comments or suggestions welcome.
Beta Was this translation helpful? Give feedback.
All reactions