The docs for Lighthouse have moved to the main repository https://github.com/nuwave/lighthouse
These are the docs for Lighthouse, a GraphQL server for Laravel.
For more information, head over to the main project or take a look at the documentation website
The docs are built with Docusaurus.
- Fork the project
- Create a new branch
- Make changes to the code
- Commit with a concise title line and a few more lines detailing the change
- Open a PR detailing your changes
You can build and view the docs locally.
You either need yarn
/npm
or docker
installed.
First, go ahead and git clone
this repo (or your fork) and cd
in the project root.
docker-compose up -d
cd website
yarn
yarn run start
Only feature releases get a new docs version, so we do not tag the docs as 1.2.3
, just 1.2
does suffice.
yarn run version x.y