Skip to content

Commit b4a0bce

Browse files
jottakkaFrancisco Liberal
andauthored
[MOAR] Post hog toolkit docs (#537)
* Add PostHog API authentication documentation - Add Authentication section with step-by-step instructions for obtaining Personal API Key - Explain how to determine the correct server URL for PostHog Cloud and self-hosted instances - Emphasize that POSTHOG_SERVER_URL must include the https:// protocol - Update all tool secrets descriptions throughout the page to: - Link directly to PostHog account settings - Reference the Authentication section for detailed instructions - Link to official PostHog API documentation - Include specific examples for cloud (app.posthog.com, eu.posthog.com) and self-hosted URLs * Add PostHog API authentication documentation - Add Authentication section with step-by-step instructions for obtaining Personal API Key - Include guidance on determining the appropriate Server URL (US Cloud, EU Cloud, self-hosted) - Emphasize that POSTHOG_SERVER_URL must include https:// protocol - Update all secrets descriptions to reference the Authentication section - Add links to PostHog account settings and official API documentation Provides users with clear instructions on how to authenticate with PostHog API * Fix PostHog API page syntax and add to navigation - Fix TableOfContents array indentation issue that caused acorn parsing error - Add Authentication section with Personal API Key and Server URL instructions - Add PostHog API to development section navigation (_meta.tsx) - Page should now render correctly without 'Could not parse expression' error * Fix curly apostrophes in PostHog authentication docs - Replace curly apostrophes (') with straight apostrophes (') - This was causing 'Could not parse expression with acorn' error - Fix description to say PostHog API instead of Datadog API * adding fixed page --------- Co-authored-by: Francisco Liberal <francisco@arcade.dev>
1 parent 755a3f2 commit b4a0bce

File tree

1,538 files changed

+75829
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,538 files changed

+75829
-0
lines changed

app/en/mcp-servers/development/_meta.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,5 @@ export default {
33
github: "GitHub",
44
firecrawl: "Firecrawl",
55
"vercel-api": "Vercel API",
6+
"posthog-api": "PostHog API",
67
};

0 commit comments

Comments
 (0)