196 Commits

Author SHA1 Message Date
Yashu Mittal
9c4ff421af fix(docs): show Gitter sidebar above notification bar (#1610) 2018-08-27 15:51:25 -04:00
Shawn Erquhart
f9a84b5aa6 update website release ticker 2018-08-27 15:43:03 -04:00
Zeb Pykosz
f58db5fb08 docs: migrate website to Gatsby v2 (#1623)
* website: initial conversion to gatsby v2

* fix unexpected history use warning

* use commonjs only to fix gatsby error

* fix gatsby import error with sidecar

* remove unused postcss-colour-functions

* remove unused prop

* lowercase layout filename import to match actual file

* chore(lint): format code
2018-08-23 15:58:38 -06:00
Jessica Parsons
cd8eddf8f6
Change inline absolute links to relative links (#1647) 2018-08-23 14:54:55 -05:00
Jake Peterson
9b5d189e29 added bael blog template (#1548) 2018-08-23 15:25:23 -04: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
Kurt collins
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
Casey Schroeder
0adfd4f04c (docs) fixed 404s and minor typos (#1639)
**Summary**
Fixed 404s (converted absolute links to relative links) and minor typos across several pages.

**Test plan**
Previewed locally

**A picture of a cute animal (not mandatory but encouraged)**
![pups](https://user-images.githubusercontent.com/31967674/44364132-353b6480-a494-11e8-9b01-ff7d32bfceda.jpg)
2018-08-20 16:37:10 -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
Kurt collins
297bedbfc7 Editing intro.md for style and grammar (#1630)
Updated some formatting and style for readability.

**Summary**

Looking through the docs and found some language that didn't read clearly or was formatted strangely. I decided to update the file for readability.

**Test plan**

**A picture of a cute animal (not mandatory but encouraged)**
![image](https://user-images.githubusercontent.com/42543284/44350791-38235e80-a46e-11e8-8bf5-6fd96d2bf598.png)
2018-08-20 14:32:52 -04:00
Soumya Ranjan Mohanty
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
Gil Greenberg
1fbe5b5957 improvement: Add Hint Option to all Widgets (#1429)
* Add hint to example admin config

* Add hint and hint position boolean above/below widget

* Style hint for both above and below widget

* Add hint and hint_above options to docs

* Remove hint above and make hint plaintext
2018-08-16 13:51:29 -07:00
Chase Adams
8ee7221b3c docs(fix): #1613 link to demo configuration code for widgets (#1620) 2018-08-15 11:11:03 -06: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
Tony Alves
583377bc92 docs(fix): widget example code layout on Site (#1606)
* Fix widget example layout

* Stop running MarkDown through Prettier.
2018-08-14 08:37:07 -06:00
Caleb
324c74061a
chore(lint): fix failing CI builds (#1589) 2018-08-07 19:28:27 -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
Shawn Erquhart
32e0a9b2b5
docs: fix github stars button (#1588) 2018-08-07 15:07:15 -04:00
Shawn Erquhart
328ef09820 chore: update release ticker 2018-08-07 13:29:39 -04:00
Caleb
88f7dca328 chore(lint): cleanup unused variables in code (#1563) 2018-08-07 11:53:31 -04:00
Kaycee
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
Shawn Erquhart
b79c042e9e
chore(e2e): add cypress integration test of editorial workflow (#1573) 2018-08-03 19:23:43 -04:00
Shawn Erquhart
cd6e8de3d3 update website release ticker 2018-08-01 15:14:48 -04:00
Shawn Erquhart
f937d08747 chore: update website release ticket 2018-08-01 14:27:22 -04:00
Max
4d6a1ebf8d docs: jigsaw source path (#1463)
* Add: jigsaw source path

* Fix: table alignment
2018-07-31 16:44:58 -06:00
Caleb
5a27fb8b9d chore: fix miscellaneous errors from linters (#1555) 2018-07-31 17:03:46 -04:00
Michael
7424540b0d update href to include a valid URL. (#1533) 2018-07-28 16:34:07 -04: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
Jessica Parsons
d797c8c9a7
Push date 2018-07-26 11:17:17 -07:00
Jessica Parsons
26f7c38a9f
Add 2.0 notification banner (#1519) 2018-07-25 16:26:33 -07:00
Jessica Parsons
232adbc69a
Create netlify-cms-2-0-launches-with-bitbucket-support-and-a-new-monorepo-architecture.md 2018-07-25 11:58:31 -07:00
Zeb Pykosz
04c44518b2 convert website from hugo to gatsby (#1369) 2018-07-25 07:47:26 -04:00
Jessica Parsons
d6c03707d8
Update docs to add Bitbucket support (#1512)
* Update docs to add Bitbucket support

* Update doc to remove Git Gateway support for BB

* Update Bitbucket info based on review
2018-07-24 17:33:53 -07:00
Brian Webb
e775ea6408 And training forward slash to example URI for GitLab (#1507)
The example URI for creating an application in GitLab does not contain a trailing `/` but the Netlify CMS admin oauth implicit grant request to GitLab does include a trailing `/`.  This results in a failure with GitLab not matching the URI and returning an error. 

Following the example explicitly as most will do with copy-paste,  `https://example.com/app/admin` will be entered. Then the Netlify admin login will send `https://example.com/app/admin` and the URI will not match and GitLab will show an error indicating the URI is invalid.

The easy fix for the user is just to put the trailing `/` ... `https://example.com/app/admin/`.

I updated that example string in the hopes that users will not have to figure this out on their own in the future.
2018-07-24 07:47:58 -07:00
Shawn Erquhart
9838673929 update doc site release ticker 2018-07-21 12:10:01 -04:00
Shawn Erquhart
264b7ba26e update changelog 2018-07-03 10:22:25 -04:00
Kaligule
a2cacac0e5 Fix indentation in config example (#1447) 2018-06-17 08:45:41 -04:00
Shawn Erquhart
b2a3ab2918
fix docs site deploy failures (#1442) 2018-06-14 14:31:46 -04:00
Jessica Parsons
a7891e9f1c
Fix the date on the first blog post 2018-06-13 14:00:07 -07:00
Jessica Parsons
40327e22aa Last-minute website tweaks for GitLab release (#1428) 2018-06-12 12:04:43 -04:00
Shawn Erquhart
3f514372ab update site release ticker 2018-06-12 10:23:01 -04:00
Jessica Parsons
b47bb66a3b Add GitLab backend to docs (#1413) 2018-06-12 09:42:51 -04:00
Jessica Parsons
edfd35dfdc Add blog to docs site (#1419) 2018-06-11 22:09:44 -04:00
Shawn Erquhart
9fd0ff4a6a
return date object from date/datetime widgets if no format set (#1296)
* return date object from date/datetime widgets if no format set

BREAKING CHANGE

As of 1.0, the documented behavior for the date and datetime widgets was
to always return a string value, but they were instead returning a date
object if the default date was not manually changed by the user. This
was addressed in #1143, but it became clear afterward that static site
generators were depending on the raw date objects that Netlify CMS was
unintentionally producing. Remaining as is or addressing the bug were
both "breaking" states, so this commit reverts to producing raw date
objects when no format is explicitly set.

It is now considered an edge case to require string dates, as most
static site generators expect to parse a raw date against formatting in
a site's templates.

Also note that this commit improves the original behavior by always
providing a date object when no format is provided, even if the user
manually changes the value.

* produce raw date when no format is provided
2018-05-25 12:03:44 -04:00
Shawn Erquhart
714e4b89ba Update Updates “releases” 2018-05-23 17:43:42 -04:00
Shawn Erquhart
e6109d56d2 use squash merges in docs site cms 2018-05-23 17:42:54 -04:00
Shawn Erquhart
2c76819a57 Update Updates “releases” 2018-05-23 17:39:42 -04:00
Chris Swithinbank
8ab5ca560c Enable user-configured commit message templates (#1359) 2018-05-23 16:57:56 -04:00