@multitheftauto/starlight-theme-mtasa

1.3.0 • Public • Published

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.

Package Sidebar

Install

npm i @multitheftauto/starlight-theme-mtasa

Weekly Downloads

18

Version

1.3.0

License

MIT

Unpacked Size

143 kB

Total Files

18

Last publish

Collaborators

  • multitheftautoqa
  • botder