38 Commits

Author SHA1 Message Date
0c5efd19d6 "add sveltekit to add-to-your-site" (#6463) 2022-05-27 17:25:53 +07:00
17230d1464 Update Docs: Intro “add-to-your-site” (#6217) 2022-02-16 14:17:15 +02:00
62318fab91 docs: add Nuxt 3 static files location (#5989)
The Nuxt 2 `static` directory became the `public` directory on Nuxt 3, as described
on the official docs: https://v3.nuxtjs.org/docs/directory-structure/public

This PR updates the `add-to-your-site` docs so both Nuxt 2 and 3 are covered
on the App File Structure table
2021-11-17 20:45:46 +02:00
6d499234bc fix(docs): clarify index.html and config.yml files purpose (#5731) 2021-08-23 16:11:37 +03:00
9a21eb38fa chore: update gatsby to v3 (#5057) 2021-03-08 11:29:06 +02:00
2146b3605f feat(test): add docs linter to PR workflow actions (#4321) 2020-10-11 17:02:47 +03:00
c173d651a0 docs: use netlify-cms-app instead of netlify-cms (#4287) 2020-09-20 16:22:18 +03:00
512e6370b2 feat(docs): docs settings, group values, post summaries, weight sorting (branch updated) (#4280) 2020-09-09 14:38:48 +03:00
6a0e918ffa feat: reorganizing the NetlifyCMS Docs navigation (#3766) 2020-07-07 10:49:31 +03:00
5339735994 docs: update editorial workflow notes (#3380) 2020-03-05 11:32:21 +01:00
93bd0529f1 docs: Update backend docs links (#3370) 2020-03-04 08:46:59 +01:00
3d474b1944 docs: convert website from postcss to emotion (#2068) 2020-01-23 21:55:17 -05:00
7942db52a4 docs: Add Sapper Static folder Location (#3040) 2020-01-07 15:19:14 +02:00
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
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
96e99f239a docs: fix 11ty default site publish folder (#2806) 2019-10-26 10:54:06 +02:00
d9bbaa3aff [Typo] comfirming (#2796)
Fixed typo
comfirming => confirming
2019-10-24 11:03:52 +03:00
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
003c97f97c docs: add 11ty public folder to docs (#2559) 2019-09-05 13:29:31 -04:00
9ebb17c944 docs: add Elmstatic to generators list (#2399) 2019-06-26 10:37:11 -04:00
fd87793c37 Add Zola to static files directory table (#2352) 2019-06-04 13:59:53 -04:00
7dc791e83a docs: add VuePress public folder (#2231) 2019-03-25 14:13:56 -04:00
17ae6f3045 include pelican to list of generators (#2111) 2019-02-25 11:13:07 -05:00
722eb8fefe Adds static file location for Gridsome (#2108) 2019-02-20 14:40:09 +01:00
5f5f131645 Minor language changes 2018-10-01 22:22:19 +02:00
9658dc4e38 Minor language changes 2018-10-01 22:12:13 +02:00
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
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
cd8eddf8f6 Change inline absolute links to relative links (#1647) 2018-08-23 14:54:55 -05:00
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
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
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
dd56d6e2d9 docs(fix): public_folder greedy match for _ rendered (#1611) 2018-08-14 08:37:44 -06:00
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
f801b19221 chore: add code formatting and linting (#952) 2018-08-07 16:46:54 -04:00
Max
4d6a1ebf8d docs: jigsaw source path (#1463)
* Add: jigsaw source path

* Fix: table alignment
2018-07-31 16:44:58 -06:00
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
04c44518b2 convert website from hugo to gatsby (#1369) 2018-07-25 07:47:26 -04:00