1
0
Fork 0

Revert "chore: Linting for markdown and js"

This reverts commit 1c92e0f655.
This commit is contained in:
joostdecock 2021-10-17 18:26:00 +02:00
parent 994874fa72
commit cba1ab19c8
6627 changed files with 25791 additions and 24211 deletions

View file

@ -1,18 +1,18 @@
***
## title: Content sources
---
title: Content sources
---
As an editor, you need to know where you can find/edit what type of content.
## The freesewing monorepo
## The freesewing monorepo
Our [freesewing monorepo](https://github/freesewing/freesewing) holds the majority of all our code and content.
Here you can find:
* Content for freesewing.org: in the `markdown/org` folder
* Content for freesewing.dev: in the `markdown/dev` folder
* Strings used throughout the software: in the `packages/i18n/src/locales` folder
- Content for freesewing.org: in the `markdown/org` folder
- Content for freesewing.dev: in the `markdown/dev` folder
- Strings used throughout the software: in the `packages/i18n/src/locales` folder
<Note>
@ -20,7 +20,7 @@ Here you can find:
As an editor, you only ever work with the `en.md` files. The rest is for the translators.
When creating new content, you don't have to create the other files, only `en.md`.
When creating new content, you don't have to create the other files, only `en.md`.
The rest will be created automatically.
</Note>
@ -29,13 +29,14 @@ The rest will be created automatically.
FreeSewing uses [the Strapi content management system](https://strapi.io/) as a headless content management system for various posts:
* For blog posts on freesewing.org
* For showcase posts on freesewing.org
* For blog posts on freesewing.dev
* For newsletter editions
- For blog posts on freesewing.org
- For showcase posts on freesewing.org
- For blog posts on freesewing.dev
- For newsletter editions
The Strapi instance is available at [posts.freesewing.org](https://posts.freesewing.org)
## Emails sent from our backend
The last bit of content is emails that are sent out from our backend systems.