Docs ownership

Product engineering teams are responsible for writing docs and ensuring they are up-to-date. This means:

  • Documenting new features when they're launched
  • Add doc comments to SDKs to make them easier to understand
  • Clarifying documentation where needed based on support tickets
  • Ensuring public betas have docs that are linked to from the feature preview menu

Read writing docs as an engineer – it's really important!

The

Docs & Wizard Team
Docs & Wizard mini crest
Docs & Wizard Team
is responsible for improving the docs. This means:

  • Reviewing and improving draft documentation created by product teams
  • Improving the subjective docs experience (navigation, discovery, interactivity, etc.)
  • Identifying and improving low quality documentation and making it better
  • Ensuring screenshots and other visual elements are up-to-date
  • Shipping supplementary docs and tutorials based on feedback and emerging use cases

Ownership in the Docs & Wizard team

We've previously assigned ownership to areas of the product and docs to individuals, but we're presently more project orientated.

You can view what we're working on right now by:

  1. Reading our goals on the
    Docs & Wizard mini crest
    Docs & Wizard Team
    page
  2. Dropping in on our #team-docs-and-wizard Slack channel

You can share ideas / requests for new docs in the #team-docs-and-wizard Slack channel, or by creating an issue on the posthog.com repo.

As ever, though, PRs > issues. ;)

Sources for inspiration

There are lots of places you can go to find inspiration for what to work on during your stint, such as:

FAQ

I'm really busy, can the content team write docs for me?

We can help, but we can't do it all for you. We lack the context necessary to document new features. First drafts of documentation must always come from the relevant product team.

If you need help updating documentation:

  • Write a draft that covers the basics, which the content team can then help review and polish.
  • If multiple docs pages need updating, create an example of changes needed and then request help to complete the rest.

Bottom line: It's much easier for the content team to improve a draft than write completely new documentation, especially when documenting new features. Pull requests > Issues.

Who should review docs updates?

Tag the docs reviewers team on GitHub and someone will come running.

How do I add images to my docs?

If you need to add images to your docs, please upload them to Cloudinary first and then embed them into the document.

You can embed light mode and dark mode versions of the image using this code snippet:

JSX
<ProductScreenshot
imageLight = "https://res.cloudinary.com/dmukukwp6/image/upload/add_holdout_light_ce0827be42.png"
imageDark = "https://res.cloudinary.com/dmukukwp6/image/upload/add_holdout_dark_cc687f7688.png"
classes="rounded"
alt="Screenshot of the form to create a new holdout"
/>

Community questions

Was this page useful?

Questions about this page? or post a community question.