@awesome-algorand/mdast
    Preparing search index...

    Type Alias AwesomeObject

    Represents an AwesomeObject, which contains a title, optional description, subcategories, and links.

    type AwesomeObject = {
        description?: string;
        links?: AwesomeLink[];
        subcategories?: AwesomeObject[];
        title: string;
    }
    Index

    Properties

    description?: string

    Represents an optional description, derived from the blockquote

    links?: AwesomeLink[]

    Represents an optional array of AwesomeLink objects. Each link in the array corresponds to a list of url and text items.

    subcategories?: AwesomeObject[]

    An optional property representing an array of AwesomeObject instances. Each element in the array corresponds to a heading at a lower depth than the current.

    title: string

    The title of the object, derived from the heading