added breaks to list (#28904)

* added breaks to list

added breaks to Data Sources section for readability

* fix: properly formatted ordered list
This commit is contained in:
agrygo
2019-02-11 16:43:18 -07:00
committed by Randell Dawson
parent ad96c3b71e
commit c7b75a42eb

View File

@ -14,9 +14,9 @@ Gatsby builds sites with the data provided by developer, regardless of the sourc
#### Data sources
Gatsby accepts the data behind the site in various formats, such as:
1- CMSs: Wordpress, Contenful, Drupal, etc.
2- Markdown: Documentation, posts, etc.
3- Data: APIs, Databasses, JSON, CSV, etc.
1. CMSs: Wordpress, Contenful, Drupal, etc.
2. Markdown: Documentation, posts, etc.
3. Data: APIs, Databasses, JSON, CSV, etc.
#### Build
Gatsby's build is powered by GraphQL and rendered through HTML, CSS, and React.