Skip to main content

Interface: Branch

sources.Branch

Branch with site

Properties

active

active: boolean

Whether or not the branch is active.

Example

true

Defined in

mongodb-rag-ingest/src/sources/snooty/SnootyDataSource.ts:232


fullUrl

fullUrl: string

Base URL of the site

Example

"https://mongodb.com/docs/kotlin/coroutine/upcoming"

Defined in

mongodb-rag-ingest/src/sources/snooty/SnootyDataSource.ts:238


gitBranchName

gitBranchName: string

Name of git branch

Example

"master"

Defined in

mongodb-rag-ingest/src/sources/snooty/SnootyDataSource.ts:226


isStableBranch

isStableBranch: boolean

Whether this is the 'current, active branch' (rather than a previous or upcoming version).

Defined in

mongodb-rag-ingest/src/sources/snooty/SnootyDataSource.ts:244