Files for my website bwc9876.dev
at main 33 lines 946 B view raw
1--- 2name: Outer Wilds Mod Loader Docs 3summary: Documentation for the Outer Wilds Mod Loader 4timespan: 5 from: 2022 6tags: 7 - web 8 - bootstrap 9 - python 10 - outer-wilds 11links: 12 github: ow-mods/owml 13 other: 14 - label: Documentation Site 15 url: https://owml.outerwildsmods.com/ 16 icon: book-half 17image: ./owml-docs.webp 18--- 19 20import ExtLink from "@components/ExtLink.astro"; 21export const components = { a: ExtLink }; 22 23The OWML docs were a quick project I did to try and help centralize information 24about how to use OWML and mod Outer Wilds in general. 25 26I found that there wasn't a very good "getting started" guide ad there was 27outdated information on OWML's README so I decided to go and make a docs site. 28 29It features a few guides, schemas for configs and manifests, and 30a reference for how to use the `ModHelper` utility. 31 32The site was made with [Menagerie](/projects/menagerie) 33and styled a bit with [SASS](https://sass-lang.com/).