Skip to content

Commit

Permalink
Update tutorial docs to remove src from schema output path in gqty.…
Browse files Browse the repository at this point in the history
…config.js (#475)

* Docs permalinks (#469)

* Increment packages to 0.10.1 (#449)

* WIP: Permalinks docs

* fix: docs features icon (#450)

* fix: revision typings are using proper maybe checks (#452)

* fix: revision typings are using proper maybe checks

* fix: lint

* Releasing 0.10.2 (#453)

* chore: 0.10.2

* fix: allowing npm i to pass

* fix: npm audit

* fix: tests passing

* fix: (#406) updating development instructions for releasing

* Reference correct path for DEVELOPMENT.md (#464)

* Finish permalinks docs

Co-authored-by: Will Johnston <wjohnsto@users.noreply.github.com>
Co-authored-by: William Johnston <will@wwj.dev>
Co-authored-by: Brandon DuRette <bdurette@users.noreply.github.com>

* Fix example of `gqty.config.js` in doc (#470)

* Increment packages to 0.10.1 (#449)

* fix: docs features icon (#450)

* fix: revision typings are using proper maybe checks (#452)

* fix: revision typings are using proper maybe checks

* fix: lint

* Releasing 0.10.2 (#453)

* chore: 0.10.2

* fix: allowing npm i to pass

* fix: npm audit

* fix: tests passing

* fix: (#406) updating development instructions for releasing

* Reference correct path for DEVELOPMENT.md (#464)

* Only include necessary files in npm packages (#465)

* fix: npm ignore core package

* fix: npm ignore next package

* fix: npm ignore react package

* Update license year

* Create a docs page for release notes (#468)

* create a release notes page for future changes

* Update release notes description

* Use site-dev as the edit url for docs

* Update codeowners for faustjs-maintainers (#467)

* Update the gqty.config.js example file in the docs

Co-authored-by: Will Johnston <wjohnsto@users.noreply.github.com>
Co-authored-by: William Johnston <will@wwj.dev>
Co-authored-by: Brandon DuRette <bdurette@users.noreply.github.com>

* Update preview docs to reflect recent changes in Previews (#471)

* Increment packages to 0.10.1 (#449)

* fix: docs features icon (#450)

* fix: revision typings are using proper maybe checks (#452)

* fix: revision typings are using proper maybe checks

* fix: lint

* Releasing 0.10.2 (#453)

* chore: 0.10.2

* fix: allowing npm i to pass

* fix: npm audit

* fix: tests passing

* fix: (#406) updating development instructions for releasing

* Reference correct path for DEVELOPMENT.md (#464)

* Only include necessary files in npm packages (#465)

* fix: npm ignore core package

* fix: npm ignore next package

* fix: npm ignore react package

* Update license year

* Create a docs page for release notes (#468)

* create a release notes page for future changes

* Update release notes description

* Use site-dev as the edit url for docs

* Update codeowners for faustjs-maintainers (#467)

* Update preview guide to reflect recent changes

Co-authored-by: Will Johnston <wjohnsto@users.noreply.github.com>
Co-authored-by: William Johnston <will@wwj.dev>
Co-authored-by: Brandon DuRette <bdurette@users.noreply.github.com>

* Docs update guides (#473)

* Increment packages to 0.10.1 (#449)

* fix: docs features icon (#450)

* fix: revision typings are using proper maybe checks (#452)

* fix: revision typings are using proper maybe checks

* fix: lint

* Releasing 0.10.2 (#453)

* chore: 0.10.2

* fix: allowing npm i to pass

* fix: npm audit

* fix: tests passing

* fix: (#406) updating development instructions for releasing

* Reference correct path for DEVELOPMENT.md (#464)

* Only include necessary files in npm packages (#465)

* fix: npm ignore core package

* fix: npm ignore next package

* fix: npm ignore react package

* Update license year

* Create a docs page for release notes (#468)

* create a release notes page for future changes

* Update release notes description

* Use site-dev as the edit url for docs

* Update codeowners for faustjs-maintainers (#467)

* Update guides to reflect recent changes in Faust

Co-authored-by: Will Johnston <wjohnsto@users.noreply.github.com>
Co-authored-by: William Johnston <will@wwj.dev>
Co-authored-by: Brandon DuRette <bdurette@users.noreply.github.com>

* Update readme to use faustjs.org links

* use ./src/client/index.ts -> ./client/index.ts

The tutorial does not use a `src` directory. Reflecting these changes in the gqty.config.js

Co-authored-by: Will Johnston <wjohnsto@users.noreply.github.com>
Co-authored-by: William Johnston <will@wwj.dev>
Co-authored-by: Brandon DuRette <bdurette@users.noreply.github.com>
  • Loading branch information
4 people committed Sep 16, 2021
1 parent 428342e commit 7194991
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/setup-faustjs.mdx
Expand Up @@ -117,7 +117,7 @@ const config = {
endpoint: `${process.env.NEXT_PUBLIC_WORDPRESS_URL}/graphql`,
headers: {},
},
destination: './src/client/index.ts',
destination: './client/index.ts',
subscriptions: false,
javascriptOutput: false,
};
Expand Down

0 comments on commit 7194991

Please sign in to comment.