chore(docs): remove monorepo-specific docs, moved to posthog/posthog#15115
Merged
chore(docs): remove monorepo-specific docs, moved to posthog/posthog#15115
Conversation
These 14 handbook/engineering docs pertain directly to the monorepo codebase (project structure, local dev setup, coding conventions, database guides, etc.) and now live in posthog/posthog under docs/published/handbook/engineering/ where they get pulled back into posthog.com via gatsby-source-git.
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
sarahxsanders
approved these changes
Feb 18, 2026
Contributor
sarahxsanders
left a comment
There was a problem hiding this comment.
looks good! I'll test the Inkeep flow for the monorepo, as our onboarding docs are also upstream there. looks like there's a merge conflict on this PR, but once that's resolved your good to go!
Contributor
Author
|
Thanks! Please approve PostHog/posthog#48292 as well so I can merge at same time 😊 |
frontend-coding.md was modified on master (type-system link fix) and deleted on this branch. The fix is already included in the monorepo copy, so confirm the deletion.
sarahxsanders
pushed a commit
that referenced
this pull request
Feb 27, 2026
…15115) These 14 handbook/engineering docs pertain directly to the monorepo codebase (project structure, local dev setup, coding conventions, database guides, etc.) and now live in posthog/posthog under docs/published/handbook/engineering/ where they get pulled back into posthog.com via gatsby-source-git.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Removes 14 handbook/engineering docs that pertain directly to the monorepo codebase. They now live in posthog/posthog under
docs/published/handbook/engineering/and get pulled back into posthog.com viagatsby-source-gitas described in posthog/docs/README.md.Hoping this will work with Inkeep since the docs still end up on posthog.com at the same URLs!
Companion PR: PostHog/posthog#48292 — adds these same files to the monorepo.