File tree Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Expand file tree Collapse file tree 3 files changed +26
-0
lines changed Original file line number Diff line number Diff line change @@ -56,3 +56,5 @@ VITE_PUSHER_HOST="${PUSHER_HOST}"
5656VITE_PUSHER_PORT = " ${ PUSHER_PORT } "
5757VITE_PUSHER_SCHEME = " ${ PUSHER_SCHEME } "
5858VITE_PUSHER_APP_CLUSTER = " ${ PUSHER_APP_CLUSTER } "
59+
60+ TORCHLIGHT_TOKEN =
Original file line number Diff line number Diff line change 1+ Thank you for contributing!
2+
3+ ## Getting Started
4+
5+ Be sure to fork and clone the repo: ` gh repo clone NativePHP/nativephp.com `
6+
7+ Make a branch for what change you want to contribute and open a pull request to the upstream main branch.
8+
9+ ## Torchlight
10+
11+ The documentation uses [ torchlight.dev] ( torchlight.dev ) for syntax highlighting.
12+
13+ Without a token, you will run into an error on pages like "/docs/desktop/1/getting-started/introduction".
14+
15+ To get set up:
16+
17+ 1 . Create an account and then make a new API token [ here] ( https://torchlight.dev/account/api-tokens ) .
18+ 2 . Then set the API token in the .env.
19+
20+ ```
21+ TORCHLIGHT_TOKEN=<token>
22+ ```
Original file line number Diff line number Diff line change @@ -6,6 +6,8 @@ This repo contains the content of the nativephp.com website.
66
77We welcome any contributions to improve the documentation. Please feel free to open a PR.
88
9+ Also, be sure to read our [ contributing guidelines] ( CONTRIBUTING.md ) for help getting set up.
10+
911## Issues
1012
1113Please raise any issues on the [ NativePHP/laravel] ( https://github.com/NativePHP/laravel/issues ) repo.
You can’t perform that action at this time.
0 commit comments