13 Commits

Author SHA1 Message Date
Tom Rutgers
9658dc4e38
Minor language changes 2018-10-01 22:12:13 +02:00
Maharshi Raval
91ec866321
Move the large comment to main content
As suggested, made the text concise and move it below the code block.
2018-09-06 00:51:05 +05:30
Maharshi Raval
f322118b54
An additional option of using jsDelivr
As brought up in #1711 , just using upkg lead to an issue and the documentation did not give desired result for a new user when unpkg.com had an outage. And added a comment the code mentioning that jsdelivr is also an option in case this happens again.
2018-09-05 12:41:44 +05:30
Jessica Parsons
cd8eddf8f6
Change inline absolute links to relative links (#1647) 2018-08-23 14:54:55 -05:00
Kurt collins
82a6256458 Edited for style and grammar across all Quick Start docs (#1637)
**Summary**

Noticed a lot of future tense, passive voice, and general formatting/wording changes to be made.

**A picture of a cute animal (not mandatory but encouraged)**
![image](https://user-images.githubusercontent.com/42543284/44362259-6f096c80-a48e-11e8-8734-c747491463c9.png)
2018-08-20 17:05:06 -04:00
Casey Schroeder
ffe1e0698d (docs) fixed typo in add-to-your-site.md (#1634)
**Summary**
Found and fixed typo on the "Add to Your Site" page.

**Test plan**
Checked preview

**A picture of a cute animal (not mandatory but encouraged)**
![sleepy-indy](https://user-images.githubusercontent.com/31967674/44357470-1f23a900-a480-11e8-93f0-6b9d2414d986.jpg)
2018-08-20 14:37:47 -04:00
Caleb
ebc2471c6b
docs(fix): revert prettier formatting on markdown files (#1612)
Prettier formatting our markdown files is causing bugs because of the
differences between Gatsby's parser and Prettier's. Also, Prettier
formats the inline code-blocks containing example CMS configs, but the
formatting it uses doesn't really make much sense or match the suggested
CMS config style.

It doesn't actually make much sense to format the docs anyway, since we
use the CMS itself to edit/generate them.
2018-08-14 11:33:13 -06:00
Chase Adams
dd56d6e2d9 docs(fix): public_folder greedy match for _ rendered (#1611) 2018-08-14 08:37:44 -06:00
Enrico Sacchetti
90e1b5c681 Docs: add context and links to documented features (#1477)
* docs(add-to-your-site): include verbose document links

- add extra references to config.yml

* docs(collection-types): provide consistent examples

- include link to configuration doc
- describe admin UI behaviour when accessing files

* docs(add-to-your-site): make authentication phrasing less biased

- add note regarding core behaviour fetching remote files

* docs(collection-types): add note about configurable branches

* docs(website): add more descriptive language to configuration notes

- include deep links to documentation where applicable

* docs(website): change link titles to match their target content
2018-08-07 16:33:47 -07:00
Caleb
f801b19221 chore: add code formatting and linting (#952) 2018-08-07 16:46:54 -04:00
Max
4d6a1ebf8d docs: jigsaw source path (#1463)
* Add: jigsaw source path

* Fix: table alignment
2018-07-31 16:44:58 -06:00
Shawn Erquhart
34c8c2ad70
fix(build): output aliased cms.js w/ deprecation (#1526)
When loading Netlify CMS via script tag from a CDN, the file was named
`cms.js` until 2.0, when it was renamed to `netlify-cms.js` in alignment
with all packages outputting files that match the package name. To avoid
a lot of broken sites and confusion, this commit outputs both filenames
and prints a deprecation warning to the console in `cms.js` only.
2018-07-27 11:08:17 -04:00
Zeb Pykosz
04c44518b2 convert website from hugo to gatsby (#1369) 2018-07-25 07:47:26 -04:00