Skip to content

openplanet-nl/nadeoapi-docs

Repository files navigation

Trackmania API documentation

Tests

Visit the documentation here.

Running the documentation locally

Docker is the recommended way of developing the site, and also for testing documentation changes locally.

  1. Build the docker image:
    docker build -t op-nadeoapi-docs .
    
  2. Start a container:
    docker run --rm -v ./:/app -p 80:80 op-nadeoapi-docs
    
  3. Visit http://127.0.0.1/

Note: while the container is running, you may simply edit the files and reload the corresponding page in your browser. You do not need to rebuild the image every time.

Running tests

Content tests run automatically on a push to the repository. To run them locally, you need Python and PyYAML. Then, simply run the test script:

$ ./test.py

About

A detailed collaborative Trackmania API documentation.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 14

Languages