Arman Danesh Portfolio — Documentation - v2.0.0
    Preparing search index...

    Interface Project

    Featured project card shown in the main content grid.

    interface Project {
        title: string;
        description: string;
        image?: string;
        thumbnail?: string;
        technologies: string[];
        liveUrl?: string;
        githubUrl?: string;
    }
    Index
    title: string

    Project title.

    description: string

    One-line or short paragraph summary.

    image?: string

    Optional full-size image path.

    thumbnail?: string

    Optional thumbnail path.

    technologies: string[]

    Tech tags rendered as chips.

    liveUrl?: string

    Public live URL, if any.

    githubUrl?: string

    Source repository URL, if any.