Commit graph

129 commits

Author SHA1 Message Date
Richard Feldman
855d72b6ba
Put nav last on mobile 2024-11-29 20:20:08 -05:00
Richard Feldman
e9e90ad7ce
Fix overflow-x on <main> 2024-11-29 20:17:59 -05:00
Richard Feldman
cc919f2f91
Fix docs styling on mobile 2024-11-29 19:08:08 -05:00
Richard Feldman
be3c1a9445
Make the top bar go the full width of docs page 2024-11-29 18:19:50 -05:00
Richard Feldman
52b261cf79
Hide the results whenever anyone clicks outside 2024-11-29 15:12:49 -05:00
Richard Feldman
956d07f179
Show all search results, each with max of 3 lines 2024-11-29 13:23:01 -05:00
Richard Feldman
9662b4b11d
Improve search result keyboard styling 2024-11-29 12:57:55 -05:00
Richard Feldman
0bf5c0aa59
Change background on search result hover 2024-11-29 12:54:56 -05:00
Richard Feldman
e528489835
Make search box keyboard-friendly 2024-11-29 12:20:54 -05:00
Richard Feldman
aabef9dd48
Restyle docs search results 2024-11-29 02:18:20 -05:00
Richard Feldman
b456ee9592
Remove a bunch of allocations from docs gen 2024-11-29 01:13:52 -05:00
Richard Feldman
74d0560699
Fix null-safety bug in search.js 2024-11-29 01:07:35 -05:00
Luke Boswell
f5b4f8021e
Merge branch 'main' into hotfix/search-nav 2024-11-15 07:11:31 +11:00
Agus Zubiaga
8a65617704
Effectful function in docs 2024-11-07 18:54:19 -03:00
John Konecny
5e28756b1e
Fixed broken link for doc search on ios 2024-11-04 14:05:19 -05:00
John Konecny
470380993d
Addessed PR comments 2024-11-04 09:40:24 -05:00
John Konecny
d01ce48c97
Added LLM Prompt 2024-11-03 12:06:51 -05:00
John Konecny
3974c9a978
Added search by signature in docs 2024-10-26 16:43:11 -04:00
Omar Jatoi
3f318e2235
update existing calls to roc_cache_dir()
using `roc_cache_packages_dir()` instead, which will return "~/.cache/roc/packages", which was the existing functionality, but `roc_cache_dir()` will now return "~/.cache/roc"
2024-10-03 12:52:52 -04:00
Agus Zubiaga
d14b1f805c
Fix LookedupSymbol reference in docs 2024-07-02 04:10:44 -03:00
Agus Zubiaga
2da7ea394b
Add --main flag to specify app/package to resolve deps from 2024-06-07 17:09:44 -03:00
Richard Feldman
17d761252f
Improve reporting for doc links problems 2024-04-26 16:31:20 -04:00
Brendan Hansknecht
6dc5bfb1b7
Use roc_target over target_lexicon
Tailors a target class for our needs.
Replaces tons of uses across the entire compiler.
This is a base for later adding new targets like thumb.
2024-03-31 10:50:26 -07:00
Luke Boswell
370ac1e6b8
move suffixed parsing into chomp_identifier_chain 2024-03-22 19:22:05 +11:00
Anton-4
3fadcf7bcb
style changes 2024-03-16 14:41:08 +01:00
faldor20
be71514435
spelling 2024-03-12 00:26:29 +10:00
faldor20
45d994d7d7
clippy 2024-03-12 00:18:01 +10:00
faldor20
321baf86d1
moved exposed module filtering into docs 2024-03-12 00:02:19 +10:00
faldor20
772441dbcb
fixed docs type issue 2024-03-11 15:17:45 +10:00
Stuart Hinson
7c5dd9e0aa allow attributes in doc headers
include ENABLE_HEADING_ATTRIBUTES markdown option
2024-01-26 08:32:50 -05:00
andreystepanov
1620fb54c2
Fixed wrapping for long words to avoid horizontal scroll 2023-12-05 12:05:55 +02:00
Jakub
7b08bf9486
Add CSS border to module functions in docs nav
Make side nav in docs more readable

Signed-off-by: Jakub <nawias@gmail.com>
2023-11-25 15:49:47 +01:00
Richard Feldman
f128ea3644
Fix copy-code buttons on /tutorial 2023-11-20 06:47:22 -05:00
Richard Feldman
7f87af7d5e
cargo fmt 2023-11-18 21:49:40 -05:00
Richard Feldman
89be091f87
Order modules in docs sidebar based on exposes 2023-11-18 21:02:49 -05:00
Richard Feldman
93fe2409e7
Fix link hover color on generated docs 2023-11-18 20:09:51 -05:00
Richard Feldman
06e15973fd
Don't auto-indent doc headings
It looks bad if there are newlines in there
2023-11-18 20:04:09 -05:00
Richard Feldman
b173f8368e
Update docs styles 2023-11-18 20:03:40 -05:00
Richard Feldman
b8f89a121b
Fix some generated documentation styles 2023-11-18 19:48:25 -05:00
Richard Feldman
fb17d89dfc
Format some js 2023-11-09 22:20:07 -05:00
Anton-4
54180cc7a8
Merge pull request #5920 from roc-lang/output-flag
Add --output flag
2023-10-23 16:48:07 +02:00
Richard Feldman
9573cf827c
Make the favicon real 2023-10-22 15:17:21 -04:00
Richard Feldman
a96752a65a
Add --output CLI flag for roc docs 2023-10-19 17:21:27 -04:00
Richard Feldman
0ab49454b3
Fix favicon on Safari 2023-09-18 15:26:09 -05:00
Richard Feldman
789090a514
Simplify some templatized links 2023-09-18 15:26:08 -05:00
Richard Feldman
d3ae8b719b
Fix some favicon stuff, autoformat www content 2023-09-18 15:26:08 -05:00
Richard Feldman
fc7e069712
Generate docs for ability definitions 2023-08-11 21:19:18 -04:00
Richard Feldman
b7ebb01f88
Fix spaces in docs rendering for -> in functions 2023-08-11 21:19:18 -04:00
Richard Feldman
9fe08cafd0
Render docs for abilities, tuples, and as 2023-08-11 20:59:40 -04:00
Anton-4
6bc090dc64
add issue to TODO 2023-07-31 13:38:10 +02:00