1
0
Fork 0
Commit graph

47 commits

Author SHA1 Message Date
joostdecock
f1bec11ae7 chore: Added web-of-trust 2024-04-06 13:21:04 +02:00
joostdecock
81831f1dc4 chore(shared): Tweaks to navlinks and allow wide reading view
Having build a documentation system at my job as well as the frontend
for it, it was rather surprised that a surprisingly large proportion of
my colleagues complained that the text was 'too narrow'.

When reading documentation, the horizontal space is constrained to limit
the amount of characters on a line. Long lines make for very hard to
read text, because each time your eyes dart back from the end of the
line to the beginning of the next line, it becomes harder to stay
vertically anchored on the correct line.

It's best practice to limit the line length like this, and so I've
always been doing it. However, after someone at work asked, I added a
toggle to allow the text to fill the available space.

Much to my surprise, this was hailed like some sort of significant
improvement. I still don't think it makes sense, but I've added a
similar checkbox to the docs pages of both dev and org sites anyway.
2024-03-23 17:05:30 +01:00
joostdecock
d9741254a9 chore(sites): imprive inline code styling 2024-01-07 16:26:31 +01:00
joostdecock
e65f2ca701 chore(shared): Updated title weight 2023-11-01 11:15:09 +01:00
joostdecock
38f6487a8d feat(markdown): Clarify css classes. Closes #4120 2023-10-29 11:16:34 +01:00
Joost De Cock
a57993ea4f feat(shared): Support for 2 different links in design picker. Closes #5060 2023-10-02 16:00:31 +02:00
joostdecock
c65c5876a3 wip(sde): Working on file list 2023-09-29 16:01:27 +02:00
joostdecock
5e4f7ffb7d feat(org): Added design pages 2023-09-25 17:49:39 +02:00
Joost De Cock
e74d5609e9 chore(shared): Padding on markdown paragraphs for flags 2023-09-12 16:05:12 +02:00
joostdecock
2d5723ff33 feat(shared): Support markdown in flags 2023-09-07 14:20:17 +02:00
Joost De Cock
90561d3214 chore(shared): Title style tweaks 2023-08-29 13:51:40 +02:00
joostdecock
6e87493440 feat(org): Better handling of apikeys 2023-08-21 16:14:58 +02:00
Enoch Riese
9e1431d554 convert blog and showcase pages to dynamic mdx loading 2023-07-17 20:10:08 -05:00
joostdecock
d324a02bd8 chore: Changes to link style 2023-07-16 17:15:10 +02:00
joostdecock
0ec14528e0 feat: improve sitemap including on mobile 2023-07-13 19:58:42 +02:00
joostdecock
0a9e71caf3 feat(shared): Re-implement MDX TOX. Closes #4129 2023-06-17 17:29:28 +02:00
joostdecock
5208852ed1 wip(shared): Work on #4272 better workbench navigation 2023-06-12 19:38:20 +02:00
joostdecock
8badef08f8 feat(shared): Handle translation in pattern logs 2023-06-11 09:26:56 +02:00
joostdecock
d803ccf8b2 fix(shared): Inspector performance improvements 2023-06-08 07:49:32 +02:00
joostdecock
9c7ea25e3b wip(shared): Paths support in Inspector 2023-06-03 16:59:19 +02:00
joostdecock
4075e35641 wip(shared): Points support in Inspector 2023-06-02 18:21:40 +02:00
joostdecock
6ae91efeed chore: Improvements to modal 2023-04-16 10:45:36 +02:00
Joost De Cock
995bb23551 wip(shared): Nav prebuild changes 2023-03-28 16:47:52 +02:00
joostdecock
79434846b6 feat(org): Further work on account pages 2023-02-19 20:49:15 +01:00
joostdecock
595417a23b feat(org): Ported components to mjs and named exports 2023-01-29 16:44:02 +01:00
Joost De Cock
e75d88c67f wip: Work on onboarding 2023-01-22 19:46:56 +01:00
joostdecock
fe568b6a16 wip(org): Work on signup flow 2023-01-14 22:40:07 +01:00
Joost De Cock
78879db88d wip(org): Tweaks to layout/fonts 2022-12-26 17:10:14 +01:00
Joost De Cock
d33e438821 wip(shared): Tweak to titles 2022-12-25 19:11:15 +01:00
Joost De Cock
5177e42dd2 feat(markdown): Add CSS class docs. Closes #2833 2022-10-14 03:14:29 +02:00
Joost De Cock
1fae0bc3d8 feat(rehype-highlight-lines): Themeing and overflow fix 2022-10-12 18:34:34 +02:00
Joost De Cock
230dc17a45 fix(rehype-highlight-lines): Handle whitespace issues 2022-10-12 18:00:58 +02:00
Joost De Cock
9641978270 feat(rehype-highlight-lines): Support highlighting in params block 2022-10-11 15:07:31 +02:00
Joost De Cock
5ece45bcb6 feat(shared): Changes for code highlighting 2022-10-11 01:36:26 +02:00
Joost De Cock
1f4793a5ef feat(dev): Layout/header tweaks 2022-10-04 01:20:49 +02:00
Joost De Cock
f0e233513b wip(dev): More changes for v3 docs 2022-09-25 10:55:37 +02:00
joostdecock
a44c23c270 chore(shared): Tweaks to mdx table styles 2022-09-21 12:29:26 +02:00
Joost De Cock
f882a26408 chore(lab): Changes to handle multisets in core 2022-09-17 10:30:21 +02:00
Joost De Cock
1812ed6be9 fix(shared): Styles for buttonhole start and end 2022-09-01 19:34:34 +02:00
joostdecock
67de3b260a fix(lab): Styling for buttons and buttonholes 2022-08-24 18:32:54 +02:00
Enoch Riese
1a65a16e56 separate print layout from draft layout. add better buttons 2022-08-09 16:17:17 -05:00
joostdecock
406e38783e chore: More style tweaks for jargon 2022-07-18 18:50:34 +02:00
joostdecock
be70c5b424 wip: Work on new rehype-markdown plugin 2022-07-17 21:25:41 +02:00
Joost De Cock
a0c7939be7 chore(shared): Style for lists in mdx 2022-07-02 22:54:30 +02:00
Joost De Cock
5fba460e4b chore(lab): Tweaks to path info 2022-06-18 12:49:49 +02:00
Joost De Cock
a37e66c0e5 feat(lab): Bring up info on paths when clicked upon 2022-06-18 12:15:05 +02:00
Joost De Cock
43ee0f1790 chore: Adapt sites to recent changes 2022-06-17 12:02:09 +02:00