Skip to content

ali-2500/docs

 
 

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

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 90.9%
  • CSS 9.1%