Skip to main content

Definition

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

Syntax

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

.ctor Inherited

Inherited from object

Syntax

Properties

Domain

Gets or sets the domain being tracked in Plausible.

Syntax

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

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.

Methods

Equals Inherited Virtual

Inherited from object

Syntax

Parameters

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

Parameters

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

Returns

Type: string?