1
0
Fork 0
Commit graph

149 commits

Author SHA1 Message Date
joostdecock
6821086dd6 fix(jane): Fix various issues with Jane
This includes wrong names for MDX components, missing content for
documentation of design options, and renaming a poorly named option.
2024-05-12 11:58:46 +02:00
joostdecock
a954695b3f fix(shared): Fix issue in ReadMore component 2024-05-04 17:44:11 +02:00
joostdecock
5ce91673b7 fix(shared): Apply sitenav filters to ReadMore MDX component
A while ago, I rewrote the sitenav component to *just* use the ReadMore
MDX component to generate the navigation tree.

However, sitenav have certain keys that you can set to control the
visibility of hte item to the user, and those filters were not added
to the ReadMore component, thus showing navigation items that should
have been hidden.
2024-04-27 16:43:59 +02:00
joostdecock
f1bec11ae7 chore: Added web-of-trust 2024-04-06 13:21:04 +02:00
joostdecock
38d48690ad chore: Linter warnings 2024-03-23 17:14:57 +01: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
b354b189d6 feat(shared): Auto-generate jargon list. Closes #6102 2024-03-17 19:19:56 +01:00
joostdecock
1506975447 feat(shared): Support import/clone of measuremnts set 2024-03-17 11:18:21 +01:00
joostdecock
1e9bfa5d1b feat: Add terminoloy/glossary page and component
Inspired by the proposed documentation changes in #6230 I have added a
new component and documentation pages that list the various terms.
2024-03-02 14:45:41 +01:00
joostdecock
e87e889a87 wip(shared): Started working on jargon overhaul
See #6017
2024-02-17 19:55:56 +01:00
joostdecock
ffe938783f wip(org): Working on stats/users pages 2024-01-14 18:31:52 +01:00
joostdecock
3e2fafa647 chore: Updating SDE dependency list 2023-12-10 13:13:58 +01:00
joostdecock
0780e22ae0 fix(shared): Names in measieimage and force aspect ratio 2023-11-18 18:37:49 +01:00
joostdecock
c2cbbf1928 fix(shared): Include MeasieImage. Fixes #5485 2023-11-18 18:25:25 +01:00
joostdecock
fbd6cd0a64 chore(shared): Make componenet non-anonymous 2023-11-12 11:15:41 +01:00
joostdecock
245ed30cac chore: Remove lint 2023-11-12 11:06:29 +01:00
joostdecock
a88f8652ae feat(shared): Added images for measurements 2023-11-11 18:55:28 +01:00
joostdecock
a032dcf620 chore: Remove lint 2023-11-01 13:49:10 +01:00
joostdecock
9a9f29d2eb feat(shared): Updated design picker 2023-11-01 13:42:03 +01:00
Joost De Cock
075cb34184 feat(plugin-ringsector): New plugin to draft a ring sector
This plugin provides the `ringsector` and `rmringsector` plugins.

The Sandy design was adapted to use the `ringsector` plugin instead of
its own method for doing this (that method was the base for this
plugin).

The plugin is also added to the tabbed-example component.

This closes #3865
2023-10-16 16:19:27 +02:00
Joost De Cock
924200dd11 fix(shared): Import from ESM source, not from built code 2023-10-15 16:28:22 +02:00
Joost De Cock
f0ced8cb34 chore(shared): Tweaks to sitenav 2023-10-14 12:58:42 +02:00
Joost De Cock
5c3336d157 fix(shared): Small component fixes 2023-10-12 19:43:27 +02:00
Joost De Cock
dd13c15195 chore(shared): Use ReadMore for navlinks 2023-10-12 11:30:52 +02:00
Joost De Cock
d43f8107f7 chore: Remove lint 2023-10-10 15:47:19 +02:00
Joost De Cock
b8d68811db fix(markdown): Various changes required for the site
This applies a number of changes, typically in how inline MDX components
are handled, including properly naming things (replace pattern when what
we really mean is design) and other tweaks.
2023-10-10 15:43:25 +02:00
Joost De Cock
33f7076c76 chore(shared): Replace react-markdown with dynamic mdx 2023-10-10 09:05:22 +02:00
Joost De Cock
763190d721 chore(org): port new post to new mdx loader 2023-10-10 08:53:16 +02:00
Joost De Cock
ec0b8b0322 fix(org): Port blog posts to new MDX loader 2023-10-10 07:35:11 +02:00
Joost De Cock
78775084e3 chore: Remove lint 2023-10-09 15:54:51 +02:00
Joost De Cock
a0bcf01b47 chore: Remove lint 2023-10-09 13:47:36 +02:00
Joost De Cock
90afd3e28e feat(org): Switched to better dynamic mdx 2023-10-09 11:42:16 +02:00
joostdecock
9b32d971a5 wip(shared): Taking MDX out of webpack bundle 2023-10-06 09:15:07 +02:00
joostdecock
c65c5876a3 wip(sde): Working on file list 2023-09-29 16:01:27 +02:00
joostdecock
a7b0626634 fix(simon): Type in property 2023-09-28 16:17:59 +02:00
joostdecock
3ed61f56e1 feat(shared): Add kiosk mode to tabbed examples 2023-09-28 10:02:09 +02:00
joostdecock
32d6e938df wip: Rewrite tutorial for v3 2023-09-28 09:11:06 +02:00
joostdecock
5e4f7ffb7d feat(org): Added design pages 2023-09-25 17:49:39 +02:00
joostdecock
4bf26704e9 fix(shared): Fix plugin bundle import 2023-09-07 13:09:42 +02:00
joostdecock
2106a38154 feat(org): Bookmarks for docs 2023-09-04 11:01:08 +02:00
Joost De Cock
c98a67885c chore(shared): Consolidate tab components 2023-08-28 20:30:00 +02:00
joostdecock
dad2fa0e99 feat(shared): Overhaul sets 2023-08-23 12:18:20 +02:00
Joost De Cock
70e636ce52 wip(org): Work on showcase editor 2023-08-16 15:54:32 +02:00
joostdecock
513fe23ab7 chore: Updated import path to Popout component 2023-07-23 18:42:06 +02:00
joostdecock
8edf9cff94 chore: Fixed linter issues 2023-07-21 10:27:15 +02:00
Joost De Cock
78fa37869e chore(shared/dev): Remove use-navigation hook 2023-07-20 08:42:56 +02:00
Enoch Riese
8a4c558cee more contained fixes to docs 2023-07-17 11:40:45 -05:00
joostdecock
50580720dd chore(shared): Hover color on edit page button 2023-07-16 09:27:46 +02:00
joostdecock
fd5b10775f chore(shared): Updated 'edit this page' button 2023-07-16 09:20:23 +02:00
joostdecock
3df7367fc7 chore: Linter warnings 2023-07-16 07:27:51 +02:00