Brian Carroll
2ab241dbd6
Remove styles from repl.css that duplicated/conflicted with site.css
2023-09-19 08:37:07 +01:00
Richard Feldman
5dff133e7e
Update build.roc
2023-09-18 16:46:55 -05:00
Richard Feldman
f590b8c740
Add fast.md
2023-09-18 16:46:54 -05:00
Richard Feldman
5fb0c0ac55
Update homepage
2023-09-18 16:46:54 -05:00
Richard Feldman
cfd0c39cb2
Revise homepage some more
2023-09-18 16:46:54 -05:00
Richard Feldman
21a9313333
Update WIP homepage
2023-09-18 16:46:54 -05:00
Richard Feldman
5fd3d069ee
Trying out a new layout for WIP website
2023-09-18 16:46:54 -05:00
Richard Feldman
738fbdcfaa
More WIP website changes
2023-09-18 16:46:53 -05:00
Richard Feldman
480b97543d
More updates to the WIP new website
2023-09-18 16:46:53 -05:00
Richard Feldman
3ea8cf1813
Fix a dark mode contrast issue
2023-09-18 16:25:37 -05:00
Richard Feldman
b8c09b45c5
Use white-space: pre-wrap over <br>
2023-09-18 16:19:09 -05:00
Richard Feldman
73bf7ac904
Don't move caret down a line on Enter in repl
2023-09-18 15:39:12 -05:00
Richard Feldman
13b87c4e21
Smooth out web repl textarea height growth
2023-09-18 15:26:10 -05:00
Richard Feldman
bf33286390
Don't run web repl input when textarea loses focus
2023-09-18 15:26:10 -05:00
Richard Feldman
ceff4d082e
Improve some cross-browser CSS inconsistencies
2023-09-18 15:26:10 -05:00
Richard Feldman
2a5c5c6aca
Autoformat public/index.html
2023-09-18 15:26:10 -05:00
Richard Feldman
bd44fbac3b
Explicitly set repl to UTF-8 encoding
2023-09-18 15:26:09 -05:00
Richard Feldman
1f396871f9
Simplify repl tips
2023-09-18 15:26:09 -05:00
Richard Feldman
2bf6dd9b18
Add top bar to web repl
2023-09-18 15:26:09 -05:00
Richard Feldman
c892e09baa
Restyle web repl
2023-09-18 15:26:09 -05:00
Richard Feldman
0ab49454b3
Fix favicon on Safari
2023-09-18 15:26:09 -05:00
Richard Feldman
d3ae8b719b
Fix some favicon stuff, autoformat www content
2023-09-18 15:26:08 -05:00
Richard Feldman
074401fbdf
Remove the whole #var1 thing
2023-09-17 06:31:51 -04:00
Brian Carroll
bc7670ee16
Wrap text in web REPL history panel
2023-09-13 12:15:44 +01:00
Brian Carroll
fc991baf6a
Fix a bug in displaying :help text at top of web REPL history
...
The previous implemenation was adding a fake input and output
to the history and then removing just the input from the DOM.
We also removed the entry from the `inputHistory` array, to
prevent it appearing in the panel when you hit the UP arrow
enough times.
However this introduces a mismatch between the number of items
in `inputHistory` array and the number of `.history-item` divs
in the DOM.
This caused each REPL output to appear *above* the user input
that caused it! 🙃
The fix is to just make all of this separate from history!
We just make a separate call into Rust to get the initial :help.
The original idea was to share code between the initial :help
and the normal REPL operation, but they turn out to be only
similar, not the same.
2023-09-13 08:08:03 +01:00
Brian Carroll
7c54cba17f
Remove unnecessary function wrapper
2023-09-13 08:07:40 +01:00
Brian Carroll
034482101f
Remove initial :help from web REPL history + fix edge cases
2023-09-10 11:26:29 +01:00
Brian Carroll
50980f4b35
Show :help text on loading the web REPL
2023-09-09 16:55:14 +01:00
Brian Carroll
7dfd4ada48
Support both Shift-Enter and Ctrl-Enter for multi-line input
2023-09-09 16:55:08 +01:00
Brian Carroll
03b3b34e3d
Reduce font size on the web REPL
2023-09-09 16:53:47 +01:00
Brian Carroll
ee2731b152
Remove warning on web REPL page
2023-09-09 16:19:03 +01:00
Richard Feldman
2b7da02769
More website copy ideas
2023-08-17 15:19:52 -04:00
Richard Feldman
12324a0ca8
Trying some more WIP copy ideas
2023-08-17 15:19:11 -04:00
Richard Feldman
946ff053fd
Trying out some new copy on the WIP homepage
2023-08-17 15:17:50 -04:00
Richard Feldman
4ed3824dc7
Merge pull request #5754 from roc-lang/remove-constraints
...
Remove some Dict and Set ability constraints
2023-08-15 02:49:04 -04:00
Richard Feldman
d9535f2749
Remove unused br
import from WIP new website
2023-08-12 15:32:45 -04:00
Anton-4
ac9421c1b4
basic-cli 0.4.0 -> 0.5.0
2023-08-12 19:34:33 +02:00
Anton-4
d869ea1144
use basic-cli main branch again
...
the new-abilities-syntax branch has been merged into basic-cli main
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-12 17:34:44 +02:00
Richard Feldman
254226f067
Use abilities-syntax branch of basic-cli for now
2023-08-10 23:04:57 -04:00
Richard Feldman
2ca3c420a3
Delete some trailing spaces
2023-08-10 23:04:53 -04:00
Richard Feldman
2da41be29f
Merge remote-tracking branch 'origin/main' into abilities-syntax
2023-08-10 20:36:01 -04:00
Anton-4
64ab5cb7f6
added README for wip website
2023-08-09 15:57:10 +02:00
Luke Boswell
00b4be2d31
Merge pull request #5722 from lukewilliamboswell/website-update
...
More updates to wip site update
2023-08-06 00:51:06 +10:00
Anton-4
7598b080f1
small improvements
2023-08-05 14:35:45 +02:00
Anton-4
9e8044b48b
try fixing curl
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-05 12:47:05 +02:00
Nachiket Kanore
d8c43864f4
#5724 : fix css to fit content on full page without scroll
2023-08-02 20:01:57 +05:30
Luke Boswell
ad67669d17
fix broken reported markdown links
2023-08-02 17:06:07 +10:00
Luke Boswell
7a6c4bb94b
more updates to wip site
2023-08-02 17:00:36 +10:00
Anton-4
3ba8c96917
re-enable everything
2023-08-01 16:30:35 +02:00
Anton-4
4221aa1f7f
temp disable move
2023-08-01 16:28:40 +02:00
Anton-4
cde49b3013
try without auth
2023-08-01 16:26:42 +02:00
Anton-4
b820b95106
fix curl command
2023-08-01 15:27:28 +02:00
Anton-4
9e5f1fa6e5
fix Authorization
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-01 13:19:15 +02:00
Anton-4
9585417742
debug
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-01 12:07:44 +02:00
Anton-4
5a457de908
debug [skip ci]
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-08-01 12:01:45 +02:00
Anton-4
70671db0f6
use the correct token var
2023-07-31 19:52:56 +02:00
Anton-4
edc3ab420e
better docs site automation
2023-07-31 19:48:31 +02:00
Anton-4
78229ec09f
add link to foundation website on roc-lang.org
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-07-31 15:09:51 +02:00
Richard Feldman
ceb70907a8
Revise string interpolation tutorial section
2023-07-29 21:13:05 -04:00
Anton-4
781d23c6d7
copyright year update
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-07-28 12:49:02 +02:00
Anton-4
2e401031e8
fix builtin docs css + js
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-07-28 11:01:29 +02:00
Anton-4
95aa8c30e5
try to trigger deploy
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-07-26 11:48:47 +02:00
Anton-4
171afcf79b
fix basic-cli docs css+js
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-07-26 11:39:48 +02:00
Luke Boswell
e9a5d16ca6
Merge branch 'main' into wip-site-path-fix
2023-07-12 17:18:04 +10:00
Richard Feldman
1d5c5b25ec
Merge remote-tracking branch 'origin/main' into linux64
2023-07-11 11:33:31 -04:00
Anton-4
fbbfba65d7
fix basic-cli docs index.html
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-07-10 13:59:19 +02:00
Luke Boswell
8660bca354
Merge branch 'main' into wip-site-path-fix
2023-07-09 13:52:19 +10:00
Luke Boswell
0630b905ab
fix roc build script
2023-07-09 13:51:55 +10:00
Anton-4
820ed5a7f6
added http-server arg
...
--index makes it so that you don't need to go explicitly to /index.html
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-07-08 13:56:02 +02:00
Anton-4
f7d492c73c
wip site path fix
...
right now a different css file is used depending on whether you go to `https://www.roc-lang.org/wip/ ` or `https://www.roc-lang.org/wip `
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-07-07 14:26:33 +02:00
Anton-4
832272dfd7
forgot dollar sign
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-07-07 10:37:59 +02:00
Anton-4
02f7039b14
fix java link
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-07-05 19:11:46 +02:00
Anton-4
9c40811da7
Merge branch 'main' into website-update
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-07-05 19:02:38 +02:00
Anton-4
ff4b4cb3a3
deploy wip website, minor changes
2023-07-05 18:54:28 +02:00
Anton-4
8bdbc22f29
basic-cli old docs site
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-06-27 16:11:54 +02:00
Anton-4
347a66cc61
Merge branch 'main' into patch-1
2023-06-26 19:16:17 +02:00
NoaVidovic
74ed31c5a9
Fix typo in tutorial.md
...
The first example of an app module header included `provides main to pf` instead of the correct `provides [main] to pf`
Signed-off-by: NoaVidovic <noavidovic0@gmail.com>
2023-06-25 22:09:56 +02:00
Anton-4
419f5a4f6a
add warning icon
...
This helps grab the attention.
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-06-25 19:39:52 +02:00
KekmaTime
69a67aca36
added-paragraph
2023-06-25 19:24:09 +05:30
Luke Boswell
fd18840bda
update css
2023-06-25 14:20:32 +10:00
Luke Boswell
d22d5a1202
more content for WIP website
2023-06-25 14:20:00 +10:00
Luke Boswell
97c4ca8b8d
update page title and descriptions
2023-06-24 20:15:52 +10:00
Luke Boswell
ebac468d24
Udpate structure of WIP website
2023-06-24 20:08:16 +10:00
Richard Feldman
bdb93fda5e
Update to basic-cli 0.4.0
2023-06-22 16:58:50 -04:00
Luke Boswell
cfe528c38d
add the Oct 2022 website update as a blog article
2023-06-22 16:18:13 +10:00
Luke Boswell
caf95cc811
Remove crash which was caussing issues
2023-06-22 16:17:49 +10:00
Luke Boswell
78c8854207
change binary name to reduce name conflicts
2023-06-22 16:16:49 +10:00
Luke Boswell
7151778261
fix error message in build script
2023-06-22 15:09:43 +10:00
Luke Boswell
da48918094
add wip_new_website
2023-06-21 21:59:41 +10:00
Luke Boswell
bab222a0d3
Merge remote-tracking branch 'remote/main' into restore-basic-cli-docs
2023-06-21 13:56:59 +10:00
Luke Boswell
a6654c6e37
WIP initial scope for website update
2023-06-20 21:39:33 +10:00
Anton-4
de93c96125
fix desugaring table
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-06-17 17:10:29 +02:00
Anton-4
48ba897590
tutorial small fixes
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-06-17 16:55:35 +02:00
Anton-4
31d41dbccb
add missing example
...
fixes #5556
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-06-17 14:09:53 +02:00
Bryce Miller
29561372de
merge main
2023-06-05 20:21:44 -04:00
Bryce Miller
cb08225bf0
|
-> where
2023-06-05 20:19:00 -04:00
Anton-4
29795e9896
accidental double curl
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-06-02 15:33:17 +02:00
Anton-4
21571f26b3
update ci to new release filename
2023-06-02 14:35:09 +02:00
Richard Feldman
f1745e087c
Remove incomplete paragraph tag
2023-05-23 11:29:10 -04:00
Anton-4
af8c3ffd73
fixed docs index.html overwrite
2023-05-17 17:39:15 +02:00
Ayaz
ba1f8ffe5f
Merge pull request #5272 from extemporalgenome/markdown-typos-20230410
...
markdown typo fixes
2023-05-03 10:24:52 -05:00
Anton-4
8d67c253e8
use basic-cli 0.3.2
2023-04-29 14:02:08 +02:00
Anton-4
cac2eac6de
remove duplicate keyword
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-04-25 16:54:01 +02:00
Luke Boswell
587cb21069
change to simple list, table wasn't working
2023-04-21 09:10:04 +10:00
human154
760b9bbe03
Tutorial: Add A Table Of Roc's Keywords
...
Signed-off-by: human154 <46430360+human154@users.noreply.github.com>
2023-04-20 14:37:18 -04:00
Kevin Gillette
0321f91c70
Kevin Gillette: markdown typo fixes
...
Luke Boswell: move Str.md as it looks more like a design doc than rust crate
Co-authored-by: Luke Boswell <lukewilliamboswell@gmail.com>
2023-04-10 14:07:03 -06:00
Luke Boswell
ac07ddcbaf
add highlighting for other languages
2023-04-10 13:21:24 +10:00
Anton-4
06cf030527
update to basic-cli 3.1
2023-03-29 10:46:47 +02:00
Anton-4
9620f9e0e8
Merge pull request #5164 from yukiomoto/fix-tutorial-sample-code
...
Fix a field name in tutorial to match its context
2023-03-21 16:37:11 +01:00
Richard Feldman
2276c78d9f
Merge pull request #5093 from roc-lang/glue-getters-rtfeldman
...
Glue for functions and closures
2023-03-21 08:12:19 -04:00
Anton-4
8da9af94f2
use latest basic-cli, better error messages
2023-03-20 20:06:36 +01:00
Folkert de Vries
9aeaa5ca08
Merge pull request #5158 from itmuckel/fix-typo
...
Fix typo in walk tutorial
2023-03-20 15:41:36 +01:00
itmuckel
d6a4564cd2
Fix typo in walk tutorial
2023-03-19 17:47:44 +01:00
Yuki Omoto
3c95849914
Fix a sample code in tutorial to match its context
2023-03-19 21:21:34 +09:00
Anton-4
9c0d2a2eb0
some style changes
2023-03-18 14:22:52 +01:00
Seth Workman
4756781f25
fix mobile support for button container
2023-03-17 15:27:13 -05:00
Seth Workman
6471ce8a72
Merge branch 'roc-lang:main' into copy-button-#5137
2023-03-17 11:16:18 -05:00
Folkert de Vries
bd3982241e
Merge pull request #5036 from roc-lang/tutorial_updates
...
tutorial: update to basic-cli 0.2.1, fix typos
2023-03-17 11:46:36 +01:00
Seth Workman
efebf54011
added copy button to tutorial code blocks
2023-03-16 16:38:30 -05:00
Anton-4
44778c72fe
Merge pull request #5117 from human154/patch-3
...
Tutorial: add spaces before colons
2023-03-14 11:58:38 +01:00
Anton-4
fe066e5567
Merge branch 'main' of github.com:roc-lang/roc into tutorial_updates
2023-03-13 19:46:05 +01:00
Richard Feldman
cf67591d10
Merge pull request #5121 from itmuckel/tutorial-fix-unused-function
...
Fix unused function in tutorial
2023-03-13 06:42:48 -04:00
Richard Feldman
24110c824b
Merge pull request #5125 from roc-lang/tutorial-name-tweak
...
Tweak tutorial intro wording
2023-03-12 09:09:36 -04:00
Richard Feldman
e28b88119f
Tweak tutorial intro wording
2023-03-12 08:59:18 -04:00
Luke Boswell
373da8d5e1
update colors for tutorial
2023-03-12 15:42:43 +11:00
Luke Boswell
0e65f10744
remove inline styles from markdown tables
2023-03-12 13:23:07 +11:00
itmuckel
be6bd9a1ec
Fix unused function in tutorial
2023-03-12 00:28:12 +01:00
Luke Boswell
a0b806b2ea
fix another colon space issue
2023-03-11 12:25:58 +11:00
human154
b077e76235
Update Tutorial: add spaces before colons
...
Signed-off-by: human154 <46430360+human154@users.noreply.github.com>
2023-03-10 15:13:19 -05:00
Luke Boswell
766385a561
make colors WCAG AA compliant
2023-03-10 13:27:43 +11:00
Luke Boswell
b1e73dc8ef
add highlighting to tutorial inline snippets
2023-03-10 13:07:50 +11:00
Luke Boswell
a8cf9616da
correct spaces for css indents
2023-03-10 11:59:06 +11:00
Luke Boswell
6dcd795651
fix tutorial highlighting css
2023-03-10 11:53:05 +11:00
Anton-4
37acc3a847
small edits
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-03-08 13:50:29 +01:00
Luke Boswell
8b96f6aa5c
add package modules to tutorial
2023-03-08 19:38:50 +11:00
Richard Feldman
6001cc9124
Restore generating basic-cli docs in build.sh
2023-03-01 17:25:00 -05:00
Richard Feldman
5551e3233d
Drop trailing spaces in build.sh
2023-03-01 17:20:36 -05:00
Luke Boswell
4e63ac597a
add tutorial.roc back
2023-03-01 20:14:01 +11:00
Luke Boswell
31e78062d6
convert tutorial html to markdown part 5
2023-03-01 20:10:20 +11:00
Luke Boswell
a50b9f3ef0
convert tutorial html to markdown part 4
2023-03-01 19:11:24 +11:00
Luke Boswell
fb241fdaf7
convert tutorial html to markdown part 3
2023-03-01 19:01:00 +11:00
Luke Boswell
ea8b39995d
convert tutorial html to markdown part 2
2023-03-01 17:43:29 +11:00
Luke Boswell
7dd5ae3830
Merge remote-tracking branch 'origin/main' into tutorial-syntax
2023-03-01 17:20:17 +11:00
Luke Boswell
781ec9999e
Merge remote-tracking branch 'origin/main' into correct-tutorial-bool
2023-02-26 15:08:13 +11:00
Luke Boswell
21b725de30
convert tutorial html to markdown part 1
2023-02-21 19:05:51 +11:00
Luke Boswell
bfaf96b058
change operator sugaring table to markdown
2023-02-21 18:29:19 +11:00
Giacomo Cavalieri
3acf16bc74
Wrap inline code on mobile devices
...
Signed-off-by: Giacomo Cavalieri <giacomo.cavalieri@icloud.com>
2023-02-20 21:38:18 +01:00
Luke Boswell
fe4d81a245
correct all uses of Bool.true
2023-02-20 15:19:27 +11:00
Richard Feldman
dafb0c007f
Merge pull request #5047 from Arkham/tutorial-code-tag
...
Make it so inline code tags are not split across newlines
2023-02-19 22:35:13 -05:00
Ju Liu
859cccf62c
Make it so inline code tags are not split across newlines
2023-02-18 15:25:00 +00:00
human154
190d0a0ac5
Tutorial: add 3 more spaces before colons
...
Signed-off-by: human154 <46430360+human154@users.noreply.github.com>
2023-02-18 09:13:47 -05:00
Anton-4
431b4c2811
Merge branch 'main' of github.com:roc-lang/roc into tutorial_updates
2023-02-18 09:38:41 +01:00
human154
5bf4053a34
Add and remove incorrect spaces before colons and &
...
Signed-off-by: human154 <46430360+human154@users.noreply.github.com>
2023-02-17 01:31:05 -05:00
Anton-4
cb599551de
update to basic-cli 0.2.1, fix typos
2023-02-15 19:55:30 +01:00
Anton-4
25716eb7d1
Comma in record should be colon
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-02-15 15:49:08 +01:00
Anton-4
d8d2dca120
minor language changes
...
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-02-11 15:10:40 +01:00
Luke Boswell
e3d9bb098c
refer to Result for data modelling
2023-02-10 10:41:52 +11:00
Luke Boswell
e02b61c330
add description in strings for optional records
2023-02-10 10:40:28 +11:00
Luke Boswell
f35f5b3b4a
Apply suggestions from code review
...
Co-authored-by: Ayaz <20735482+ayazhafiz@users.noreply.github.com>
Signed-off-by: Luke Boswell <lukewilliamboswell@gmail.com>
2023-02-10 10:24:42 +11:00
Luke Boswell
b46b76080b
make colon spacing consistent
2023-02-08 19:23:20 +11:00
Luke Boswell
f884b1ea76
adding optional records
2023-02-08 18:49:08 +11:00
Luke Boswell
21bd676681
adding module desciption and placeholders
2023-02-08 18:02:31 +11:00
Luke Boswell
7211cc1885
fix order of sub heading links
2023-02-08 17:24:11 +11:00
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
Richard Feldman
21cf221f27
Revert body bg and header colors
2022-11-28 16:22:38 -05:00
Richard Feldman
4772bf960d
Give comments a more reasonable color
2022-11-28 16:22:29 -05:00
Richard Feldman
883daf9fa7
Add white-space:nowrap to <code> tags
2022-11-28 16:22:15 -05:00
Richard Feldman
a667648fc8
Merge pull request #4624 from georgesboris/main
...
fix: tutorial on mobile
2022-11-28 15:45:31 -05:00
Anton-4
f91523baa9
update tutorial, cleanup
2022-11-28 20:13:39 +01:00
Georges Boris
195a9bbfa1
fix: tutorial on mobile
2022-11-28 16:11:15 -03:00
Richard Feldman
5570fe4108
Fix relative URLs in packages/basic-cli/
...
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2022-11-27 23:00:14 -05:00
Richard Feldman
11e2e20daa
Make destination dir for basic-cli package
2022-11-27 00:55:17 -05:00
Richard Feldman
1183e25b9a
fix typo
...
Co-authored-by: Ghislain Guiot <gt.ghislain@gmail.com>
Signed-off-by: Richard Feldman <oss@rtfeldman.com>
2022-11-26 19:04:48 -05:00
Richard Feldman
956d3d1462
basic-cli docs --> roc-lang.org/packages/basic-cli
2022-11-26 19:04:35 -05:00
Richard Feldman
d3f39400b6
Remove downloaded-basic-cli once we're done
2022-11-26 19:04:35 -05:00
Richard Feldman
d4a23cbb18
Build CLI docs from the basic-cli repo
2022-11-26 19:04:35 -05:00
Richard Feldman
df8c0d9edd
Update tutorial to use basic-cli URLs
2022-11-26 19:04:34 -05:00
Richard Feldman
e65b3e5f19
Don't use URL downloadas in the tutorial yet
2022-11-25 20:37:31 -05:00
Richard Feldman
79f3544645
Clarify debugging section a bit
2022-11-25 20:30:50 -05:00
Richard Feldman
5108cd13b4
Update tuturoail based on new CLI API
2022-11-25 20:10:13 -05:00
Richard Feldman
74fa24a301
Update the homepage to reflect recent progress
2022-11-25 20:07:18 -05:00
Richard Feldman
c674567b18
Update Windows support section of homepage
2022-11-25 19:58:50 -05:00
Ayaz
07c6c07ce6
Merge pull request #4502 from P8ace/patch-1
...
Added the correct link to swift lang site
2022-11-25 18:50:38 -06:00
Richard Feldman
d052bb1bf4
Add Debugging section to tutorial
2022-11-24 20:53:41 -05:00
Richard Feldman
d081b08d44
Revise some tutorial sections
2022-11-24 19:01:10 -05:00
Richard Feldman
c9150d858d
Style <code> blocks inside heading tags
2022-11-24 19:00:44 -05:00
Richard Feldman
4276345c7a
Delete TUTORIAL.md in favor of HTML version
2022-11-24 16:06:37 -05:00
Richard Feldman
243a33fbd9
HTMLify new tag union type tutorial section
2022-11-24 16:06:37 -05:00
Richard Feldman
20e279aefd
Add pattern matching on lists to HTML tutorial
2022-11-24 16:06:36 -05:00
Richard Feldman
60091c736c
Add docs for crash to HTML tutorial
2022-11-24 16:06:36 -05:00
Georges Boris
4b4eccbf41
fix: site.css font-family broken sources
2022-11-19 16:53:01 -03:00
Richard Feldman
200d456b7b
Create single source of favicon truth
2022-11-19 06:23:46 -05:00
Richard Feldman
9925210f18
Minify favicon
2022-11-19 05:50:19 -05:00
Richard Feldman
71a1f90a59
Retry a CSP hash
2022-11-19 05:40:45 -05:00
Richard Feldman
951fc5a8ed
Revert "Give up on CSP blocking inline <style>s"
...
This reverts commit 5829d1320a
.
2022-11-19 04:51:10 -05:00
Richard Feldman
5829d1320a
Give up on CSP blocking inline <style>s
2022-11-19 04:26:17 -05:00
Richard Feldman
09cc3a66ab
Only use style-src of the hash
2022-11-19 04:12:23 -05:00
Richard Feldman
fead6cdcb0
Fix Content-Security-Policy missing sha256-
2022-11-19 03:59:38 -05:00
Anton-4
3cd57e078e
Merge pull request #4539 from georgesboris/main
...
Use roc-lang/design-assets for website fonts
2022-11-18 20:59:36 +01:00
Georges Boris
860f27bbf4
chore: www/build.sh get fonts from commit tarball
...
Signed-off-by: Georges Boris <georgesboris@gmail.com>
2022-11-18 16:56:35 -03:00
Georges Boris
3d1ae8d317
refactor: remove support for super old browsers
...
Signed-off-by: Georges Boris <georgesboris@gmail.com>
2022-11-18 16:56:35 -03:00