Skip to content
This repository has been archived by the owner on Mar 27, 2020. It is now read-only.

Latest commit

 

History

History
46 lines (28 loc) · 1.46 KB

README.md

File metadata and controls

46 lines (28 loc) · 1.46 KB

The docs for Lighthouse have moved to the main repository https://github.com/nuwave/lighthouse

Lighthouse Docs

GitHub license Get on Slack

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.

Contribute to the docs

  1. Fork the project
  2. Create a new branch
  3. Make changes to the code
  4. Commit with a concise title line and a few more lines detailing the change
  5. Open a PR detailing your changes

Setup

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

docker-compose up -d

Node

cd website
yarn
yarn run start

Tag a new version

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