Jesse Rosenberger
e4977737e9
Rename slugs for "Essentials" pages to match other naming conventions.
...
Plus, slugs.
cc @JakeDawkins
2018-04-23 19:04:03 +03:00
Jesse Rosenberger
ded3aeb708
The backends section has been temporarily eradicated.
2018-04-23 12:29:44 +03:00
Evans Hauser
99a39907f4
add advanced section for scalars and enums
2018-04-22 23:40:56 -07:00
Evans Hauser
899dc68cd3
schema organization now places resolvers next to typeDefs
2018-04-22 22:53:29 -07:00
Evans Hauser
74431f57b7
initial information about schema organization lifted from GraphQL tools
2018-04-20 18:56:49 -07:00
Evans Hauser
4cb76e89e1
flesh out the schema/types
2018-04-20 16:30:02 -07:00
Evans Hauser
e3ea618788
resolvers and directives sections lifted from graphql-tools
2018-04-20 14:51:04 -07:00
Jesse Rosenberger
82caa753cd
Shuffle schema/query/resolver content bucketing.
2018-04-20 22:01:49 +03:00
Jesse Rosenberger
200c385757
Remove some leftover artifacts.
2018-04-20 21:54:51 +03:00
Evans Hauser
c7854a469c
add mutation sections to authentication and import -> require
2018-04-20 11:33:44 -07:00
Jesse Rosenberger
6042c08011
Random spelling fixes.
2018-04-20 21:16:46 +03:00
Jesse Rosenberger
3acdacbfa9
Context 👋
2018-04-20 20:36:32 +03:00
Jesse Rosenberger
1d09c86f32
title: Fetching data
2018-04-20 20:25:23 +03:00
Jesse Rosenberger
f2b27a6630
Title: Running a server.
2018-04-20 20:22:52 +03:00
Jesse Rosenberger
476433418c
Change subtitles.
2018-04-20 20:03:50 +03:00
Jesse Rosenberger
cb792f5f0d
Use a directory called images
instead of img
.
...
While a lose convention, `images` is more common and more explicit.
2018-04-20 19:38:48 +03:00
Jesse Rosenberger
b605f43115
Follow up on deploy
=> deployment
renaming.
2018-04-20 19:36:08 +03:00
Jesse Rosenberger
7e58b7a24d
GraphQL syntax highlighting with "graphql" type.
2018-04-20 19:35:27 +03:00
Jesse Rosenberger
70c1d79a64
Bash syntax highlighting to just "Shell".
2018-04-20 19:34:35 +03:00
Jesse Rosenberger
081e69faf8
"Why Apollo?" 👉 "Why Apollo Server?"
2018-04-20 19:25:24 +03:00
Jesse Rosenberger
bb6fb52094
Add lambda
2018-04-20 17:52:27 +03:00
Jesse Rosenberger
770c12cc30
Remove secrets.
2018-04-20 17:52:01 +03:00
Jesse Rosenberger
c475f95fd2
Infrastructure 👋
2018-04-20 17:46:39 +03:00
Jesse Rosenberger
ac8d19a594
Backends 👋
2018-04-20 17:44:40 +03:00
Jesse Rosenberger
d68695ed91
Remove Engine.
2018-04-20 17:32:08 +03:00
Jesse Rosenberger
cc6c8921cc
Remove subscriptions.
2018-04-20 17:30:48 +03:00
Jesse Rosenberger
3c79bf17e8
Remove schema stitching.
2018-04-20 17:30:23 +03:00
Jesse Rosenberger
d0b24a2381
Follow-up on previous commit.
2018-04-20 17:29:11 +03:00
Jesse Rosenberger
e2c2e200f4
Move building queries and mutations into building a schema.
2018-04-20 17:20:30 +03:00
Jesse Rosenberger
0e8e490ba1
Re-structure per conversation with @evans and @jbaxleyiii.
2018-04-20 17:12:18 +03:00
Jesse Rosenberger
7895d0ea30
Rename "deployment/best-practices" page to "deployment/index".
...
This will allow `/deployment` to be the "basics" page for deployment and
avoid re-using the term "Best Practices" in a section that isn't inside the
"best practices" portion of the guide.
2018-04-20 15:56:44 +03:00
Jesse Rosenberger
6d452309ed
Move 'deploy/' to 'deployment/' to align with other directory name conventions.
2018-04-20 15:31:39 +03:00
Jesse Rosenberger
dd2a79e929
Move query mechanics into schema essentials.
2018-04-20 15:30:18 +03:00
Evans Hauser
43a7a99f2e
add deploy section for heroku
2018-04-19 21:41:27 -07:00
Evans Hauser
9c9dd52d28
Add best practices for authentication
2018-04-19 20:33:52 -07:00
Jesse Rosenberger
34d4c668ae
Remove TODO links marked with "XXX".
...
These are better as blank links so we can just search for `()`.
2018-04-19 15:00:41 +03:00
Jesse Rosenberger
6e82434124
A spellcheck pass.
2018-04-19 14:51:15 +03:00
Jesse Rosenberger
8d5a37f1f0
👾 Update docs with content from Glitch.
2018-04-19 14:19:36 +03:00
Jesse Rosenberger
582c3cdb99
⚓ Server "Simple" (non-middleware)
2018-04-11 17:28:45 +03:00
Jesse Rosenberger
48aa02fe3b
[wip] (docs) getting-started.md 🐝
2018-04-10 23:37:17 +03:00
James Baxley
2d9b47bc2d
updates from feedback with @abernix
2018-04-05 09:53:52 -04:00
James Baxley
53efef676e
added some more outlines
2018-04-05 02:31:10 -04:00
James Baxley
acbfba50ab
initial starting point for new docs
2018-04-05 01:24:56 -04:00
Sashko Stubailo
2f80d0680e
Update index.md ( #883 )
2018-03-16 10:46:24 +02:00
Jesse Rosenberger
3a0608ebc5
Tick off Prettier checkmarks, which were present on CI but not locally. ( #880 )
...
For reasons unbeknownst to me, the changes below were only being complained
about in the CI environment but _not_ when I ran `npm run lint` locally.
It seems partially related to the OS its ran on, so I imagine there might be
some other sub-dependency at play here. In an effort to fix this, I just
spawned a Ubuntu docker image, checked out this repository and ran the same
`npm run lint`. This produced identical results to Travis, so I ran
`npm run lint-fix`, then saved the `git diff` results and have applied this
locally.
This should allow us to re-enable `prettier` in CI, though I have plans to
separate that from the actual `npm test` runs. This should result in a better
workflow for managing PRs.
2018-03-16 10:25:07 +02:00
Sashko Stubailo
489c418efb
Update example.md
2018-03-15 13:05:32 -07:00
ericvera
d32695824a
Fixed the link to the requests doc ( #876 )
2018-03-13 19:38:01 +02:00
Laurin Quast
df51fd90da
Setup prettier ( #724 )
...
* Setup prettier and precommit hooks
* Format code with prettier
* Use husky because it works...
* Move prettier config to .prettierrc file
* Implement fixing markdown file formatting when running lint-fix script
* Format markdown files
* Add .json file formatting
* Fixes json file formatting
* Add pretteir linting step
* Remove tslint
* Use gitignore for prettier
* Fix linting errors
* Ignore submodule folder
2018-01-08 15:08:01 -08:00
Sashko Stubailo
b9260bcd13
Update index.md
2017-12-19 10:54:11 -08:00
Sashko Stubailo
fd946941c6
Update index.md
2017-12-19 10:53:07 -08:00