15 Commits

Author SHA1 Message Date
fbbc8c1dc8 docs: fix preact-cli repo link (#2781) 2019-10-22 20:49:40 -04:00
09c2b0ab23 docs: add Preact CLI as a starter option (#2759) 2019-10-22 13:40:07 -04:00
f87eda6992 docs: add condition to access section (#2625) 2019-09-05 17:39:38 -04:00
adc4e50ba1 Clarify the difference between Netlify.com and Netlify CMS (#1760) 2018-09-29 09:38:58 -04:00
422d40fca2 Update Docs “start-with-a-template” (#1758)
Automatically generated. Merged on Netlify CMS.
2018-09-18 10:38:29 -04:00
2ed4faba97 Update Docs “start-with-a-template” (#1735)
Automatically generated. Merged on Netlify CMS.
2018-09-08 22:55:46 -04:00
59aa2045d5 improve hugo logo size 2018-09-07 16:08:03 -04:00
2d81bb0816 docs: add gatsby v2 note, starter icons (#1730) 2018-09-07 13:07:41 -04:00
2c6eed81dd docs(templates): Add middleman starter to 'start with a template' page in docs (#1699) 2018-08-31 15:07:11 -06:00
2eef7c46be Editing start-with-a-template.md for style and grammar (#1633)
Edited for present tense and active voice, as well as some ambiguous wording.
2018-08-20 16:51:57 -04:00
3b64ed0141 Fix 404 links (#1604)
<!--
Thanks for submitting a pull request!

Please make sure you've read and understood our contributing guidelines;
https://github.com/netlify/netlify-cms/blob/master/CONTRIBUTING.md

If this is a bug fix, make sure your description includes "fixes #xxxx", or
"closes #xxxx", where #xxxx is the issue number.

Please provide enough information so that others can review your pull request.
The first three fields are mandatory:
-->

**- Summary**

<!--
Explain the **motivation** for making this change.
What existing problem does the pull request solve?
-->

Was going through the quick-start and noticed 404 to links

**- Test plan**

<!--
Demonstrate the code is solid.
Example: The exact commands you ran and their output, screenshots / videos if the pull request changes UI.
-->
Just simple link changes.
**- Description for the changelog**

<!--
Write a short (one line) summary that describes the changes in this
pull request for inclusion in the changelog:
-->
e.g Changed (https://netlifycms.org/docs/hello) to (/docs/hello)
**- A picture of a cute animal (not mandatory but encouraged)**
![Cute cat](https://i.imgur.com/xkKw5r8.jpg "Logo Title Text 1")
2018-08-20 14:09:24 -04:00
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
f801b19221 chore: add code formatting and linting (#952) 2018-08-07 16:46:54 -04:00
317cc1218f docs: fixed two broken links. (#1579)
Fixed two links. Hope this helps! Great job on Netlify by the way!
2018-08-05 13:09:44 -06:00
04c44518b2 convert website from hugo to gatsby (#1369) 2018-07-25 07:47:26 -04:00