Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 628 Bytes

CONTRIBUTING.md

File metadata and controls

22 lines (13 loc) · 628 Bytes

Thank you for contributing!

Getting Started

Be sure to fork and clone the repo: gh repo clone NativePHP/nativephp.com

Make a branch for what change you want to contribute and open a pull request to the upstream main branch.

Torchlight

The documentation uses torchlight.dev for syntax highlighting.

Without a token, you will run into an error on pages like "/docs/desktop/1/getting-started/introduction".

To get set up:

  1. Create an account and then make a new API token here.
  2. Then set the API token in the .env.
TORCHLIGHT_TOKEN=<token>