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()

.ctor Inherited

Inherited from object

Syntax

public Object()

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.

Methods

Equals Inherited Virtual

Inherited from object

Syntax

public virtual bool Equals(object obj)

Parameters

NameTypeDescription
objobject?-

Returns

Type: bool

Equals Inherited

Inherited from object

Syntax

public static bool Equals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

GetHashCode Inherited Virtual

Inherited from object

Syntax

public virtual int GetHashCode()

Returns

Type: int

GetType Inherited

Inherited from object

Syntax

public System.Type GetType()

Returns

Type: System.Type

MemberwiseClone Inherited

Inherited from object

Syntax

protected internal object MemberwiseClone()

Returns

Type: object

ReferenceEquals Inherited

Inherited from object

Syntax

public static bool ReferenceEquals(object objA, object objB)

Parameters

NameTypeDescription
objAobject?-
objBobject?-

Returns

Type: bool

ToString Inherited Virtual

Inherited from object

Syntax

public virtual string ToString()

Returns

Type: string?