824 Commits

Author SHA1 Message Date
Stéphane Klein
8874769b31
feat: sanitize media filenames according to global slug setting (#3315) 2020-02-25 19:12:11 +01:00
Joel Mukuthu
1d137a09e8
docs: link to beta support for editorial workflow (#3317) 2020-02-25 08:44:23 +01:00
Erez Rokah
5ea1554a07
fix: add 'rel' attirubte to edit link (#3293) 2020-02-20 16:38:34 +01:00
Shawn Erquhart
783440e370
chore: use cms w/ open authoring for site edits (#3287) 2020-02-19 16:55:10 -05:00
Bruno Duyé
151fa90da4
doc: beta netlify-cms-proxy-server - add missing "backend" (#3249) 2020-02-13 15:26:00 +02:00
Erez Rokah
ab685e8594
fix: change getAsset to not return a promise (#3232)
* fix: change getAsset to not return a promise

* fix: update markdown widget per getAsset changes

* test: fix editor component image test

* docs: update getAsset docs
2020-02-12 19:12:36 -05:00
Bruno Duyé
19fdc161d8
docs: add a mention that test-repo backend can't access to local file… (#3230)
Co-authored-by: Erez Rokah <erezrokah@users.noreply.github.com>
2020-02-12 09:00:53 +02:00
Erez Rokah
d61841f9db
fix(website): missing headers anchors (#3218) 2020-02-10 16:13:38 +02:00
Shawn Erquhart
4aba6baf9a
docs: add recent beta feature release versions (#3212) 2020-02-09 08:15:07 +02:00
Shawn Erquhart
b2a20b4ab4 chore: update release ticker 2020-02-05 19:29:14 -05:00
Erez Rokah
614f1aea63
feat(core): auto detect proxy server on load (#3195)
* feat: auto detect proxy server on load

* fix: opt-in for auto proxy server detection
2020-02-05 10:56:11 -05:00
Erez Rokah
18e284ece8
feat: add preUnpublish, postUnpublish events (#3196) 2020-02-04 13:49:30 +02:00
Mohit kumar Bajoria
a4a721591f
docs: fix overflow issue (#3191) 2020-02-04 11:00:21 +02:00
Erez Rokah
68dd3c1de7
fix(www-website): fix link to community, fix CMS previews (#3189) 2020-02-04 09:16:48 +02:00
tiuweehan
9c76a140c7
docs: fix media library usage (#3181) 2020-02-03 01:05:33 -08:00
Josh Deltener
4046345727
docs(nuxt): add note about setting mode to universal 2020-02-01 20:46:46 -08:00
Shawn Erquhart
44d8429c06 chore: update release ticker 2020-01-31 17:04:44 -08:00
Erez Rokah
0d7e36ba79
feat: add prePublish,postPublish events (#3172) 2020-01-31 16:44:01 -08:00
Shawn Erquhart
fd9e2c89f2
feat(select-widget): add min/max validation (#3171) 2020-01-30 17:53:46 -08:00
Erez Rokah
deaaf9f00c
docs: create proxy-server docs (#3168) 2020-01-30 11:31:26 -08:00
Nandor Biro
7a1d44ad09
docs(list-widget): add collapsed option to list widget docs (#3090) (#3165) 2020-01-29 09:59:02 -08:00
Shawn Erquhart
6594b9b039 chore: update release ticker 2020-01-28 18:24:06 -08:00
Rouven Bühlmann
a9b350d988 Docs(nuxt): Do not slice the first two chars of the file name (#3152) 2020-01-27 21:45:53 -08:00
adrian5
66e2b1f084 docs: minor adjustment to Beta features page (#3154) 2020-01-27 21:30:21 -08:00
Shawn Erquhart
cdfae21af9 chore: update release ticker 2020-01-26 13:58:38 -05:00
Shawn Erquhart
34c9c2d16b chore: update release ticker 2020-01-23 21:56:31 -05:00
Zeb Pykosz
3d474b1944 docs: convert website from postcss to emotion (#2068) 2020-01-23 21:55:17 -05:00
Shawn Erquhart
eaaa9244e7 chore: update release ticker 2020-01-22 22:25:22 -05:00
Shawn Erquhart
3ca9a1ba5e chore: update release ticker 2020-01-22 17:08:56 -05:00
Erez Rokah
cf57da223d Feat: media folders templates (#3116)
* refactor: typescript backendHelper

* test: add string templating tests

* test: add createPreviewUrl invalid date test

* refactor: move all formatters to one file

* feat: support media folders templating

* feat: add filename and extension template variables

* feat: support paths in string templates

* docs: add media folder templating docs

* style(docs): remove line break
2020-01-22 13:42:24 -05:00
Shawn Erquhart
07fa5b316c chore: update release ticker 2020-01-16 10:26:22 -05:00
Shawn Erquhart
2e1e2197b0 chore: update release ticker 2020-01-14 18:47:22 -05:00
Erez Rokah
6f221ab3c1 Feat: editorial workflow bitbucket gitlab (#3014)
* refactor: typescript the backends

* feat: support multiple files upload for GitLab and BitBucket

* fix: load entry media files from media folder or UI state

* chore: cleanup log message

* chore: code cleanup

* refactor: typescript the test backend

* refactor: cleanup getEntry unsued variables

* refactor: moved shared backend code to lib util

* chore: rename files to preserve history

* fix: bind readFile method to API classes

* test(e2e): switch to chrome in cypress tests

* refactor: extract common api methods

* refactor: remove most of immutable js usage from backends

* feat(backend-gitlab): initial editorial workflow support

* feat(backend-gitlab): implement missing workflow methods

* chore: fix lint error

* feat(backend-gitlab): support files deletion

* test(e2e): add gitlab cypress tests

* feat(backend-bitbucket): implement missing editorial workflow methods

* test(e2e): add BitBucket backend e2e tests

* build: update node version to 12 on netlify builds

* fix(backend-bitbucket): extract BitBucket avatar url

* test: fix git-gateway AuthenticationPage test

* test(e2e): fix some backend tests

* test(e2e): fix tests

* test(e2e): add git-gateway editorial workflow test

* chore: code cleanup

* test(e2e): revert back to electron

* test(e2e): add non editorial workflow tests

* fix(git-gateway-gitlab): don't call unpublishedEntry in simple workflow

gitlab git-gateway doesn't support editorial workflow APIs yet. This change makes sure not to call them in simple workflow

* refactor(backend-bitbucket): switch to diffstat API instead of raw diff

* chore: fix test

* test(e2e): add more git-gateway tests

* fix: post rebase typescript fixes

* test(e2e): fix tests

* fix: fix parsing of content key and add tests

* refactor: rename test file

* test(unit): add getStatues unit tests

* chore: update cypress

* docs: update beta docs
2020-01-14 17:15:14 -05:00
Erez Rokah
b733419264
docs: update getAsset documentation (#3080) 2020-01-13 17:28:01 +02:00
adrian5
63ae92428a docs: update datetime widget description (#3063) 2020-01-12 11:30:27 +02:00
Mauro Bieg
24a81ef9b7 Add media_library.config.max_file_size option (#3028)
* feat: add media_library.config.max_file_size option
2020-01-09 19:56:11 +02:00
JoelWee
9fc661e00d docs: Update Cloudinary.md (#3051)
Include information about security concerns on the api_key.
2020-01-08 19:23:46 +02:00
Shawn Erquhart
14752a7eb2 chore: update release ticker 2020-01-07 17:43:42 -05:00
Alucard17
7942db52a4 docs: Add Sapper Static folder Location (#3040) 2020-01-07 15:19:14 +02:00
Shawn Erquhart
e262e88ec1
docs: add code widget docs (#3023) 2020-01-03 21:09:08 -05:00
Shawn Erquhart
32f49683b1
docs: remove outdated accept_roles reference (#3022) 2020-01-03 13:35:12 -05:00
Shawn Erquhart
ac6d788663 chore: update website release ticker 2019-12-19 16:23:19 -05:00
Erez Rokah
2b41d8a838 feat: bundle assets with content (#2958)
* fix(media_folder_relative): use collection name in unpublished entry

* refactor: pass arguments as object to AssetProxy ctor

* feat: support media folders per collection

* feat: resolve media files path based on entry path

* fix: asset public path resolving

* refactor: introduce typescript for AssetProxy

* refactor: code cleanup

* refactor(asset-proxy): add tests,switch to typescript,extract arguments

* refactor: typescript for editorialWorkflow

* refactor: add typescript for media library actions

* refactor: fix type error on map set

* refactor: move locale selector into reducer

* refactor: add typescript for entries actions

* refactor: remove duplication between asset store and media lib

* feat: load assets from backend using API

* refactor(github): add typescript, cache media files

* fix: don't load media URL if already loaded

* feat: add media folder config to collection

* fix: load assets from API when not in UI state

* feat: load entry media files when opening media library

* fix: editorial workflow draft media files bug fixes

* test(unit): fix unit tests

* fix: editor control losing focus

* style: add eslint object-shorthand rule

* test(cypress): re-record mock data

* fix: fix non github backends, large media

* test: uncomment only in tests

* fix(backend-test): add missing displayURL property

* test(e2e): add media library tests

* test(e2e): enable visual testing

* test(e2e): add github backend media library tests

* test(e2e): add git-gateway large media tests

* chore: post rebase fixes

* test: fix tests

* test: fix tests

* test(cypress): fix tests

* docs: add media_folder docs

* test(e2e): add media library delete test

* test(e2e): try and fix image comparison on CI

* ci: reduce test machines from 9 to 8

* test: add reducers and selectors unit tests

* test(e2e): disable visual regression testing for now

* test: add getAsset unit tests

* refactor: use Asset class component instead of hooks

* build: don't inline source maps

* test: add more media path tests
2019-12-18 11:16:02 -05:00
zemlya-studio
dd754e9377 docs(nextjs): fixed webpack loader error (#2946)
A simple fix that allows webpack to build.
2019-12-03 09:29:50 +02:00
Charlie Bevis
553264f136 docs(jekyll): "Indentity" -> "Identity" (#2945) 2019-12-03 09:26:24 +02:00
Kengo Hamasaki
445979a992 docs: update Next.js example to import component (#2928) 2019-11-28 19:52:21 -05:00
Erez Rokah
d09c3addee
docs: add beta docs for folder collections path config (#2923) 2019-11-28 10:14:39 +02:00
Yuri Drabik
766ade1a3c docs: Minor fix for Configuration Options (#2919) 2019-11-27 14:32:24 +02:00
JP Lew
a2df4f4c91 [documentation] improve NextJS docs by adding Identity Widget to homepage (#2915)
* update NextJS docs

* change /static dir to /public/static

* remove redundant React import

* change static directory to /public for Next in add-to-your-site.md
2019-11-26 23:06:29 +01:00
Christian Fritsch
78face334f feat(widget-markdown): add headings dropdown (#2879) 2019-11-18 17:16:33 -05:00
Erez Rokah
096b067d45
feat: add translation support (#2870)
* feat: add translation support

* test(cypress): fix locale import

* docs: add locale documentation

* feat: add german translation (#2877)

* fix: locales package version, register all locales in netlify-cms
2019-11-14 11:25:04 +02:00
Erez Rokah
86d741ecac Docs: add missing Next entry in add-to-your-site.md (#2874)
* Update add-to-your-site.md

* docs: add missing Nuxt entry
2019-11-13 16:00:05 +01:00
Erez Rokah
00fa983d63 docs: fix bitbucket implicit grant docs (#2842)
* docs: fix bitbucket implicit grant docs

* docs: fix typo in Bitbucket implicit grant step 2
2019-11-10 19:41:52 +01:00
shumiyao
47be26fbfe docs: add type specification of relation widget valueField (#2446) 2019-11-07 16:25:21 -05:00
Asif Mehedi
cd48f67f1a docs: Delete duplicate key-value (#2824)
* docs: Delete duplicate key-value

* docs: revert description change
2019-11-03 10:53:07 +02:00
Shawn Erquhart
6164f8fbe6
chore: update chat redirect link 2019-10-30 15:57:30 -04:00
Erez Rokah
2841ff9ffe feat: enable specifying custom open authoring commit message (#2810) 2019-10-28 15:29:47 -04:00
Aleksandr Grenishin
574477adca enhancement(media-library-uploadcare): add integration settings to control url operations (#2670) 2019-10-28 14:14:42 -04:00
Maxime Preaux
3d12ea9470 docs: fixed the code formatting in the backends doc (#2812)
docs: Fixed the code formatting in the authentication-backend.md page (https://www.netlifycms.org/docs/authentication-backends/)
2019-10-28 10:12:43 +02:00
Sascha
f9d32452f9 docs: Added notice about Large Media option (#2805)
* Added notice about Large Media

I ran into this issue when activating Large Media while still having not imported files.

* docs: change 'important' to 'note' to make it consistent with places in the docs
2019-10-27 11:06:24 +02:00
Matthias Michael
96e99f239a docs: fix 11ty default site publish folder (#2806) 2019-10-26 10:54:06 +02:00
Sascha
5b2fb611f5 docs: update select widget default value docs (#2723) 2019-10-24 11:10:23 -04:00
Tom Rutgers
e09edd554f Update widgets.md (#2758)
Using double quotes with pattern raises an error (found out the hard way): https://github.com/netlify/netlify-cms/issues/675#issuecomment-444316681
2019-10-24 11:49:11 +03:00
Imron
78f24c8cdc Update hugo.md (#2799)
Fixed typo
sucessfully => successfully
giti => git
2019-10-24 11:06:54 +03:00
Imron
8052fb7aee [Typo] configration (#2798)
Fixed typo
configration => configuration
2019-10-24 11:05:44 +03:00
Imron
4ac3ded8a0 [Typo] continous (#2797)
Fixed typo
continous => continuous
2019-10-24 11:04:48 +03:00
Imron
d9bbaa3aff [Typo] comfirming (#2796)
Fixed typo
comfirming => confirming
2019-10-24 11:03:52 +03:00
IMRAN KHAN
8e4ade0d13 Update jekyll.md (#2793)
Typo. the word 'into' was written twice.
2019-10-23 22:18:03 +02:00
Henry Desroches
9fa0420e7f docs: add Hugo guide (#2698) 2019-10-23 13:49:13 -04:00
Erez Rokah
2bafa2c8f3
chore: fix formatting in website/src/html.js (#2783) 2019-10-23 08:33:00 +03:00
Shawn Erquhart
6b83a706a3
chore: switch chat links to slack (#2782) 2019-10-22 20:59:04 -04:00
Prateek Bhatnagar
fbbc8c1dc8 docs: fix preact-cli repo link (#2781) 2019-10-22 20:49:40 -04:00
Shawn Erquhart
52dff34d3a chore: fix community slack redirect 2019-10-22 14:17:50 -04:00
Shawn Erquhart
1d21617c66 chore: fix community slack redirect 2019-10-22 13:53:58 -04:00
Shawn Erquhart
ee4f0a9973 chore: fix community slack redirect 2019-10-22 13:48:56 -04:00
Prateek Bhatnagar
09c2b0ab23 docs: add Preact CLI as a starter option (#2759) 2019-10-22 13:40:07 -04:00
Shawn Erquhart
1684995eaa chore: fix community slack redirect 2019-10-22 13:37:05 -04:00
Shawn Erquhart
db1385072c
docs: add community slack link (#2773) 2019-10-21 21:02:15 -04:00
Pierre-Alexandre
695d33f1d2 [docs] fixed broken implicit grant link (#2741) 2019-10-11 16:42:17 +02:00
Tom Rutgers
3d7cff01d6 docs: update Jekyll guide YML syntax (#2738) 2019-10-11 00:40:18 -04:00
Ferenc Sticza
f328a274e7 Update markdownit references (#2720)
@nuxt/markdownit was broken so I updated these references to @nuxtjs/markdownit
2019-10-01 23:04:40 +02:00
Shawn Erquhart
4ae8c803d4 chore: ignore website builds 2019-09-27 20:20:21 -04:00
Shawn Erquhart
d2ac377e40
chore: add netlify.toml (#2703) 2019-09-27 19:39:28 -04:00
Mauro Bieg
dac67a93a0 docs: link to widget starter repo (#2686) 2019-09-25 18:26:37 -04:00
Tanvi Bhakta
d099bef529 docs: improve media library config info (#2685) 2019-09-25 18:25:44 -04:00
polemius
04b371825e chore: fix the typos in comments (#2679) 2019-09-24 16:16:09 -04:00
Józef Piecyk
b4d19b7907 Add example for Next.js (#2672) 2019-09-24 15:17:36 -04:00
Jeremy Wynn
97504e9300 docs: update nuxt.md (#2671) 2019-09-24 14:31:04 -04:00
renovate[bot]
ee161c6848 chore(deps): update dependency babel-plugin-prismjs to v1.1.1 (#2666) 2019-09-10 10:50:02 -04:00
Zach Schnackel
49e142ef59 enhancement(widget-relation): support custom options length (#2520) 2019-09-09 16:16:15 -04:00
Shawn Erquhart
56ee8441ef
docs: document github graphql beta (#2636) 2019-09-08 15:03:18 -04:00
Calvin
5b143089e2 docs: add _layouts/post.html to Jekyll guide (#2628) 2019-09-05 18:09:12 -04:00
Carina
f87eda6992 docs: add condition to access section (#2625) 2019-09-05 17:39:38 -04:00
melbourne2991
65d49dae9a chore: update datetime widget and deprecate date widget (#2615) 2019-09-05 16:16:55 -04:00
Henry Desroches
8d404a0d54 docs: add Nuxt guide (#2614) 2019-09-05 16:01:02 -04:00
Prateek Bhatnagar
15a2da0d6d docs: add preact-cli's static location (#2389)
* Adding preact-cli's build location

* Update add-to-your-site.md
2019-09-05 13:58:15 -04:00
Kaycee
003c97f97c docs: add 11ty public folder to docs (#2559) 2019-09-05 13:29:31 -04:00
Shawn Erquhart
1aff33e158
chore: update and document edit route (#2619)
* chore: update and document edit route

* fix formatting
2019-09-03 20:37:31 -04:00
Shawn Erquhart
be7f443d6d chore: update release ticker 2019-08-24 16:23:41 -04:00
Shawn Erquhart
1ef7603d40 docs: add relative images beta 2019-08-24 16:21:24 -04:00
Benaiah Mischenko
34e1f09105 Open Authoring bugfixes and pagination improvements (#2523)
* Fix handling of displayURLs which are strings

* Add fromFetchArguments to unsentRequest

* Add parseLinkHeader to backendUtil

* Handle paginated endpoints in GitHub API

* Rename fork workflow to Open Authoring across the whole repo

* Fixes for bugs in GitHub API introduced by Open Authoring changes

* Fix getDeployPreview

* Fix incorrect auth header formatting GitHub implementation

cf. https://github.com/netlify/netlify-cms/pull/2456#discussion_r309633387

* Remove unused and broken method from GitHub API

cf. https://github.com/netlify/netlify-cms/pull/2456#discussion_r308687145

* Fix editorialWorkflowGit method in GitHub API

* Request published entry content from origin repo

* Better error when deleting a published post in Open Authoring

* Rename to Open Authoring in fork request message

Also adds a note to the fork request message that an existing fork of
the same repo will be used automatically.

* fix linting
2019-08-24 13:54:59 -04:00
Ryan DeBeasi
66da66affd Fix broken link (#2522) 2019-08-07 20:45:07 +02:00
Christian Kohler
c5acc1952a docs: incorrect repo url in Contributor Guide (#2503) 2019-07-27 06:47:54 -07:00
Benaiah Mischenko
edf0a3afdc feat(backend-github): Open Authoring (#2430)
* Make filterPromises resolve entries before filtering

* Add filterPromisesWith & onlySuccessfulPromises to utility library

* Memoize user method in GitHub API

* Make storeMetadata safe to call concurrently in GitHub API

* Fork workflow: startup and authentication

* Fork workflow: backend support

* Fork workflow: disable unused UI elements

* Fork workflow: docs

* Fork workflow: fix deploy previews

* Suggested edits for fork workflow doc

* Change future tense to present

* Fork workflow: add beta status to docs

* remove debug statement

* rename fork workflow to Open Authoring
2019-07-24 18:20:41 -04:00
dependabot-preview[bot]
c04fe8fbb7 chore(deps): bump gatsby-source-filesystem in /website (#2486)
Bumps [gatsby-source-filesystem](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-source-filesystem) from 2.0.1-rc.1 to 2.0.19.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-source-filesystem/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-source-filesystem@2.0.19/packages/gatsby-source-filesystem)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-24 18:03:03 -04:00
dependabot-preview[bot]
827d323a6d chore(deps): [security] bump webpack-dev-server in /website (#2479)
Bumps [webpack-dev-server](https://github.com/webpack/webpack-dev-server) from 3.1.7 to 3.7.2. **This update includes a security fix.**
- [Release notes](https://github.com/webpack/webpack-dev-server/releases)
- [Changelog](https://github.com/webpack/webpack-dev-server/blob/master/CHANGELOG.md)
- [Commits](https://github.com/webpack/webpack-dev-server/compare/v3.1.7...v3.7.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-24 17:58:31 -04:00
dependabot-preview[bot]
1bc20a9724 chore(deps): [security] bump lodash.mergewith in /website (#2475)
Bumps [lodash.mergewith](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-24 17:56:20 -04:00
dependabot-preview[bot]
9c828ed3da chore(deps): [security] bump lodash.merge in /website (#2472)
Bumps [lodash.merge](https://github.com/lodash/lodash) from 4.6.1 to 4.6.2. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-24 17:56:02 -04:00
dependabot-preview[bot]
3dc75258ed chore(deps): [security] bump lodash-es in /website (#2471)
Bumps [lodash-es](https://github.com/lodash/lodash) from 4.17.11 to 4.17.15. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-24 17:55:45 -04:00
Emerson Laurentino
ed5763e492 docs: fix local url in Next.js guide (#2438) 2019-07-24 17:45:54 -04:00
Jeremy Meiss
7fb1168f24 WTD19: Improve Contrib Guide and Create Style Guide (#2336)
* getting started with the contributor guide updates for Netlify CMS at WTD19PDX

* places to get involved header

* create/mimi-style-guide

initial commit

* added guide for new terms

* completed Documentation Formatting Standards

* starting headings and content for contributing guidelines

* added guide for inline code and commands

* added guide for object field names

* added guide for string and integer field values

* added guide for code snippet formatting

* added content best practices

* Updated contributor guide

* added guide for Patterns to avoid. Also added Note at the top

* Update contributor-guide.md

* Update and rename style-guide.md to writing-style-guide.md
2019-07-24 17:30:10 -04:00
Tony Alves
24b0330621 chore(website): Announce Gatsby plugin 4.0.0 (#2313) 2019-07-24 17:13:23 -04:00
dependabot-preview[bot]
2831123dec chore(deps): bump dayjs from 1.7.5 to 1.8.15 in /website (#2478)
Bumps [dayjs](https://github.com/iamkun/dayjs) from 1.7.5 to 1.8.15.
- [Release notes](https://github.com/iamkun/dayjs/releases)
- [Changelog](https://github.com/iamkun/dayjs/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/iamkun/dayjs/compare/v1.7.5...v1.8.15)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-23 18:19:26 -04:00
dependabot-preview[bot]
637e781645 chore(deps): [security] bump lodash.template in /website (#2476)
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0. **This update includes a security fix.**
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.4.0...4.5.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-23 18:18:50 -04:00
dependabot-preview[bot]
4884c0dd64 chore(deps): bump gatsby-transformer-remark in /website (#2477)
Bumps [gatsby-transformer-remark](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-transformer-remark) from 2.1.1-rc.1 to 2.1.10.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-transformer-remark/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-transformer-remark@2.1.10/packages/gatsby-transformer-remark)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-23 18:18:33 -04:00
dependabot-preview[bot]
bd6c8f31d9 chore(deps): bump react from 16.4.2 to 16.8.6 in /website (#2474)
Bumps [react](https://github.com/facebook/react/tree/HEAD/packages/react) from 16.4.2 to 16.8.6.
- [Release notes](https://github.com/facebook/react/releases)
- [Changelog](https://github.com/facebook/react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/react/commits/v16.8.6/packages/react)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-23 18:17:29 -04:00
dependabot-preview[bot]
89dd4ec0d8 chore(deps): bump gatsby-plugin-react-helmet in /website (#2473)
Bumps [gatsby-plugin-react-helmet](https://github.com/gatsbyjs/gatsby/tree/HEAD/packages/gatsby-plugin-react-helmet) from 3.0.0-rc.1 to 3.0.5.
- [Release notes](https://github.com/gatsbyjs/gatsby/releases)
- [Changelog](https://github.com/gatsbyjs/gatsby/blob/master/packages/gatsby-plugin-react-helmet/CHANGELOG.md)
- [Commits](https://github.com/gatsbyjs/gatsby/commits/gatsby-plugin-react-helmet@3.0.5/packages/gatsby-plugin-react-helmet)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2019-07-23 18:17:07 -04:00
dependabot[bot]
9a3c9d2ffb chore(deps): bump lodash from 4.17.11 to 4.17.13 in /website (#2449)
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.11 to 4.17.13.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.11...4.17.13)

Signed-off-by: dependabot[bot] <support@github.com>
2019-07-18 16:45:32 -04:00
Morgan Marshall
ae914fb84a docs: fix bottom "add to your site" link (#2439) 2019-07-11 22:07:26 -04:00
Shawn Erquhart
222f145ac7 chore: update release ticker 2019-07-11 15:53:21 -04:00
Ahmad Awais ⚡️
a8b0ea334f docs: add note about Cloudinary login (#2424) 2019-07-04 12:46:09 -04:00
Shawn Erquhart
2319932861 chore: update release ticker 2019-06-28 17:45:08 -04:00
Shawn Erquhart
0faf2ec8ab chore: update release ticker 2019-06-26 16:08:27 -04:00
Shawn Erquhart
30c2b895ba chore: fix docs site cms 2019-06-26 15:52:47 -04:00
Kyra
9ebb17c944 docs: add Elmstatic to generators list (#2399) 2019-06-26 10:37:11 -04:00
Shawn Erquhart
f331cbb0c2
chore: remove website unused eslint (sec alert) (#2404) 2019-06-24 19:32:25 -04:00
Henry
d6964b50b3 feat(widget-relation): support nested field references in relation widget (#2391) 2019-06-24 19:32:02 -04:00
Shawn Erquhart
50dc371ebc
docs: update community info with channel links (#2403) 2019-06-24 19:07:19 -04:00
Shawn Erquhart
aecd08ba2f chore: update release ticker 2019-06-14 12:29:31 -04:00
Shawn Erquhart
35841d155c chore: fix website release links 2019-06-14 11:57:23 -04:00
Ben Palmer
6329c35d27 Updated link to widget options on Uploadcare (#2371) 2019-06-13 15:32:28 -04:00
Shea Daniels
d128d7d001 site: add Dwolla blog post, add support for canonical URLs (#2357)
* Add blog post about implementing the CMS with Jekyll, add support for canonical URLs

* fix formatting

* add cross post link
2019-06-07 12:56:58 -04:00
Sam Ford
fd87793c37 Add Zola to static files directory table (#2352) 2019-06-04 13:59:53 -04:00
Mhmdrz_a
405e27dac7 chore(docs): Added Missing dependency (#2342)
* Added Missing dependency
* Remove Old dependency
2019-05-25 08:31:30 -07:00
Tom Rutgers
4b05bfdbea docs: update Jekyll tutorial blog screen shot (#2340)
fixes #2339
2019-05-22 14:18:13 -04:00
Tyler Mercer
8970d32abf docs: add Nuxt example (#2325) 2019-05-10 10:32:50 -04:00
Gregor Krmelj
9d5dbcde0a docs: fix files collection type key (#2308) 2019-05-09 15:05:37 -04:00
Ales Rybak
1c3035f4dc docs: code format bitbucket settings example (#2312) 2019-05-09 14:36:01 -04:00
Carlos Gonzalez
2488556590 Update customization.md (#2292)
Remove duplicate word in sentence "...besides the plain plain textual..."
2019-04-16 14:15:10 +02:00
Shawn Erquhart
4aa8943ace docs: update release ticker 2019-04-10 10:03:32 -04:00
Sean Anderson
b09a07457b Typo - templates (#2279) 2019-04-10 10:44:28 +02:00
Christophe de Vienne
1b0f2ac30c docs: document bitbucket implicit grant expiration (#2272) 2019-04-05 18:28:44 -04:00
Adam Watters
9b1dfe1605 docs: add Jekyll integration guide (#2248) 2019-04-05 18:24:24 -04:00
Christophe de Vienne
54fde06050 feat(backend-bitbucket): add implicit auth (#2247) 2019-04-04 14:10:16 -04:00
Shawn Erquhart
0da6ff1a5b chore: update release ticker 2019-03-29 17:10:03 -04:00
Austin Devine
573ad8816d feat(core): allow custom summary on entry cards (#2140) 2019-03-29 14:30:38 -04:00
Steffen Martinsen
9fccd7b0e5 docs: add NextJS guide (#2222) 2019-03-25 15:45:14 -04:00
Tom Rutgers
2d59602660 docs: add Middleman guide (#2218) 2019-03-25 14:14:31 -04:00
Mathieu DARTIGUES
7dc791e83a docs: add VuePress public folder (#2231) 2019-03-25 14:13:56 -04:00
Yingrong Zhao
155cd2e3a2 fix typos (#2235) 2019-03-24 00:08:57 +01:00
Tom Rutgers
fad8e766cf
Update select.md (#2227)
* Update select.md
2019-03-20 16:42:04 +01:00
Erick Patrick
9dd69b0f5c docs: add Jigsaw demo link (#2217) 2019-03-18 15:52:16 -04:00
Kris Morf
dac2442c21 docs: reorder navigation to accommodate guides (#2210) 2019-03-17 12:49:55 -04:00
Tony Alves
82cc7941cc feat: provide usable UMD builds for all packages (#2141) 2019-03-16 18:44:29 -04:00
Kris Morf
1d935c704d [Guide]: Adding Netlify CMS to Gatsby (#2117)
* first draft

* minor fixes

* edits

* fixed some requested changes

* changed repo link to https

* added frontmatter section

* added note about folder structure
2019-03-16 23:29:06 +01:00
Max Gardner
1261ec7f83 docs: base_url should contain only hostname (#2143) 2019-03-11 12:41:59 -04:00
Shawn Erquhart
37138834d6 Fix raw GitHub URL being output to content (#2147)
* fix thumbnail quality

* Revert "fix(git-gateway): fix previews for GitHub images not in Large Media (#2125)"

This reverts commit d17f896f479292db06d3a4b39f2e51b6c41101bd.

* wip

* Stop using thunks to load media display URLs

* Revert changes to dev-test

* Revert changes to large media docs

* fix lint error

* Update docs to point to the upcoming version with non-broken media
2019-03-07 18:28:14 -08:00
amitkhanal
40df666151 docs: move example Cloudinary configuration under 'config' (#2142) 2019-03-06 21:11:15 -05:00
Bartholomew
93ba704ade doc: relation widget add multiple options (#2112) 2019-02-28 10:54:54 -05:00
Eric Jinks
559e531619 Fix typo in netlify-large-media.md (#2127) 2019-02-27 17:27:20 +01:00
Benaiah Mischenko
d17f896f47 fix(git-gateway): fix previews for GitHub images not in Large Media (#2125) 2019-02-26 16:05:52 -05:00
Shawn Erquhart
a6c5ba5722 update release ticker 2019-02-26 13:43:57 -05:00
Benaiah Mischenko
da2249c651 Netlify Large Media integration (#2124) 2019-02-26 13:11:15 -05:00
wingardtw
17ae6f3045 include pelican to list of generators (#2111) 2019-02-25 11:13:07 -05:00
Luis Correia
89b0ac9712 docs: fix Deploy Preview Links href in latest blog post (#2121) 2019-02-22 15:40:09 -05:00
Norman
722eb8fefe Adds static file location for Gridsome (#2108) 2019-02-20 14:40:09 +01:00
Wayne Thursby
944290ea1d docs: fix grammatical issues (#2102) 2019-02-19 11:14:49 -05:00
Shawn Erquhart
4cd45eb4c1
docs: put star button first, add search to home (#2104) 2019-02-18 11:12:14 -05:00
Jeremy Bise
62f9d6f43c docs: fix docs site spacing issues (#2095) 2019-02-15 17:31:16 -05:00
Shawn Erquhart
8dd9cc01b5 update release ticker 2019-02-12 17:24:24 -05:00
Shawn Erquhart
ff8dfac813
feat(core): allow field name to override slug placeholders (#2087) 2019-02-12 16:59:53 -05:00
Shawn Erquhart
8ccbdf928e
chore: update website for preview links (#2085)
* chore: update website for preview links

* fix formatting
2019-02-12 10:56:56 -05:00
Shawn Erquhart
e26548dc22
Update Blog “netlify-cms-2-4-0” (#2086)
Automatically generated. Merged on Netlify CMS.
2019-02-12 10:36:12 -05:00
Shawn Erquhart
eb28fed19c
Update Blog “netlify-cms-2-4-0” (#2083)
Automatically generated. Merged on Netlify CMS.
2019-02-12 09:54:30 -05:00
Shawn Erquhart
e675683fda
Update Updates “releases” (#2078)
Automatically generated. Merged on Netlify CMS.
2019-02-11 19:08:59 -05:00
Shawn Erquhart
9518b24c03
Create Blog “netlify-cms-2-4-0” (#2079)
Automatically generated. Merged on Netlify CMS.
2019-02-11 19:07:20 -05:00
Shawn Erquhart
92fc667663
Update Docs “configuration-options” (#2080)
Automatically generated. Merged on Netlify CMS.
2019-02-11 18:38:32 -05:00
Shawn Erquhart
175a9e6d5c
Update Blog “deploy-preview-links” (#2073)
Automatically generated. Merged on Netlify CMS.
2019-02-08 16:37:55 -05:00
Shawn Erquhart
a39db12a31
Update Blog “deploy-preview-links” (#2072)
Automatically generated. Merged on Netlify CMS.
2019-02-08 16:32:52 -05:00
Luis Correia
dc44caca20 feat(widget-number): add range validation (#2049) 2019-02-08 15:01:08 -05:00
Shawn Erquhart
15d221d4a4
feat(workflow): add deploy preview links (#2028) 2019-02-08 12:26:59 -05:00
amitkhanal
f0553c720a docs: fix cloudinary media library configuration info (#2045) 2019-02-06 11:16:58 -05:00
friedjoff
18f34d2aca feat(netlify-cms-widget-map): add map widget (#2051) 2019-02-05 17:41:21 -05:00
Bartholomew
627e600d29 fix(netlify-cms-core): validate nested fields (#1873) 2019-02-05 17:27:34 -05:00
Shawn Erquhart
0aae3be1b5
docs: fix links, remove some weird ones (#2062)
Fixes docs links and removes some weird ones.

Closes #2061.
2019-02-05 09:46:50 -05:00
Tony Alves
14f94a022c feat(config): allow config.yml file load to be skipped (#2053) 2019-02-03 17:48:40 -05:00
Alex F
a5ef2cb87a docs: add Yellowcake template to examples.md (#2027) 2019-02-02 20:10:48 -05:00
David Darnes
f87e66af15 docs: add Jekyll feat Alembic theme starter (#2005) 2019-02-02 19:44:17 -05:00
René Stalder
e8eca7c8ab docs: add vue.js, nuxt.js example to examples page (#2014) 2019-02-02 17:05:44 -05:00
Demo Macro
047437bf88 (docs): add examples (#1993) 2019-02-01 17:37:37 -05:00
Shawn Erquhart
781e6f7fda Upload “/website/static/img/github-statuses-deploy-previews.png” 2019-01-28 15:13:31 -05:00
Shawn Erquhart
e3866737cd Upload “/website/static/img/preview-link-check.png” 2019-01-28 13:24:15 -05:00
Shawn Erquhart
f134179c3c Upload “/website/static/img/preview-link-published.png” 2019-01-28 13:13:11 -05:00
Shawn Erquhart
8d98efbdcb Upload “/website/static/img/preview-link-unpublished.png” 2019-01-28 13:12:59 -05:00
Shawn Erquhart
3795b2b06f update release ticker 2019-01-10 16:45:12 -05:00
Shawn Erquhart
b1e490dce5 docs: update release ticker 2018-12-27 00:13:25 -05:00
Simon Hanukaev
8ddc168197 feat(netlify-cms-widget-list): add variable type definitions to list widget (#1857) 2018-12-26 23:51:35 -05:00
Robert Cooper
06a649bc70 Add example of Netlify CMS website (#1957) 2018-12-14 02:09:38 +01:00
Ryan DeBeasi
13b126ef6b docs: add test repo backend docs (#1949) 2018-12-11 11:19:13 -05:00
Eric Jinks
a7f7bd4dbf Fix typo (#1943) 2018-12-07 15:18:03 +01:00
Carl Rosell
c805fbe4ac docs: fix broken link to dev configuration file (#1941) 2018-12-07 01:06:11 +01:00
Shawn Erquhart
d6df50964b docs: link releases to tag comparisons 2018-12-05 11:53:35 -05:00
Shawn Erquhart
ec5b0774de update release ticker 2018-12-05 10:43:50 -05:00
Shawn Erquhart
1fc2f50499
feat: add cloudinary support (#1932) 2018-12-04 17:04:52 -05:00
Hatem Houssein
53c00940fe Update image.md (#1923)
* Update image.md

Update the docs to match the configuration example

* Remove deprecated options field
2018-11-30 09:27:06 +01:00
Alexander Nanberg
88bf287221 feat(netlify-cms-widget-select): add support for multiple selection (#1901) 2018-11-29 09:34:04 -05:00
Marcel Kornblum
6c12e8fe4a docs: add GAE-specific oAuth client (#1918) 2018-11-28 19:29:44 -05:00
Karolis Šarapnickis
5e2ce34c99 docs: improve widget custom validation sample (#1911) 2018-11-26 18:37:46 -05:00
Björn Rixman
855efd848e feat(widget-date): add input display formatting (#1739) 2018-11-21 20:13:32 -05:00
Tien Pham
616117644c Update list.md (#1892) 2018-11-20 22:31:54 +01:00
Shawn Erquhart
aca424e155 docs: add 2.2.0 to release ticker 2018-11-12 12:25:10 -05:00
Zeb Pykosz
5edc7d29f7 fix(docs): fix re-rendering github star button in docs header (#1870) 2018-11-12 11:37:45 -05:00
Dan Urbanowicz
74bf3b704a Docs: add Eleventy Netlify Boilerplate to examples (#1863) 2018-11-08 12:30:10 +01:00
Nicholas
71d3ae279a docs: add Jekyll Demo Site (#1860) 2018-11-07 10:10:58 -05:00
Bartholomew
f69a04efe8 docs: add sanitize replacement option (#1854) 2018-11-05 13:54:30 -05:00
Shawn Erquhart
ec7f234349
Update Updates “notifications” (#1856)
Automatically generated. Merged on Netlify CMS.
2018-11-05 13:21:38 -05:00
E. Adams
c592b293ba docs: add markdown parsing clarification (#1598) 2018-11-02 13:27:48 -04:00
Bartholomew
c6ae1e8fc0 feat: allow custom logo on auth page (#1818) 2018-11-02 13:25:36 -04:00
Caleb
d538554c88 chore: update website linting rules (#1659) 2018-11-02 11:52:01 -04:00
Shawn Erquhart
7285e0c530
website: fix GitHub stars (#1849) 2018-11-02 11:27:17 -04:00
Bartholomew
c765793971 fix(widgets): fix list object field default values (#1826) 2018-11-02 10:55:08 -04:00
Jonathan
825cf12c39 docs: note that validation doesn't work on nested fields (#1836) 2018-11-02 10:14:33 -04:00
Matt Kane
12418dd7f0 feat(config): add support for setting custom identifier field (#1543) 2018-11-01 14:02:11 -04:00
Adam Ayd
f73f1e01c9 docs: swap guides and references sections in nav (#1797) 2018-10-26 15:02:25 -04:00
Herohtar
5d299723ad docs: add Firebase client to external clients list (#1773) 2018-10-23 22:16:14 -04:00
Bennaci Oussama
3514bc5e0b Add description option to collections docs (#1812) 2018-10-16 22:40:45 +02:00
Hatem Houssein
926d9147ce Fix typo: it's --> its (#1814) 2018-10-16 13:14:02 +02:00
Bennaci Oussama
b167b79fc6 Fix single field list example (#1790)
Closes #1710
2018-10-05 01:48:27 +02:00
Amy Lam
912de4fdf9 docs: Git Gateway config update (#1783)
* Update docs for repo change

https://www.netlify.com/docs/git-gateway/#reconnect-after-changing-repository-permissions

* Improve copy
2018-10-02 21:21:25 -07:00
Sagar Khatri
ec1632d760 Update examples.md (#1784)
I prefer keeping 'r' in lowercase in my blog's name.
2018-10-02 09:11:30 -06:00
Sagar Khatri
6a7a96bf4c Update uploadcare.md (#1786)
Fixed grammatical error.
2018-10-02 12:27:52 +02:00
Shawn Erquhart
6e453b3f08
docs: make widget docs editable (#1782)
* make widget docs editable

* update widget doc frontmatter keys

* improve docs preview

* fix formatting

* fix preview

* add prism highlighting for previews

* fix formatting

* restore cms branch
2018-10-01 20:00:57 -04:00
Tom Rutgers
c261163eab
Merge pull request #1713 from mjraval/patch-1
An additional option of using jsDelivr in Docs
2018-10-01 22:26:38 +02:00
Tom Rutgers
5f5f131645
Minor language changes 2018-10-01 22:22:19 +02:00
Tom Rutgers
9658dc4e38
Minor language changes 2018-10-01 22:12:13 +02:00
Jason Garber
adc4e50ba1 Clarify the difference between Netlify.com and Netlify CMS (#1760) 2018-09-29 09:38:58 -04:00
Shawn Erquhart
a262bcef53 Upload “/website/static/img/cloudinary-console-details.png” 2018-09-25 13:57:47 -04:00
Shawn Erquhart
199df935e6 Delete “website/static/img/cloudinary-account-details.png” 2018-09-25 13:57:31 -04:00
Shawn Erquhart
68ef4e90b0 Upload “/website/static/img/cloudinary-account-details.png” 2018-09-25 12:06:59 -04:00
Shawn Erquhart
ba763f0c83 Delete “website/static/img/cloudinary-account-details.png” 2018-09-25 12:06:53 -04:00
Shawn Erquhart
70045ca6d6 Upload “/website/static/img/cloudinary-account-details.png” 2018-09-25 12:03:48 -04:00
Shawn Erquhart
4bb3b0af25 Delete “website/static/img/cloudinary-account-details.png” 2018-09-25 12:03:39 -04:00
Shawn Erquhart
e4cf2f3d27 Upload “/website/static/img/cloudinary-account-details.png” 2018-09-25 11:56:38 -04:00
Caleb
804a65185d Update Docs “collection-types” (#1762)
Automatically generated. Merged on Netlify CMS.
2018-09-25 11:26:58 -04:00
Shawn Erquhart
422d40fca2
Update Docs “start-with-a-template” (#1758)
Automatically generated. Merged on Netlify CMS.
2018-09-18 10:38:29 -04:00
Shawn Erquhart
f58f63fc68
Update Updates “releases” (#1755)
Automatically generated. Merged on Netlify CMS.
2018-09-17 12:50:52 -04:00
Shawn Erquhart
a28ed726aa Revert "improvement: allow custom workflow branch name prefix (#1494)"
This reverts commit da0f520f0d4f7af0e0ec8af16fbdd04bc39751b4.
2018-09-17 12:19:14 -04:00
Shawn Erquhart
f8cdb6abfa
Update Docs “uploadcare” (#1734)
Automatically generated. Merged on Netlify CMS.
2018-09-17 11:19:20 -04:00
Shawn Erquhart
0f3bf401d1
Update Updates “notifications” (#1753)
Automatically generated. Merged on Netlify CMS.
2018-09-17 11:19:15 -04:00
Tom Rutgers
8791e428d3 Remove cupofdata example (#1726) 2018-09-13 15:56:27 -04:00
Shawn Erquhart
2ed4faba97
Update Docs “start-with-a-template” (#1735)
Automatically generated. Merged on Netlify CMS.
2018-09-08 22:55:46 -04:00
Shawn Erquhart
59aa2045d5 improve hugo logo size 2018-09-07 16:08:03 -04:00
Shawn Erquhart
afe13b1bab
docs: add twitter metadata tags (#1732) 2018-09-07 16:05:16 -04:00
Tom Rutgers
9af77fe2bb docs: optimize heavy hugo logo svg (#1731) 2018-09-07 14:38:45 -04:00
Shawn Erquhart
2d81bb0816
docs: add gatsby v2 note, starter icons (#1730) 2018-09-07 13:07:41 -04:00
Shawn Erquhart
5d187fb3d0
Update Blog “netlify-cms-2-1-0-adds-external-media-support-with-uploadcare” (#1729)
Automatically generated. Merged on Netlify CMS.
2018-09-07 11:37:08 -04:00
Shawn Erquhart
ed652a1afb
Update Docs “uploadcare” (#1728)
Automatically generated. Merged on Netlify CMS.
2018-09-07 11:36:27 -04:00
Shawn Erquhart
a84ec97071
Update Updates “notifications” (#1723)
Automatically generated. Merged on Netlify CMS.
2018-09-06 15:05:16 -04:00
Shawn Erquhart
0e3ae8433f
Update Updates “releases” (#1721)
Automatically generated. Merged on Netlify CMS.
2018-09-06 14:53:50 -04:00
Shawn Erquhart
4a1c2d42fa
Update Updates “notifications” (#1720)
Automatically generated. Merged on Netlify CMS.
2018-09-06 14:53:41 -04:00
Shawn Erquhart
d612d2c566
Update Blog “netlify-cms-2-1-0-adds-external-media-support-with-uploadcare” (#1722)
Automatically generated. Merged on Netlify CMS.
2018-09-06 14:53:34 -04:00
Shawn Erquhart
4fadf3fdb6
chore: add website preview templates (#1716) 2018-09-06 14:44:58 -04:00
Shawn Erquhart
e2890ceb92
Update Docs “uploadcare” (#1719) 2018-09-06 14:26:00 -04:00
Shawn Erquhart
e5b099fd19
Create Blog “wip-netlify-cms-2-1-0-adds-external-media-support-with-uploadcare” (#1717) 2018-09-06 14:25:22 -04:00
Shawn Erquhart
1fd1ad128e Upload “/website/static/img/uc-logo-horizontal.svg” 2018-09-06 11:15:10 -04:00
Shawn Erquhart
8c26828609 Upload “/website/static/img/netlify-cms-external-media-library.png” 2018-09-06 11:07:38 -04:00
Shawn Erquhart
56cfb94b2a Delete “website/static/img/screen-shot-2018-09-06-at-11.04.36-am.png” 2018-09-06 11:07:10 -04:00
Shawn Erquhart
8b7496e833 Upload “/website/static/img/screen-shot-2018-09-06-at-11.04.36-am.png” 2018-09-06 11:06:49 -04: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
Edouard Duplessis
eb27aff5c0 docs: fix video play button browser compatibility (#1640) 2018-09-05 09:08:20 -04:00
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
Andreas Richter
da0f520f0d improvement: allow custom workflow branch name prefix (#1494) 2018-09-04 12:57:53 -04:00
Tom Rutgers
2c6eed81dd docs(templates): Add middleman starter to 'start with a template' page in docs (#1699) 2018-08-31 15:07:11 -06: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
0596904e0b
feat(media): add external media library support, Uploadcare integration (#1602) 2018-08-30 16:24:28 -04:00
Andrew Garcia
bb9fe88e78 docs: update register preview template description (#1667) 2018-08-28 15:12:56 -04:00
Glendon Hodges
8c2217720f docs: improve architecture.md grammar (#1677) 2018-08-28 11:52:33 -04:00
Shawn Erquhart
caa34686e3 chore: remove duplicate release from website ticker 2018-08-28 11:31:38 -04:00
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
Shawn Erquhart
cb44fe5ea1 add architecture and previews guide to docs menu sections (#1368) 2018-05-18 08:51:22 -07:00
Jessica Parsons
c34d012fcc Add clarification to "Add to Your Site" doc (#1367) 2018-05-18 06:19:42 -04:00
Shawn Erquhart
c1c30557a3
add docs menu sections (#1366) 2018-05-17 17:14:29 -04:00
Shawn Erquhart
6996754944 Update Updates “releases” 2018-05-16 09:24:31 -04:00
Greg Werner
c6bbfa70c2 www.cupofdata.com reference (#1283)
Signed-off-by: Greg Werner <werner.greg@gmail.com>
2018-05-15 18:29:57 -04:00
Caleb
9760ee2452 Docs: Link widget cloud to browser URL. (#1212) 2018-05-15 18:11:44 -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
Allen Brady
76d1f05741 Updating add-to-your-site.md to include Nuxt (#1350)
Added Nuxt to list of generators that use the "static" folder for static files where the Netlify CMS admin can live.
2018-05-12 12:02:04 -04:00
Chris Swithinbank
1b2ab39fae Add Gitter Sidecar widget to docs site (#1332)
* Add Gitter Sidecar to Docs & Community pages.

* Add styles to match Gitter Sidecar button to site theme.

* Fix Gitter button outline when focused.

* Style Gitter button :active state.
2018-05-02 14:11:54 -07:00
Roger Zurawicki
cd30b59b92 Support displayFields in the Relation widget (#1303)
* Support displayFields in the Relation widget

* Fix typo

* Wrap display fields in String constructors

* 📝 Documentation updates
2018-05-01 16:43:08 -07:00
Shawn Erquhart
e9a657349a Release 1.7.0 2018-04-24 21:50:24 -04:00
Jake Rayson
2d362de03c Add blog post link to forestgarden.wales example (#1278) 2018-04-24 21:44:46 -04:00
Shawn Erquhart
855bfde79b
allow custom auth endpoint (#1294) 2018-04-24 21:35:56 -04:00
Phil Hawksworth
780ab60d71
nudge the contribitor count 2018-04-24 23:07:12 +01:00
Sylvain Lesage
63df2e8baa docs: Format code block. 2018-04-24 08:05:13 -06:00
Shawn Erquhart
a2723f488e
fix code block styling in widgets section (#1312) 2018-04-23 19:57:00 -04:00
Shawn Erquhart
03faa28a41
improve docs readability (#1310)
* improve docs readability

* update prism
2018-04-23 17:22:15 -04:00
Shawn Erquhart
ca7f6e549e Update Docs “authentication-backends” 2018-04-23 20:17:27 +00:00
Shawn Erquhart
7a0e136449 Update Docs “authentication-backends” 2018-04-13 15:44:06 +00:00
Shawn Erquhart
6814121a7a Update Docs “authentication-backends” 2018-04-13 15:42:19 +00:00
Shawn Erquhart
b838b326f0 Update Docs “authentication-backends” 2018-04-12 15:01:44 +00:00
Shawn Erquhart
6cde3d1f32 Update Updates “releases” 2018-04-20 15:05:47 -04:00
Jake Rayson
3035771d36 Add example 2018-04-16 18:49:00 -04:00
Damien Duhamel
32a340e608 Update markdown widget documentation 2018-04-16 18:12:11 -04:00
Damien Duhamel
79f6672228 Use an isHidden property 2018-04-16 18:12:11 -04:00
Damien Duhamel
4ff56a1838 Update markdown widget documentation 2018-04-16 18:12:11 -04:00
Shawn Erquhart
046452720b Update Updates “releases” 2018-04-13 07:42:55 -04:00
Steve Lathrop
2033d535d1 Use double quotes consistently 2018-04-12 10:27:47 -04:00
Shawn Erquhart
bc4dc646e4 Update Updates “releases” 2018-04-11 10:54:02 -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
Brian Macdonald
6b77aee214 Allow setting config URL with <link> (#1146)
* fix: allows for valid config types expansion

* feat: config url can now come through link tag

* fix: lints added coded

* fix: slims down code per review

* fix: expands query to find supported type

* fix: removes typo in test copy

* fix: changes validTypes to object

* fix: groups config functions into one getConfig func

* adds console message for config url

* adds to docs

* update docs

* fix test

* fix merge conflicts

contributor addition moved to #1241

* avoids empty path with link without href. changes link console message

* removes additional console

* fixes link path in console

* fix: remove superfluous .allcontributorsrc change
2018-04-10 13:48:04 -07:00
S. Suzuki
100f56220c Feature Reuest: Append slug: hour, minutes, secounds (#1207) 2018-04-05 08:16:18 -06:00
Jeremy Bise
1e9b666baf 949 document hide preview by default (#1219)
* document config option to hide preview by default

* document config option to hide preview pane by default

* revise wording to specify preview disables entirely for a collection

* adjust wording of editor section to be more consistent with other settings
sections

* add note about defaulting to true
2018-04-03 12:46:10 -07:00
Shawn Erquhart
ad92cf6fec Update Updates “releases” 2018-03-29 17:36:33 -04:00
Caleb
5d94af8e7c Use Hugo page bundles. 2018-03-29 17:04:47 -04:00
Shawn Erquhart
a19bc04c00
auto/manual init w/ single bundle, BYO root element 🎉 (#1173)
* ensure that application is only initialized once

* allow for single bundle init

* enable manual initialization via global flag
2018-03-28 15:52:57 -04:00
Shawn Erquhart
050f1a3387 adjust dev meeting time for daylight savings 2018-03-28 13:33:33 -04:00
Shawn Erquhart
79ddb3b91c accept CSS string in registerPreviewStyle 2018-03-28 10:08:47 -04:00
Caleb
cd10a713d8 Add option to strip Unicode from entry filenames (#1135) 2018-03-27 18:56:10 -04: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
talves
2c697b08d9 fix beta feature document 2018-03-15 12:40:45 -04:00
Antonio Argote
12b2c1cf40 correct example regex (#1170) 2018-03-13 17:50:45 -07:00
Shawn Erquhart
1808809a01 update docs site release ticker 2018-03-06 18:22:13 -05:00
Shawn Erquhart
e3650079df fix docs site deps 2018-03-06 17:41:25 -05:00
Shawn Erquhart
5e7d71c6e2 update lockfiles 2018-03-06 16:55:47 -05:00
Shawn Erquhart
c31aaae0d4 add manual init docs 2018-03-06 16:22:55 -05:00
Shawn Erquhart
1647d0b8e5 add 1.3.1 to release ticker 2018-03-03 23:06:03 -05:00
Shawn Erquhart
53490f73af update website release ticker via cms 2018-03-03 22:56:03 -05:00
Shawn Erquhart
0e4117aaaf Update Docs “add-to-your-site” 2018-03-03 14:17:45 -07:00
Shawn Erquhart
7caa156277 add source repo field for docs examples 2018-02-28 10:02:21 -05:00
Shawn Erquhart
55ed60a0de update website releases ticker 2018-02-27 21:57:27 -05:00
MarkZither
418f694aaf Update add-to-your-site.md to add Wyam (#1096)
Added Wyam to list of generators to store static files in the input directory
2018-02-27 20:31:06 -05:00
Mathias Biilmann
6b30761454
Merge pull request #1136 from ziburski/netlifycmsorg-tweaks
Website tweaks
2018-02-27 12:31:06 -08:00
Lennart Ziburski
186cf45169 Added latest release notes 2018-02-27 17:45:25 +01:00
Lennart Ziburski
eaf4380333 Tweaked header and hero area 2018-02-27 14:08:26 +01:00
Lennart Ziburski
c69e9b47ec Tweaked inline video behaviour 2018-02-27 00:42:32 +01:00
Lennart Ziburski
52ba3232be Inlined Getting Started video 2018-02-27 00:27:12 +01:00
Lennart Ziburski
65324ecf9f Fixed hero sub header positioning, crooked image 2018-02-26 10:35:39 +01:00
Lennart Ziburski
941cf44017 Layout tweaks, updated illustrations, responsiveness 2018-02-24 01:12:39 +01:00
Shawn Erquhart
697918d503 Update Docs “collection-types” 2018-02-23 12:40:50 -05:00
David Ko
a1023e89a1 remove min-width: desktop query for docs-nav (#1105) 2018-02-22 14:19:23 -08:00
Lennart Ziburski
07a76c658a Added JAMstack primer and social buttons 2018-02-22 15:34:06 +01:00
Lennart Ziburski
85cac44d25 Added version numbers to updates, tightened up hero section 2018-02-21 23:51:54 +01:00
Caleb
d10f97f561 Allow different beginning and ending frontmatter delimiters. 2018-02-21 17:01:13 -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
Lennart Ziburski
cc0ef12aa9 Add “What’s New” section 2018-02-21 20:18:34 +01:00
Lennart Ziburski
e5bcbcc545 Added GitHub star button next to logo 2018-02-21 18:10:35 +01:00
Caleb
f294d39ed4 Fix "Get Started" button on small screens. (#1112) 2018-02-19 11:30:05 -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