Commit Graph

116 Commits

Author SHA1 Message Date
Stuart Hinson
7c5dd9e0aa allow attributes in doc headers
include ENABLE_HEADING_ATTRIBUTES markdown option
2024-01-26 08:32:50 -05:00
Luke Boswell
4e7b822ec3
Merge branch 'main' into fix-docs-css 2024-01-24 15:32:09 +11:00
Brian Teague
60c639b60e
Consolidate gitignore
Keep certain files with no file extension

Keep specific files with no file extension

Delete all gitignore files
2024-01-10 22:16:04 -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
Anton-4
99cfd1fe92
removed editor, ast, markup crate 2023-09-11 16:40:52 +02: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
Anton-4
f8e53e33e5
fix docs root link 2023-07-31 13:26:48 +02:00
Richard Feldman
319e05b293
Merge pull request #5661 from roc-lang/docs-base-url
use html base for single source of truth
2023-07-25 10:45:52 -04:00
Anton-4
ae7c421cac
fmt 2023-07-15 11:43:54 +02:00
Anton-4
e627a58b67
link fixes 2023-07-15 11:28:11 +02:00
Ayaz Hafiz
44c4797d9a
Parameterize program solving on a FunctionKind
This new flag determines whether we should introduce a new kind to
represent lambda sets, or whether lambdas should be erased. The latter
is not yet implemented.
2023-07-12 13:53:50 -05:00
Folkert
ef39bad7c6
auto clippy fixes 2023-07-10 18:27:08 +02:00
Luke Boswell
1f1e57a7a5
add docs stlying for blockquotes 2023-06-11 10:35:23 +10:00
Luke Boswell
65380b2cd5
remove docs syntax highlighting for inline snippets 2023-06-10 14:59:34 +10:00
Anton-4
af8c3ffd73
fixed docs index.html overwrite 2023-05-17 17:39:15 +02:00
Anton-4
9fd2224afa
clippy fix
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-05-15 19:58:49 +02:00
Anton-4
662a0beceb
fix roc-lang.org
Signed-off-by: Anton-4 <17049058+Anton-4@users.noreply.github.com>
2023-05-15 19:21:38 +02:00
Bryce Miller
3d67d7091f
style package index module list 2023-05-10 07:55:38 +02:00
Bryce Miller
4603d8cc84
generate package index 2023-05-10 07:55:27 +02:00
Bryce Miller
ff3c209be8
eliminate unnecessary closures 2023-05-06 13:10:19 +02:00
Bryce Miller
54da8acb0c
slightly better error messages 2023-05-06 12:27:08 +02:00
Bryce Miller
8bd80406e6
read files relative to roc dir 2023-05-05 22:48:52 +02:00
Bryce Miller
ccbbf2b1ce
load static assets from fs for debug builds 2023-05-04 19:25:55 +02:00
Luke Boswell
ac07ddcbaf
add highlighting for other languages 2023-04-10 13:21:24 +10:00
Yuki Omoto
f0e223a6b3
Fix clippy error 2023-03-27 20:43:51 +09:00
Yuki Omoto
1be74346f4
Render parentheses at the right position in docs 2023-03-27 19:49:06 +09:00
Yuki Omoto
33ed87cacb
Add missing parentheses of type annotation in docs
This commit adds parentheses for type annotation of nested function
as in `mapWithIndex : List a, (a, Nat -> b) -> List b`.

This resolves #4698
2023-03-26 21:04:26 +09:00
Yuki Omoto
e8adfa5b71
Treat html as text in markdown parsing to disallow html in docs 2023-03-25 21:17:53 +09:00
itmuckel
97f68974a9
Code Review Changes 2023-03-20 19:53:38 +01:00
itmuckel
cc70413e05
Add github style links to docs sections 2023-03-20 19:53:31 +01: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