@vectorize-io/vectorize-client
    Preparing search index...

    Interface CONFLUENCEConfig

    Configuration for Confluence connector

    CONFLUENCEConfig

    interface CONFLUENCEConfig {
        rootParents?: string[];
        spaces: string[];
    }
    Index

    Properties

    Properties

    rootParents?: string[]

    Root Parents. Example: Enter root parent pages

    CONFLUENCEConfig

    spaces: string[]

    Spaces. Example: Spaces to include (name, key or id)

    CONFLUENCEConfig