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

nuwave/lighthouse-docs

Folders and files

NameName
Last commit message
Last commit date
Jul 17, 2018
Nov 15, 2018
Nov 13, 2018
Jul 17, 2018
Jul 17, 2018
Mar 27, 2020
Jul 23, 2018
Jul 17, 2018

Repository files navigation

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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published