This repository contains the documentation site for the Attack on Titan Tribute Game 2 (AOTTG2) Frequently Asked Questions (FAQ) and Help sections. The site is built using Starlight with Astro and TypeScript.
public/
: Static assets that will be copied to the build output directory.src/
: Source code for the project.assets/
: Images, fonts, or other assets used in your documentation.content/
: Markdown files for your documentation.components/
: Custom Astro components (if any).layouts/
: Custom layouts for the pages (if any).styles/
: CSS files for custom styling.
astro.config.mjs
: Astro configuration file.package.json
: Project dependencies and scripts.tsconfig.json
: TypeScript configuration.README.md
: Project documentation (this file)..gitignore
: Specifies files that Git should ignore.
All commands are run from the root of the project, from a terminal:
Command | Action |
---|---|
npm install |
Installs dependencies |
npm run dev |
Starts local dev server at localhost:4321 |
npm run build |
Build your production site to ./dist/ |
npm run preview |
Preview your build locally, before deploying |
npm run astro ... |
Run CLI commands like astro add , astro check |
npm run astro -- --help |
Get help using the Astro CLI |
Check out Starlight's docs, read the Astro documentation.
src/content/docs
Feel free to adjust the structure as needed for your specific AOTTG2 documentation requirements.
To customize the look and feel of your documentation site, you can modify the following files:
src/styles/custom.css
: Add any custom CSS styles hereastro.config.mjs
: Update site metadata and Starlight configuration
This site can be deployed to your preferred hosting platform. For more information on deploying an Astro site, refer to the Astro deployment guides.
Contributions to improve the AOTTG2 FAQ and Help documentation are welcome. Please contact gisketch on the Discord server.