docs: port ClickStack managed-onboarding nurture flow pages#152
Open
mintlify[bot] wants to merge 1 commit into
Open
docs: port ClickStack managed-onboarding nurture flow pages#152mintlify[bot] wants to merge 1 commit into
mintlify[bot] wants to merge 1 commit into
Conversation
3 tasks
Contributor
Author
|
Preview deployment for your docs. Learn more about Mintlify Previews.
|
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.
Summary
Ports 4 ClickStack managed-onboarding nurture-flow pages from
clickhouse-docs(PR #6363), preserving the updated "Managed ClickStack" titles.Changes
clickstack/managed-onboarding/instrument-application.mdx— Instrument an application in 5 mins with Managed ClickStackclickstack/managed-onboarding/monitoring-aws-cloudwatch-logs.mdx— Monitoring AWS CloudWatch logs with Managed ClickStackclickstack/managed-onboarding/monitoring-kubernetes.mdx— Monitoring Kubernetes with Managed ClickStackclickstack/managed-onboarding/tuning-clickstack-schema.mdx— Tuning Managed ClickStack - refining your schemaContext
Upstream PR #6363 updated only the
title:frontmatter of these 4 files. None of them existed in the Mintlify repo, so this PR brings them across with the updated titles applied.Ambiguities / Notes
managed-onboarding/section had not been migrated to Mintlify before this PR. The trigger PR only changed titles, but porting required creating the pages from scratch — flagging in case a different mapping was intended.unlisted: truein Docusaurus (nurture-flow landing pages). They have not been added toclickstack/navigation.jsonto preserve this behaviour; they're reachable by URL only.setting-up-your-opentelemetry-collectorpage reference, which also hasn't been migrated. Links to it were rewritten to point to the existing/clickstack/ingesting-data/collectorpage.<VerticalStepper>→<Steps>/<Step>,:::note/:::warning→<Note>/<Warning>,<details><summary>→<Accordion>,@theme/IdealImageimports →<Image img="/images/..." />.TrackedLinktocloudwatch-logs-dashboard.jsonwas rendered as plain text — the GalaxyTrackedLink +useBaseUrlpattern doesn't have a direct Mintlify equivalent in use here.Note
Low Risk
Documentation-only additions with no runtime or auth changes; main review surface is link targets, image paths, and intentional omission from site navigation.
Overview
Adds four Managed ClickStack nurture-flow guides under
clickstack/managed-onboarding/, ported from Docusaurus into Mintlify with Managed ClickStack titles and original slugs under/use-cases/observability/clickstack/….The new pages cover Node.js OTEL instrumentation (HackerNews sample app), CloudWatch log forwarding via a sidecar OTEL collector, Kubernetes DaemonSet/Deployment collectors with Helm, and a schema tuning summary that points to the performance-tuning guide. Content uses Mintlify
<Steps>,<Note>,<Warning>,<Accordion>, and shared<Image>snippets instead of Docusaurus steppers and admonitions.Cross-links to the not-yet-migrated collector setup page were rewired to
/clickstack/ingesting-data/collector. Per the PR notes, pages stay offclickstack/navigation.json(URL-only, matching Docusaurusunlisted), and the CloudWatch dashboard download is plain text rather than a tracked link.Reviewed by Cursor Bugbot for commit c4c7ab7. Bugbot is set up for automated code reviews on this repo. Configure here.