# yaml-language-server: $schema=https://schema.zeabur.app/template.json
apiVersion: zeabur.com/v1
kind: Template
metadata:
    name: Starlight template
spec:
    description: 'Starlight is a full-featured documentation theme built on top of the Astro framework. '
    tags:
        - Static
        - Website
    readme: |-
        # Template Description
        Starlight is a documentation website framework for Astro. You can create a full-featured documentation website use this tempalte.
    services:
        - name: Starlight
          template: GIT
          spec:
            source:
                source: GITHUB
                repo: 740742777
                branch: main
