This repository contains the Starlight theme used by Multi Theft Auto.
-
Install the package
npm i @multitheftauto/starlight-theme-mtasa
-
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()], }), ], })
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.