Skip to main content

Definition

Assembly: Mintlify.Core.dll Namespace: Mintlify.Core.Models.Integrations Inheritance: System.Object

Syntax

Mintlify.Core.Models.Integrations.PlausibleConfig

Summary

Represents the configuration for Plausible analytics integration.

Remarks

Plausible is a lightweight, open-source, privacy-friendly web analytics platform that doesn’t use cookies. This configuration enables tracking of documentation engagement to your Plausible analytics instance.

Constructors

.ctor

Syntax

public PlausibleConfig()

Properties

Domain

Gets or sets the domain being tracked in Plausible.

Syntax

public string Domain { get; set; }

Property Value

Type: string?

Remarks

This is the domain name that you registered in your Plausible account. It should match the domain where your documentation is hosted. All analytics events will be attributed to this domain in your Plausible dashboard.

Server

Gets or sets the custom Plausible server URL.

Syntax

public string Server { get; set; }

Property Value

Type: string?

Remarks

This is optional and only needed if you are self-hosting Plausible or using a custom Plausible server. If not specified, the default Plausible cloud service will be used. The URL should point to your self-hosted Plausible instance.