8000 Docs: setup Mintlify docs for pg_stat_ch by Blargian · Pull Request #47 · ClickHouse/pg_stat_ch · GitHub
[go: up one dir, main page]

Skip to content

Docs: setup Mintlify docs for pg_stat_ch#47

Open
Blargian wants to merge 3 commits intoClickHouse:mainfrom
Blargian:add-mintlify-docs
Open

Docs: setup Mintlify docs for pg_stat_ch#47
Blargian wants to merge 3 commits intoClickHouse:mainfrom
Blargian:add-mintlify-docs

Conversation

@Blargian
Copy link
Member

This PR sets up the repository docs in a Mintlify site.

After installing the Mintlify CLI tool, you can run mint dev from the docs folder to preview the site locally.

Once the additional deploy is provisioned for our org, we can install the Mintlify GitHub app and link it to this repository to deploy the docs site.

@Blargian Blargian marked this pull request as ready for review March 12, 2026 11:42
Copilot AI review requested due to automatic review settings March 12, 2026 11:42
Copy link
Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR initializes a Mintlify documentation site for pg_stat_ch, including site configuration, new onboarding pages, and styling/assets needed to publish and preview docs from the docs/ directory.

Changes:

  • Add Mintlify site config (docs/docs.json) and custom styling (docs/assets/styles.css) plus branding assets (logos + favicon).
  • Add new “Get started” pages and convert existing docs pages to use Mintlify frontmatter metadata.
  • Update troubleshooting and hooks pages to use Mintlify components/formatting (<Steps>, custom-rendered diagram).

Reviewed changes

Copilot reviewed 10 out of 13 changed files in this pull request and generated 2 comments.

Show a summary per file
File Description
docs/pages/reference/version-compatibility.md Adds Mintlify frontmatter metadata for the reference page.
docs/pages/reference/troubleshooting.mdx Adds frontmatter and converts troubleshooting steps to Mintlify <Steps>/<Step> components.
docs/pages/reference/hooks.mdx Adds frontmatter and adjusts the data-flow diagram rendering for consistent styling.
docs/pages/guides/testing.md Adds Mintlify frontmatter metadata for the guide page.
docs/pages/guides/clickhouse.md Adds Mintlify frontmatter metadata for the guide page.
docs/pages/get-started/quick-start.mdx New Quick Start page using Mintlify <Steps>.
docs/pages/get-started/introduction.mdx New Introduction page with a Mermaid diagram and internal navigation.
docs/docs.json New Mintlify site configuration: theme, navigation, navbar links, and asset references.
docs/assets/styles.css New custom CSS to align Mintlify UI with project branding (dark mode, code blocks, nav, callouts).
docs/assets/logo_light.png Adds light-mode logo asset.
docs/assets/logo_dark.png Adds dark-mode logo asset.
docs/assets/favicon.svg Adds favicon asset with light/dark behavior.
docs/README.md Adds instructions for running the docs locally.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

# pg_stat_ch docs

The pg_stat_ch documentation is built with [Mintlify](https://mintlify.com/)
and hosted at [TBD](TO DO)
Copy link
Copilot AI Mar 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The README includes a placeholder link ([TBD](TO DO)), which renders as a broken link in GitHub and is easy to forget to update. Replace this with the actual docs URL (once known) or remove the link until it’s available.

Suggested change
and hosted at [TBD](TO DO)
and hosted at TBD.

Copilot uses AI. Check for mistakes.
docs/README.md Outdated
Comment on lines +10 to +18
<CodeGroup>
```bash npm theme={null}
npm i -g mint
```

```bash pnpm theme={null}
pnpm add -g mint
```
</CodeGroup>
Copy link
Copilot AI Mar 12, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

docs/README.md is plain Markdown, so the <CodeGroup> JSX and the extra code-fence metadata (theme={null}) won’t render on GitHub and will show up as literal text. Consider rewriting this section using standard Markdown (multiple headings / separate code blocks) so it reads correctly in the repository README.

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

0