You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs(fix): revert prettier formatting on markdown files (decaporg#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.
@@ -25,9 +24,9 @@ Read more about Netlify CMS [Core Concepts](https://www.netlifycms.org/docs/intr
25
24
26
25
The Netlify CMS can be used in two different ways.
27
26
28
-
- A Quick and easy install, that just requires you to create a single HTML file and a configuration file. All the CMS Javascript and CSS are loaded from a CDN.
27
+
* A Quick and easy install, that just requires you to create a single HTML file and a configuration file. All the CMS Javascript and CSS are loaded from a CDN.
29
28
To learn more about this installation method, refer to the [Quick Start Guide](https://www.netlifycms.org/docs/quick-start/)
30
-
- A complete, more complex install, that gives you more flexibility but requires that you use a static site builder with a build system that supports npm packages.
29
+
* A complete, more complex install, that gives you more flexibility but requires that you use a static site builder with a build system that supports npm packages.
31
30
32
31
# Community
33
32
@@ -46,9 +45,7 @@ Please make sure you understand its [implications and guarantees](https://writin
46
45
# Thanks
47
46
48
47
## Services
49
-
50
48
These services support Netlify CMS development by providing free infrastructure.
@@ -60,10 +57,8 @@ These services support Netlify CMS development by providing free infrastructure.
60
57
</p>
61
58
62
59
## Contributors
63
-
64
60
These wonderful folks are responsible for developing and maintaining Netlify CMS. ([emoji key](https://github.com/kentcdodds/all-contributors#emoji-key))
65
61
66
-
<!-- prettier-ignore-start -->
67
62
<!-- ALL-CONTRIBUTORS-LIST:START - Do not remove or modify this section -->
0 commit comments