Natalia Sayang
a98b869175
More tutorial updates
2024-03-16 21:06:19 +00:00
Natalia Sayang
940cb08b68
Restoring syntax-highlight (I changed my mind)
2024-03-14 02:13:56 +00:00
Natalia Sayang
d683ac7025
Minor edits to pattern tutorial for clarity and consistency
2024-03-14 01:40:21 +00:00
Natalia Sayang
5fc5cf400f
Minor updates to pattern design tutorial
2024-03-13 01:19:02 +00:00
Natalia Sayang
6a000fd365
Minor updates to pattern design tutorial for clarity and consistency
2024-03-12 02:02:06 +00:00
Natalia Sayang
d4919040c2
Updates to pattern design tutorial for clarity and flow
2024-03-08 20:01:45 +00:00
Benjamin Fan
2b6c079bb4
fix(markdown): In pattern design tutorial, add links to setup tutorials
2024-02-29 07:55:19 -08:00
Benjamin Fan
421e4659b8
fix(markdown): In Windows tutorial, change link from .node-version to .nvmrc
2024-02-06 16:38:55 -08:00
joostdecock
038d0f3903
Merge branch 'develop' into joost
2024-02-04 10:17:39 +01:00
Benjamin Fan
83ae88c5d5
fix(markdown): Remove unused list attribute from ReadMore tags
2024-01-29 08:43:38 -08:00
Joost De Cock
af9b27c8e3
Merge pull request #5866 from BenJamesBen/vercel-tutorial-update
...
fix(markdown): Update Vercel tutorial for v3
2024-01-24 09:04:56 +01:00
Joost De Cock
613983ad71
Merge pull request #5867 from BenJamesBen/yaml-and-markdown-typos
...
fix(yaml, markdown): Fix typos
2024-01-24 08:36:01 +01:00
Benjamin Fan
53f5161823
fix(markdown): Add yarn disambiguation to Linux tutorial
2024-01-22 20:15:57 -08:00
Benjamin Fan
554f95b222
fix(markdown): Update Vercel tutorial for v3
2024-01-21 19:05:58 -08:00
Benjamin Fan
4d404dd3cc
fix(markdown) Fix typos
2024-01-21 11:16:40 -08:00
Benjamin Fan
d02f0c6814
fix(markdown): Change typo correction to use the originally intended word
2024-01-16 20:09:35 -08:00
Benjamin Fan
e9c75f11e4
fix(markdown): Typos in pattern design tutorial
2024-01-16 20:04:00 -08:00
joostdecock
4a5a14a2bc
fix(markdown): Properly end the tutorial section on flag methods
...
This closes ##5772
Although the real issue is that the final parts of the tutorial are
still in need of being updated for v3.
2024-01-14 14:52:37 +01:00
joostdecock
68832bd5ed
fix(markdown): Node version in docs. See #5654
2023-12-24 14:10:22 +01:00
Joost De Cock
828c62c9db
chore(markdown): Bespoke, not made-to-measure
2023-10-21 11:46:17 +02:00
joostdecock
d39c92828a
chore(dev): Changes for v3
2023-09-30 15:57:51 +02:00
joostdecock
3bc5fe28de
chore: Updated tutorial for v3
2023-09-30 14:04:18 +02:00
joostdecock
b5e1554e4f
wip(dev): Updating tutorial for v3
2023-09-29 19:41:24 +02:00
joostdecock
32d6e938df
wip: Rewrite tutorial for v3
2023-09-28 09:11:06 +02:00
joostdecock
910b79191d
fix(markdown): Add missing import and plugins to desing tutorial
2023-08-20 07:41:08 +02:00
joostdecock
242052dbee
fix(dev): Typo fix that breaks the webpack loader
...
Fixing a typo introduced in a89867e4c6
that breaks the webpack loader.
Kinda makes me wonder of people even test the changes they submit.
2023-08-20 07:32:50 +02:00
Enoch Riese
a89867e4c6
some js formatting tweaks to tutorial
2023-08-08 13:20:46 -05:00
Zee
ba4b77cb42
changes code examples in the tutorial to align with the currently generated file
2023-08-06 14:00:10 +00:00
Joost De Cock
595cae3ebf
fix(markdown): Incorrectly nested HTML
2023-07-20 08:41:49 +02:00
joostdecock
b6e6e0018c
chore: Better index pages in dev markdown
2023-06-17 12:08:13 +02:00
Benjamin Fan
45b5c05879
fix(docs): (pattern design tutorial) Fix typo
2023-05-24 11:00:10 -07:00
Benjamin F
03a14eab1a
fix(docs): (getting-started-windows) More yarn recommendation changes
2023-05-04 19:22:57 -07:00
Benjamin F
6807ad7185
fix(docs): (getting-started tutorials) Corrections and updates
2023-05-04 19:16:07 -07:00
Benjamin F
c24461ebe0
fix(docs): (pattern design tutorial) Add missing link
2023-05-04 19:14:42 -07:00
Benjamin F
3333aee3a3
fix(docs): (vercel) Change yarn run build
to yarn build
2023-04-28 06:20:32 -07:00
Benjamin F
1909f7254a
fix(docs): (vercel) Clarify build command override instruction
2023-04-24 15:55:21 -07:00
Benjamin F
4e5ca8cb97
fix(docs): (vercel) Add build command override
2023-04-23 03:58:31 -07:00
Joost De Cock
73643bde79
Merge pull request #3487 from BenJamesBen/vercel-documentation
...
Vercel documentation
2023-04-15 17:44:08 +02:00
Benjamin F
c1757a6d46
fix(docs): Update Vercel documentation based on feedback
2023-04-04 10:50:36 -07:00
mergerg
085a033a78
proofread en.md
...
wrong "to"
2023-03-21 23:03:19 -07:00
mergerg
77ade1bcff
added comma after options
...
there was no comma between options and part when measurements and options were added to the props in the first code snippet
2023-03-21 22:30:17 -07:00
mergerg
34fe98f2f2
Switch "with" and "without destructuring"
...
The example for "without destructuring" was the destructured way it's done in the tutorial, the example for "with destructuring" was the old way to pass in a props object without destructuring
2023-03-21 22:21:00 -07:00
Benjamin F
0633457366
fix(docs): Fixes for Vercel documentation
2023-01-26 00:02:04 -08:00
Benjamin F
4878d09787
fix(docs): Change order for Vercel documentation
2023-01-25 23:53:38 -08:00
Benjamin F
8ae78d42f9
feature(docs): Add Vercel documentation
2023-01-25 23:41:25 -08:00
Benjamin F
690915aaf2
fix(docs): Correct grammar in Adding Measurements
2023-01-09 00:32:05 -08:00
Benjamin F
4def5963a0
fix(docs): Pattern tutorial: Change "you/your" to "we/us/our". Fixes #2982
2023-01-06 19:29:29 -08:00
Benjamin F
6c97d081e7
fix(docs): Rename testing-your-pattern to testing-our-pattern
2023-01-06 19:19:27 -08:00
Joost De Cock
babe93b26f
Merge pull request #3347 from BenJamesBen/tutorials-docs-update-1
...
fix(docs): Tutorials updates and corrections
2022-12-30 17:06:12 +01:00
Benjamin F
dcb4b17032
fix(docs): Tutorials updates and corrections
2022-12-29 06:25:01 -08:00