Mirror of https://github.com/l4dsr/l4dsr-wiki - to contribute, please head to the GitHub repo and/or get in contact through the L4D Speedrunning Discord (linked on https://speedrun.com/l4d2 )

Skytis ded5b98bb2 Add Proton version specifics to Linux guide (#13) 5 dienas atpakaļ
.github 1ef344a220 Add a pull request template 8 mēneši atpakaļ
docs ded5b98bb2 Add Proton version specifics to Linux guide (#13) 5 dienas atpakaļ
src 9514ef9221 Remove default homepage description (to be changed) 1 gadu atpakaļ
static aa9e8c2a67 Experiment with social card 1 gadu atpakaļ
.gitignore 2912fe145b Initial commit 1 gadu atpakaļ
.gitlab-ci.yml ba509781fc GitLab CI memes part 2 (still probably won't work) 2 mēneši atpakaļ
README.md fdc6e3e2e3 A little correction to contribution instructions 1 gadu atpakaļ
babel.config.js 2912fe145b Initial commit 1 gadu atpakaļ
docusaurus.config.js 6c8336eb0d Enable last update author/time 2 mēneši atpakaļ
package-lock.json ae4efc0c46 Update to Docusaurus 3.3.2 8 mēneši atpakaļ
package.json ae4efc0c46 Update to Docusaurus 3.3.2 8 mēneši atpakaļ
sidebars.js 1022e05a83 Modify directory structure for contribution stuff 1 gadu atpakaļ

README.md

L4D Speedrunning Wiki

The site is built using Docusaurus 3.

Click here to get to the wiki.

Contributing

  1. Fork and clone the repo
  2. Install NodeJS (18.0+)
  3. cd to the directory and run npm install (for now, with --force until mdx-embed is replaced or updated).
  4. Run npm start which will run the site locally & automatically open it in your browser
  5. Make changes (page will auto refresh every time you save a file)
  6. When ready, commit your changes and open a pull request.
  7. ???
  8. Profit

The docs pages are all written in Markdown, and you will find all pages in the docs folder.