From e2acc276d82e373289aed23632982589f676427c Mon Sep 17 00:00:00 2001 From: Bart Duisters <43420049+bartduisters@users.noreply.github.com> Date: Sat, 11 Jan 2020 17:41:26 +0100 Subject: [PATCH] Remove first sentence 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. --- docs/guides/schema.md | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/docs/guides/schema.md b/docs/guides/schema.md index 9d7b1bd66e2..711e1c2d7f4 100644 --- a/docs/guides/schema.md +++ b/docs/guides/schema.md @@ -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: - -
-
- Schema => ({ AdminUI, GraphQL })
-
-
-
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**