The project's external web destinations, surfaced to the client from system.json flags.sohl (which the build copies from package.json — the single source of truth; see utils/build-system-json.mjs).

interface SystemLinks {
    apiDocsUrl: string;
    discordInviteUrl: string;
    issuesUrl: string;
    knowledgeBaseUrl: string;
    mainSiteUrl: string;
}

Properties

apiDocsUrl: string

The generated API docs for this version — …/v<version>.

discordInviteUrl: string

The community Discord invite — heroicLands.discordInviteUrl.

issuesUrl: string

The GitHub issue tracker — package.json bugs.

knowledgeBaseUrl: string

The knowledgebase — heroicLands.knowledgeBaseUrl.

mainSiteUrl: string

The main site — package.json homepage.