Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
29 changes: 29 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
# 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.

## Running locally

To run the docs locally, you will need the Mintlify CLI tool installed.

Run the following command to install the CLI:


```bash
npm i -g mint
```

Or

```bash
pnpm add -g mint
```

Start the development server from the `docs` directory of the repository:

```bash
mint dev
```

The site will launch in your browser at `http://localhost:3000`.
26 changes: 26 additions & 0 deletions docs/assets/favicon.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/logo_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/assets/logo_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading