Skip to content

Commit

Permalink
Apollo Angular 2.0 - (Apollo Client 3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
kamilkisiela committed Feb 5, 2020
1 parent 1e5f40f commit dcacf04
Show file tree
Hide file tree
Showing 158 changed files with 10,730 additions and 3,890 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- checkout
- run:
name: Install
command: yarn
command: yarn install --frozen-lockfile
- run:
name: Build
command: yarn build
Expand Down
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ jspm_packages

# Packages lock
package-lock.json
yarn.lock
packages/**/package-lock.json
packages/**/yarn.lock

Expand All @@ -60,3 +59,6 @@ packages/*/npm/

# docs
docs/public/docs

# Verdaccio
.verdaccio
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"**/.git": true,
"**/.DS_Store": true,
"**/node_modules/**": true,
"**/build/**": true,
"**/build/**": false,
"**/coverage/**": true,
"**/npm/**": true
},
Expand Down
3 changes: 0 additions & 3 deletions commitlint.config.js

This file was deleted.

1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ _multiconfig.yml
!package-lock.json
.cache
public
yarn.lock
2 changes: 1 addition & 1 deletion docs/gatsby-config.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
const themeOptions = require('gatsby-theme-apollo-docs/theme-options');

module.exports = {
pathPrefix: '/docs/angular',
plugins: [
{
resolve: 'gatsby-theme-apollo-docs',
Expand All @@ -11,6 +10,7 @@ module.exports = {
subtitle: 'Apollo Angular',
description: 'A guide to using the Apollo GraphQL Client with Angular',
githubRepo: 'apollographql/apollo-angular',
defaultVersion: 1,
sidebarCategories: {
null: [
'index',
Expand Down
Loading

0 comments on commit dcacf04

Please sign in to comment.