Skip to content

Commit

Permalink
Merge branch 'main' into fix-ssr-standby-queries
Browse files Browse the repository at this point in the history
  • Loading branch information
atarek12 authored Apr 3, 2022
2 parents 8be2cc5 + 8beb482 commit b22bf54
Show file tree
Hide file tree
Showing 70 changed files with 469 additions and 20,506 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/docs-publish.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Deploy docs to production

on:
push:
branches:
- main
- version-2.6
paths:
- docs/**

jobs:
publish:
uses: apollographql/docs/.github/workflows/publish.yml@main
secrets:
NETLIFY_SITE_ID: ${{ secrets.NETLIFY_SITE_ID }}
NETLIFY_AUTH_TOKEN: ${{ secrets.NETLIFY_AUTH_TOKEN }}
2 changes: 0 additions & 2 deletions docs/.gitignore

This file was deleted.

12 changes: 1 addition & 11 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,4 @@ The **deployed** version of the documentation for this repository is available a

* https://www.apollographql.com/docs/react/

## Running locally

* `npm install` in this directory
* `npm start` in this directory
* Open a browser to the link provided in the console.

## Deploy previews

Documentation repositories should be set up with a "deploy preview" feature which automatically provides "preview" links in the _status checks_ section of pull requests.

In the event that it's not possible to run the documentation locally, pushing changes to the branch for a pull request can be a suitable alternative that ensures changes to the documentation are properly rendered.
See the [docs site README](https://github.com/apollographql/docs) for local installation and development.
120 changes: 0 additions & 120 deletions docs/gatsby-config.js

This file was deleted.

Loading

0 comments on commit b22bf54

Please sign in to comment.