@multitheftauto/starlight-theme-mtasa
v1.4.1
Published
Starlight theme for Multi Theft Auto
Readme
Starlight theme for Multi Theft Auto
This repository contains the Starlight theme used by Multi Theft Auto.
Installation
Install the package
npm i @multitheftauto/starlight-theme-mtasaEdit your
astro.config.mjsimport 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.
