1
0
Fork 0
Commit graph

11 commits

Author SHA1 Message Date
nikhil
0becd057b2 fix: Broken/misleading links to designs' source code
Some of these links were actually broken, since they expect to find designs under the `packages/` directory in the current `develop` branch. Other links were technically okay, since they link to old commits, but updating those links may still help to reduce confusion.

Also fix a reference to `packages/unice` in a `netlify.toml` file. (Untested, but I don't think this is an actual Netlify configuration.)
2022-08-21 12:31:23 -04:00
Benjamin F
8aab737723 Change emphasis markdown to allow checkdocs to pass. 2022-08-18 15:11:53 -07:00
joostdecock
37e452af80 chore(markdown): Some updates to the dev docs 2022-08-07 18:37:54 +02:00
starfetch
e3e9f2f6c4
feat(devdocs): add yarn install to steps
and put creating feature brach higher on the list
2022-04-05 21:53:46 +02:00
Joost De Cock
249f2600e5 chore: More linting
@nicholasdower is smarter than me. What's missing was the
`listItemIndent` setting
2022-02-20 14:44:38 +01:00
Joost De Cock
265ad404da chore(markdown): Linting of dev docs 2022-02-19 08:04:25 +01:00
Darigov Research
fa0266e26c
fix: Small typo corrections in how to extend a pattern 2022-01-23 09:21:43 +00:00
starfetch
4b5f4c20b1
feat(devdocs): add instructions for dependencies 2021-11-06 18:18:31 +01:00
joostdecock
cba1ab19c8 Revert "chore: Linting for markdown and js"
This reverts commit 1c92e0f655.
2021-10-17 18:26:00 +02:00
joostdecock
1c92e0f655 chore: Linting for markdown and js 2021-10-17 17:34:55 +02:00
Joost De Cock
b34a2ee2ed feat: Flat import of markdown repo
This is a flat (without history) import of (some of) the content
from our markdown module.

We've imported this without history because the repo contains our
blog posts and showcases posts content prior to porting them to strapi.

Since this contains many images, it would balloon the size of this repo
to import the full history.

Instead, please refer to the history of the (archived) markdown repo
at: https://github.com/freesewing/markdown
2021-08-25 16:09:31 +02:00