147 Commits

Author SHA1 Message Date
Shawn Erquhart
407c034381
chore: fix logo spacing in readme 2019-06-03 19:26:44 -04:00
Jennifer Shehane
9f7deb93f6 docs: add cypress to services in readme (#2346) 2019-05-28 21:48:29 -04:00
Ahmad Awais ⚡️
4cd32041b0 👌 IMPROVE: Accessibility & Lingo (#2273)
Small PR to address a few Accessibility & Lingo issues. Adds alt tags and fixes lingo.

Hoping to contribute more. 👍
2019-04-06 00:05:44 +02:00
Pavneet Singh Saund
2df13ab1d7 docs: update readme summary (#2239) 2019-03-25 14:12:34 -04:00
Shawn Erquhart
ab15ee910f chore: remove outdated info from primary readmes 2018-11-14 11:28:28 -05:00
jacob
87768ee2c8 docs: Add CONTRIBUTING.md link to README.md (#1822)
I felt like this document should be referenced in the README so that new users don't have to go looking for it.

**Summary**

I had to look around for this file, some people might not!

**A picture of a cute animal (not mandatory but encouraged)**
Me and my dogs:
![27575817_182959932310538_3964599695786901504_n](https://user-images.githubusercontent.com/11466782/47262251-f5e7bf00-d4a8-11e8-8c37-55e8215e23f1.jpg)
2018-10-24 16:45:57 -07:00
Jason Butz
cdcd51157f improvement(list-widget): support filtering entries in list widget (#1578) 2018-10-23 21:51:11 -04:00
Morgan Marshall
db213f4ee1 docs: add trailing slash to admin url reference (#1706) 2018-09-04 13:16:24 -04:00
Zeb Pykosz
9253506791 docs(website): convert docs mobile nav from select to nav element and list (#1696)
* website: redo mobile nav to use Link and be rid of select input

* fix react className prop

* add zebapy to contributors

* website: upgrade gatsby deps to release candidate

* fix lint
2018-08-31 12:25:42 -06:00
Shawn Erquhart
71987c002c
chore: temporarily remove all-contributors (#1683) 2018-08-28 17:46:39 -04:00
Bevan Wentzel
17530eb42a improvement: show quick add dropdown conditionally (#1679) 2018-08-28 12:38:56 -04:00
Glendon Hodges
8c2217720f docs: improve architecture.md grammar (#1677) 2018-08-28 11:52:33 -04:00
Yashu Mittal
9c4ff421af fix(docs): show Gitter sidebar above notification bar (#1610) 2018-08-27 15:51:25 -04:00
Mitchell Cash
a4ba66e1a6 Update contributing doc to better handle first run dpendency requirements (#1645)
The command `yarn start` is dependent on the `npm-run-all` package, therefore we can't recommend this as the first command someone runs after they just clone the repository in case they don't have it globally installed. Trying to `yarn start` without this package gets:

```
/bin/sh: run-s: command not found
error Command failed with exit code 127.
info Visit https://yarnpkg.com/en/docs/cli/run for documentation about this command.
```

Therefore, on first setup it is recommended to run `yarn bootstrap` as the first command.
2018-08-22 13:02:52 -04:00
Cory Williamson-Cardneau
dd5a7c6864 Issue 1038 (#1631)
* Added note to CONTRIBUTING intro with link to documentation contribution guide (/website/readme.md)

* Added cory-wc to contributors
2018-08-20 16:54:24 -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
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
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
Jake Rayson
0cd82f11cc chore(all-contributors): add growdigital me as contributor (#1603)
* add growdigital me as contributor

* add additional contribution types
2018-08-11 09:59:46 -06:00
Caleb
d2d6f0d623
chore(lint): fix all-contributors/prettier conflict 2018-08-10 08:43:20 -06:00
Caleb
f801b19221 chore: add code formatting and linting (#952) 2018-08-07 16:46:54 -04:00
Tyler Ipson
e1c8b7641d docs: update contributor docs to reflect lerna (#1523) 2018-07-27 11:05:51 -04:00
Gil Greenberg
042e23885f very minor padding adjustments (#1420) 2018-06-13 12:49:32 -04:00
Robert Karlsson
d9488458a9 Don't render hidden widgets in markdown visual editor (#1414) 2018-06-12 09:55:10 -04:00
Hasan Azizul Haque
448707e3c9 update contributor (#1370) 2018-06-07 17:09:28 -04:00
Evan Hennessy
b9ca64438c Add Plugin Contributor (#1387)
<!--
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**
Add Plugin Contributor https://github.com/hennessyevan/netlify-cms-widget-youtube
<!--
Explain the **motivation** for making this change.
What existing problem does the pull request solve?
-->

**- Test plan**

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

**- Description for the changelog**

<!--
Write a short (one line) summary that describes the changes in this
pull request for inclusion in the changelog:
-->

**- A picture of a cute animal (not mandatory but encouraged)**
![image](https://user-images.githubusercontent.com/16711653/40568474-bfb40350-6048-11e8-8d2e-3465cb8d8ba0.png)
2018-06-06 18:59:14 -04:00
Daniel Mahon
40494a4e43 Adds support for passing component type or element to PreviewContent, supports React.forwardRef (#1248) 2018-05-14 13:36:55 -04:00
Taylor D. Edmiston
7cdc73b914 Fix YAML code block formatting in docs (#1356)
* Fix YAML code block formatting in docs

* Add @tedmiston to contributors
2018-05-14 12:57:53 -04:00
Chris Swithinbank
04087026dd Add squash merges option for editorial workflow (#1330) 2018-05-14 11:46:37 -04:00
Eko Eryanto
70ec10feab chore: add contributor (#1349) 2018-05-12 12:02:38 -04:00
Damien Duhamel
a5d4fd41a4 Don’t try to validate an optional field if it is empty (#1237) 2018-04-24 12:28:09 -04:00
Maciej Matuszewski
df2d5c2432 fix: button alignment on older safari (#1227)
* Fix button alignment on older safari

* Add @maciejmatu to contributors
2018-04-12 08:15:11 -06:00
Shawn Erquhart
57b392f404 update readme logos 2018-04-11 17:54:25 -04:00
Shawn Erquhart
66ae59f45c
add service logos to readme (#1249) 2018-04-11 17:47:23 -04:00
Steve Lathrop
2f3a9d1e08 docs: Document display_url.
* Add contributor

* Document the display_url setting

* Fix typo in pattern example

* Locate Display URL doc section appropriately
2018-04-11 08:13:53 -06:00
Caleb
7b58f2f32b Add missing contributors. (#1241)
* Add missing contributors.

* typo
2018-04-09 15:12:50 -07:00
Jessica Parsons
d07476a33f Add crgeary, cntributor of SEO plugin 2018-04-09 13:24:30 -06:00
S. Suzuki
100f56220c Feature Reuest: Append slug: hour, minutes, secounds (#1207) 2018-04-05 08:16:18 -06:00
Jessica Parsons
fefd8bb398 Add jeremybise to contributors 2018-04-03 15:16:33 -06:00
Josh Dzielak
cc60dc9aa9 Improve readability of docs for extension field 2018-03-27 10:42:51 -06:00
Sam
a2d4267500 Allow adding items to be disabled for list widget (#1102) 2018-03-15 16:16:32 -04:00
Iñaki García
527d201ed5 Fix Collections List Sidebar css (#1103) 2018-02-27 16:58:33 -05:00
John Vandenberg
03d6b17518 README.md: Add missing whitespace 2018-02-26 13:19:24 -07:00
Caleb
6946faab7d fix allcontribs (#1130) 2018-02-22 14:49:19 -08:00
David Ko
a1023e89a1 remove min-width: desktop query for docs-nav (#1105) 2018-02-22 14:19:23 -08:00
xifengjin88
b4b5846824 added myself as contributor 2018-02-22 11:38:07 -05:00
Kristaps Taube
53f6427a26 Fix blank options in 'Select A Topic' drop-down in mobile browsers (#1124)
* Filter out topics with blank title

* Join as contributer
2018-02-21 13:21:40 -08:00
Pedro Duarte
49894d9fd9 Add label_singular to collection config (#1086) 2018-02-19 09:00:52 -08:00
Antonio Argote
952a6d509f fixes #1090 overcrowded header breaking cta (#1110)
* fix overcrowded header breaking cta

* add self to contributors
2018-02-17 09:00:34 -08:00
Swieckowski
afce6abbc2 Custom delimiters (#1064)
* frontmatter functions now exported as curried constructors

* changed formats.js to accomodate frontmatter.js changes

* can only use custom delimiters if format is specified

* reverting changes

* updated tests to reflect changes

* created tests for custom delimiters

* updated docs to reflect addition of custom delimiter configuration

* formatByExtension no longer takes custom delimiter

* missed some formatByExtension calls

* Edited the docs according to suggestions

* Throws an error if a custom delimiter is set without declaring frontmatter format

* Throws error if custom delimiter set without explicit and proper frontmatter format being declared

* example config file set to proper defaults

* moved frontmatterFormats to formats

* Update .all-contributorsrc

* updated contributions

* Clarify docs
2018-02-08 18:04:42 -07:00
Sol Park
1d41620509 Add collection label next to search results (#1068)
* add collection name next to title

Co-authored-by: Mike Romani <29218846+MichaelRomani@users.noreply.github.com>

* only show collection name when entries are searched

Co-authored-by: Mike Romani <29218846+MichaelRomani@users.noreply.github.com>

* add simple design to collection label

Co-authored-by: Mike Romani <29218846+MichaelRomani@users.noreply.github.com>

* remove  from higher components. Add props passing down directly from EntryListing

* fix design of collection label to top left corner

* update collection label styling to match workflow
2018-02-07 15:16:20 -07:00
README Bot
e29199003e Add CodeTriage badge to netlify/netlify-cms (#1084)
* Add CodeTriage badge to netlify/netlify-cms
2018-02-07 17:01:59 -05:00
Tim Carry
5b7fead286 Fix DocSearch link alignment (#1080)
Fix DocSearch link alignment
2018-02-07 15:30:56 -05:00
Doocey
61e0b23194 Add myself as a new NetlifyCMS contributor 2018-01-28 18:33:18 -07:00
ragasirtahk
60e9d160e7 Adding myself as contributor. 2018-01-27 09:54:57 -05:00
Sumeet Jain
22d8475e36 Adds @sumeetjain to contributors 2018-01-24 11:54:18 -05:00
remmah
ac4c87fd03 Note that Folder Collections require 'title' field (#1037) 2018-01-23 10:03:36 -05:00
delucis
c8766485bd Add @delucis to all-contributors list as requested in #1010. 2018-01-17 09:15:51 -07:00
Caleb
197fcc6785 Add missing contributors. (#996) 2018-01-10 17:09:21 -08:00
Caleb
e722373e89 Add ebernard as a contributor. 2018-01-10 16:16:45 -07:00
Henrique Cavalieri
1167f27939 New design for the widgets section in the docs (#866)
* Initial commit for the new widgets section

* Placing all the widgets and refining the CSS and Hugo logic

* Initial commit for the new widgets section

* Placing all the widgets and refining the CSS and Hugo logic

* Rebased and updated the info according to @verythorough contribution

* Fixing the yaml codes for the relation and select widget sections

* Merging with widgets.md and app.j

* Fixing some silly mistakes (sorry!)

* Following @verythorough contributions :)

* Adding the markdown widget and fixing the widgets container background

* Adding the URL functionality and myself as a contributor :)

* Adding myself as a contributor :)
2018-01-03 15:14:15 -07:00
David Jones
b371fe65b3 Add external oauth (#913)
* add python external oauth link to table

* remove code just documentation as contributor
2017-12-11 16:27:32 -07:00
imorente
e0f22cf202 Add neutyp to list of contributors (#897)
* Add neutyp to list of contributors

* Fix badge style.
2017-12-08 14:44:24 -08:00
Caleb
2533b69bcd Make docs links in README point to website. (#864) 2017-12-05 08:05:42 -08:00
Shawn Erquhart
8b24d1c12d
Fix badge consistency 2017-12-01 14:55:04 -05:00
Shawn Erquhart
6f3e3b92de
Fix gitter badge 2017-12-01 14:53:56 -05:00
Shawn Erquhart
f8c559a02c
Switch community info to Gitter 2017-12-01 14:50:29 -05:00
Igor Kuznetsov
2f75e3a286 Add igk1972 to contributors (#784) 2017-11-27 15:56:57 -05:00
Shawn Erquhart
8bd48e164b Revert "remove internal docs"
This reverts commit 8cfe2c549dc350bb7650c1b0321813c5f17ce2d8.
2017-11-27 14:22:11 -05:00
Shawn Erquhart
8cfe2c549d remove internal docs 2017-11-27 13:48:44 -05:00
Max Stoiber
55abeadf82 Add Spectrum badge (#839) 2017-11-27 09:18:59 -06:00
Shawn Erquhart
d9905b4a6a update chat link to Spectrum 2017-11-15 13:54:41 -05:00
Alexander Kushi-Willis
1acdb8ddf5 Add ackushiw as a contributor (#813) 2017-11-13 06:29:55 -08:00
Ernie Bello
fdeeb44ba3 add ebello to contributors 2017-11-11 17:19:20 -07:00
Tony Alves
d984113b98 Contributor/talves (#746) 2017-10-26 18:41:50 -06:00
Eric Jinks
9f7e92dd56 Add Contributor: Jinksi (#745) 2017-10-26 14:24:11 -07:00
Aquib Master
c97856c71d Flash an error on save when required fields are missed
- Add error type constants
- Flash an error message when the user saves without completing all required fields
- Surface presence errors
2017-10-26 13:58:37 -04:00
Frank Taillandier
b0bf60bd7d Docs: Add yourself as a contributor (#677) 2017-10-11 15:15:04 -07:00
Frank Taillandier
94a3941d9f Docs: Add contributors to README (#599)
* Add contributors

* Add contributors from CLI
2017-09-13 16:08:43 -07:00
Stuart Dum
9671fe8fda Fix small README typo 2017-03-22 08:51:21 -04:00
David Calavera
4764c6e2f8
Add section about the community to the README.
Mention the public Gitter channel to find members of the community.

Signed-off-by: David Calavera <david.calavera@gmail.com>
2017-03-20 10:56:46 -07:00
Rory Claasen
cf0062718e Changed she'll to they'll (#297) 2017-03-17 09:12:25 -07:00
Cássio Zen
916c890896 Updated README to reflect new Docs 2017-02-08 16:29:15 -02:00
Cássio Souza
72afa2b852 Reformatted auth steps 2017-01-24 17:25:36 -02:00
Rafael Conde
f991ee46be instructions to auth github 2017-01-22 13:09:20 +00:00
Cássio Souza
19f9394f6c Updated CMS version 2017-01-13 20:02:40 -02:00
Cássio Zen
e2ddaa7f2a Updated CMS version 2017-01-10 22:48:34 -02:00
Cássio Souza
a4d7622ade Asset API (#204)
Asset API
2017-01-10 22:23:22 -02:00
Ben Berman
9843413357 Fixed 3 typos in README
I honestly question whether these are typos considering the same mistake was made 3 times.
2016-12-11 21:12:45 -05:00
Cássio Zen
c424c99d07 Pointed unpkg build to 0.1.* 2016-11-29 20:36:43 -02:00
Mathias Biilmann Christensen
037df3f2a4 Improve README 2016-11-11 16:19:25 -08:00
Cássio Zen
dd71b59e9e version bump 2016-10-31 12:49:44 -02:00
Cássio Souza
d2c6660530 typo 2016-10-24 18:36:22 -02:00
Cássio Souza
2bd3e5eda3 Pointed to asset files on unpkg 2016-10-24 18:33:45 -02:00
David Calavera
b1464dc2b1
Add LICENSE for the react version.
Signed-off-by: David Calavera <david.calavera@gmail.com>
2016-09-22 09:36:14 -07:00
Cássio Zen
3e22b13612 updated Readme 2016-09-20 11:29:45 -03:00
Mathias Biilmann Christensen
75231bee83 Add README 2016-06-05 12:48:28 -07:00