Skip to content

TwoCoderDevs/vehicle-physics-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

477 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vehicle-physics-docs

Sources for the documentation at Vehicle Physics Pro. This repository contains the sources for the documentation site only.

Follow @VehiclePhysics for latest news and updates on the project.

Contributing

Feedback, improvements and corrections to the docs are welcome, specially typo and grammar fixes. Feel free to submit your contributions via comments and/or pull requests.

Documents are plain markdown files. You don't need any special procedure for editing, just a text editor. Previewing the HTML result requires building the docs.

Building & previewing the docs

This is optional. Documentation sources are plain text files using the Markdown format.

The HTML documentation is built out of the md files using MkDocs:

  1. Ensure Python and pip are installed
  2. Install MkDocs: pip install mkdocs
  3. Install the Bootswatch themes: pip install mkdocs-bootswatch
  4. Install the Markdown extensions markdown-icons and mathjax.
  5. Clone the repository from GitHub
  6. Open a console at the repository folder, they type mkdocs serve
  7. Navigate to http://127.0.0.1:8000 in your browser

Now you should see the documentation in your browser.

About

Documentation for the package Vehicle Physics Pro for Unity 3D

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • CSS 59.3%
  • JavaScript 37.8%
  • HTML 2.9%