1.4.1 • Published 12 months ago

@multitheftauto/starlight-theme-mtasa v1.4.1

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Starlight theme for Multi Theft Auto

This repository contains the Starlight theme used by Multi Theft Auto.

Installation

  1. Install the package

    npm i @multitheftauto/starlight-theme-mtasa
  2. Edit your astro.config.mjs

      import starlight from '@astrojs/starlight'
      import { defineConfig } from 'astro/config'
      import starlightVersions from 'starlight-versions'
    + import mtasaStarlightThemePlugin from '@multitheftauto/starlight-theme-mtasa';
    
      export default defineConfig({
          integrations: [
              starlight({
                  title: 'My Docs',
    +             plugins: [mtasaStarlightThemePlugin()],
              }),
          ],
      })

License

Copyright (c) 2025 Multi Theft Auto team and contributors.

Permission is granted to copy, distribute and/or modify these source files under the terms of the MIT License. A copy of the license is included in the root directory of the repository.

1.4.1

12 months ago

1.4.0

12 months ago

1.3.0

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.0

1 year ago