Skip to content

Commit

Permalink
Remove first sentence (#2214)
Browse files Browse the repository at this point in the history
After reading the quick start pages, the first page is this one. It talks about KeystoneJS being 3 distinct pieces and then shows some arrow function. However, it is unclear what this is doing here. The schema describes the data model (which is the title of this page) and then it talks about AdminUI and GraphQL ... which, as far as I understand are two separate apps that can be wired in.

This piece is confusing to me and I can't place it anywhere in the context, hence the PR to delete it.

Co-authored-by: Mike <[email protected]>
  • Loading branch information
bartduisters and MadeByMike committed Jan 12, 2020
1 parent 17febf3 commit f12c9a2
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions docs/guides/schema.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,19 +5,11 @@ title: Data modeling - Lists & Fields

# Data modeling - Lists & Fields

KeystoneJS is comprised of 3 distinct pieces, which can be described as:

<pre>
<code>
Schema => (&#x0007B; <a href="/keystonejs/app-admin-ui">AdminUI</a>, <a href="/guides/intro-to-graphql">GraphQL</a> &#x0007D;)
</code>
</pre>

A **Schema Definition** (_often abbreviated to 'Schema'_) is defined by

- a set of **Lists**
- containing one or more **Fields**
- which each have a **Type**.
- which each have a **Type**
<!-- TODO: Link to glossary -->

<!-- TODO: Make this a component that can be imported somehow -->
Expand Down

0 comments on commit f12c9a2

Please sign in to comment.