Skip to content

wiktorlaskowski/docs

This branch is 1 commit behind TurboWarp/docs:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

90ceefa · Dec 1, 2024
Jan 11, 2024
Mar 7, 2023
Dec 1, 2024
Mar 7, 2023
Sep 7, 2024
Jul 12, 2021
Nov 29, 2021
Jul 12, 2021
Nov 29, 2021
Jul 12, 2021
Mar 7, 2023
Jan 11, 2024
Jan 11, 2024
May 31, 2024

Repository files navigation

TurboWarp Docs

https://docs.turbowarp.org/

This repository contains documentation for TurboWarp.

Writing content

If you found a typo or have a suggestion to improve the pages, the easiest way to get it resolved is to post about it on the Scratch profile https://scratch.mit.edu/users/GarboMuffin/#comments or in GitHub issues https://github.com/TurboWarp/docs/issues/new. Minor fixes get resolved very quickly usually.

Alternatively, you can submit a pull request yourself containing a fix. The easiest way to edit a page is:

  1. Open the website, https://docs.turbowarp.org/
  2. Find the page you want to edit
  3. Click "Edit this page" at the bottom
  4. Sign in with a GitHub account
  5. Fork the repository
  6. Use the GitHub editor to modify the file. It uses Markdown syntax.
  7. Click "Propose Changes"

If you'd like to write a new page, we'd prefer that you ask us first before you spend much time writing.

Local Development

This website is built with Docusaurus. Documentation is inside the docs folder, generally that is all you will have to touch. We accept pull requests.

npm install
# For development:
npm start
# For production:
npm run build

About

Documentation for TurboWarp

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.3%
  • CSS 0.7%