Commit Graph

282 Commits

Author SHA1 Message Date
Anton-4
6bcca92578
improve opaque types intro
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-02-07 13:39:05 +01:00
Luke Boswell
24591b9ea0
grammar and spelling corrections 2023-02-07 18:59:30 +11:00
Luke Boswell
44faf64eb9
fix code sample 2023-02-07 18:52:31 +11:00
Luke Boswell
690d95dfee
added opaque types to tutorial 2023-02-07 18:44:18 +11:00
Richard Feldman
57110ab5a3
Merge pull request #4932 from jmkellenberger/patch-1
Fixes two typos in index.html
2023-01-27 19:39:26 -05:00
Richard Feldman
c60dcd763d
Merge pull request #4947 from roc-lang/tutorial
Tutorial Edits
2023-01-25 20:05:27 -05:00
Christopher Bertels
bd3e32ec16
Remove redundant indefinite article in tutorial
"represents an the set of all" ->
"represents the set of all"
2023-01-25 21:13:53 +01:00
Richard Feldman
31bb65c20a
Tutorial edits 2023-01-25 14:55:18 -05:00
Richard Feldman
64492cec0a
Fix some mobile CSS sizing issues 2023-01-25 14:55:18 -05:00
Richard Feldman
c8b06c57b5
Revise the List.walk section 2023-01-25 14:55:17 -05:00
Anton-4
5039a73d5c
Merge pull request #4945 from roc-lang/website_build_macos
WIP support www/build.sh on macos
2023-01-25 18:34:24 +01:00
Anton-4
91c0a6a7a1
aarch64->arm64
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-01-24 14:08:10 +01:00
Anton-4
188b1c09c1
remove rustc --version
this can cause problems with macos permissions

Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-01-24 13:32:41 +01:00
Anton-4
f30811baac
Merge pull request #4949 from roc-lang/update_tutorial
update tutorial basic-cli release
2023-01-23 22:07:47 +01:00
Anton-4
6d115af11a
update tutorial basic-cli release 2023-01-23 20:11:32 +01:00
Anton-4
bf237765a8
replace wget with curl 2023-01-23 18:58:32 +01:00
Anton-4
a4cdf587c7
support www/build.sh on macos 2023-01-23 18:10:41 +01:00
Anton-4
be25da70b3
new nightly folder structure 2023-01-23 15:12:47 +01:00
Jack Kellenberger
2ca076852a
Fixes two typos in index.html
Signed-off-by: Jack Kellenberger <107156696+jmkellenberger@users.noreply.github.com>
2023-01-20 14:47:22 -05:00
Anton-4
fdec3afd2e
cli docs don't work right now 2023-01-20 18:17:28 +01:00
Anton-4
071e9f1f3e
disable mv 2023-01-17 13:21:31 +01:00
Anton-4
f4844df056
use one-top-level for now so that CI can pass 2023-01-17 11:58:22 +01:00
Anton-4
e643bdd9d4
untar now creates single dir 2023-01-17 11:28:08 +01:00
Anton-4
6ed6cfef18
build www improvements 2023-01-11 18:02:29 +01:00
Anton-4
728fe66650
added comment 2023-01-11 16:54:46 +01:00
Anton-4
3dac0397ad
rate limiting fix 2023-01-11 14:08:37 +01:00
Anton-4
fe4b8073af
link install to github getting-started
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-27 18:23:17 +01:00
Anton-4
3d5216a589
remove broken install link
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2022-12-27 17:37:17 +01:00
Anton-4
88c7bf2e33
build tutorial with roc nightly 2022-12-27 13:24:50 +01:00
Richard Feldman
f71622cf4d
Don't build tutorial.html from .md on Netlify 2022-12-26 15:19:16 -05:00
Richard Feldman
ec3bf22c9c
Build builtin docs using new package module 2022-12-24 22:32:14 -05:00
Richard Feldman
a69a1b395f
Update www/build.sh for new roc docs syntax 2022-12-24 22:32:13 -05:00
Anton-4
f1f35fd887
higher contrast colors, fixed scaling on mobile 2022-12-23 14:10:11 +01:00
Anton-4
be869f3caf
restructuring, cleanup, many minor edits 2022-12-20 20:11:21 +01:00
Luke Boswell
1643624911
added tutorial generated from static-site platform 2022-12-15 18:10:14 +11:00
Anton-4
4df317cbd9
Merge pull request #4722 from roc-lang/update_tutorial_macos
macos and release updates
2022-12-10 11:59:47 +01:00
Richard Feldman
f1d6a21ed9
Use basic-cli 0.1.3 in tutorial
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2022-12-09 21:30:18 -05:00
Anton-4
bf37b710b9
macos and release updates 2022-12-09 15:07:00 +01:00
Richard Feldman
6683d59c92
Merge pull request #4720 from roc-lang/fix-toc-close
Close tutorial ToC after clicking a link
2022-12-09 09:03:08 -05:00
Richard Feldman
6eef911982
Close the ToC when you press Esc 2022-12-08 22:05:07 -05:00
Richard Feldman
1fc8f1df37
Close tutorial ToC after clicking a link 2022-12-08 22:00:57 -05:00
Richard Feldman
f466ddb0dd
Drop obsolete tutorial note about dbg on Mac 2022-12-08 06:07:35 -05:00
Anton-4
b029775427
tutorial and docs improvements 2022-12-05 14:53:18 +01:00
Marc Walter
274dc886b2
Fix <code> tag in tutorial
I was following the cool tutorial and noticed this tiny typo.

I saw no PR to fix it, so I created one.

Signed-off-by: Marc Walter <walter.marc@outlook.com>
2022-12-03 08:20:46 +01:00
Richard Feldman
9bd5351970
Make mobile-friendly breakpoint smaller 2022-11-28 17:08:35 -05:00
Richard Feldman
08957b291b
Different comment colors on dark mode 2022-11-28 16:58:58 -05:00
Richard Feldman
8764836c18
Use font-size: 16px on mobile 2022-11-28 16:54:28 -05:00
Richard Feldman
8688674013
Revise styles on mobile tutorial contents toggle 2022-11-28 16:48:52 -05:00
Richard Feldman
030a7f87a2
Revert "Add white-space:nowrap to <code> tags"
This reverts commit 883daf9fa7.
2022-11-28 16:25:15 -05:00
Richard Feldman
930ae96514
Fix some comment styling 2022-11-28 16:23:20 -05:00