1
0
Fork 0
Commit graph

75 commits

Author SHA1 Message Date
joostdecock
8edf9cff94 chore: Fixed linter issues 2023-07-21 10:27:15 +02:00
joostdecock
4b037111be chore: Fixed linter issues 2023-07-21 10:16:32 +02:00
Joost De Cock
d4c2652cf9 chore(dev): removed debug output 2023-07-20 18:31:39 +02:00
Joost De Cock
53994726cf fix(dev): Correct path in 404 page 2023-07-20 18:30:39 +02:00
Joost De Cock
78fa37869e chore(shared/dev): Remove use-navigation hook 2023-07-20 08:42:56 +02:00
Joost De Cock
dc05143840 feat(sites): Overhauled prebuild system 2023-07-19 19:08:41 +02:00
joostdecock
95e98f5243 fix(dev): Typo on homepage 2023-07-16 17:36:03 +02:00
joostdecock
cb5753bb35 chore: Linter warnings 2023-07-16 17:31:46 +02:00
joostdecock
bafafac5e0 feat(dev): Work on home page 2023-07-16 17:14:54 +02:00
joostdecock
3df7367fc7 chore: Linter warnings 2023-07-16 07:27:51 +02:00
joostdecock
b5303e0e63 chore(dev): Use shared layout components for pages 2023-07-15 17:10:28 +02:00
joostdecock
9f957793f9 feat(dev): Ported pages to new layout 2023-07-15 11:54:32 +02:00
joostdecock
3a5a00fcfe chore(dev): Updated docs page layout 2023-07-15 10:38:10 +02:00
joostdecock
0a8dd5f111 feat(dev/shared): Ported PrevNext component to new nav structure 2023-07-14 09:23:37 +02:00
joostdecock
dce1f6a608 chore: Tweaks to MDX metadata display 2023-07-13 21:15:25 +02:00
joostdecock
0a9e71caf3 feat(shared): Re-implement MDX TOX. Closes #4129 2023-06-17 17:29:28 +02:00
joostdecock
10c3fb660a chore: Linter warnings 2023-05-26 13:35:03 +02:00
Joost De Cock
a57ca51fc4 chore: Linter warnings 2023-05-24 17:18:37 +02:00
Joost De Cock
483daa10d7 chore(dev): Index page tweaks 2023-05-23 16:41:22 +02:00
Joost De Cock
8404129790 chore(dev): Tweaks to homepage on mobile 2023-05-23 11:35:29 +02:00
Joost De Cock
1693a9ed65 chore(dev): Tweaks on home page and contact 2023-05-23 10:52:39 +02:00
Joost De Cock
d7fa8b9096 feat(dev): Added search 2023-05-22 19:52:23 +02:00
joostdecock
8dff0b8f1b chore(dev): Changed to prebuild and ReadMore 2023-05-21 09:41:20 +02:00
joostdecock
da8d139d90 wip(sites): Prebuild tweaks 2023-05-20 16:56:51 +02:00
joostdecock
a4f192e090 fix(dev): Load MDX dynamically to reduce the number of routes
Prior to this commit we'd generate a page for each MDX document as that
avoids having to load MDX dynamically (which can be tricky) or through
static props (which causes issues with serialization).

However, Vercel (which hosts for us) has an upper limit on the number of
routes, and because of this extensive documentation, we blew passed it
with this approach.

This changes to a dynamic resolution of MDX content with an async import
in the useEffect hook. This should drastically reduce the number of
routes and make Vercel happy.

I didn't do much digging into the effects of this on SSR. If it turns
out it's causes issues, we'll deal with it at that time.
2023-05-20 13:22:36 +02:00
joostdecock
096c7290c1 chore(dev): Fixed some linter warnings 2023-05-17 13:12:34 +02:00
joostdecock
e4d25f1319 chore(dev): Added fixme to homepage 2023-05-17 13:03:39 +02:00
joostdecock
96079ad4cc feat(dev): Added the about page 2023-05-17 12:21:40 +02:00
joostdecock
4fae3a425f feat(dev): Ported dev site to new v3 site framework 2023-05-16 10:34:13 +02:00
joostdecock
33c609c886 chore: Linter warnings 2023-04-16 17:13:18 +02:00
Joost De Cock
91c0627cdd chore(shared): Shared navigation and wordmark tweaks 2023-03-26 09:18:51 +02:00
Joost De Cock
1745469bb0 chore: Fix icon view for nav 2023-03-26 08:49:21 +02:00
Joost De Cock
4697fbd999 chore(dev): Menu tweaks 2023-03-26 08:32:44 +02:00
Joost De Cock
e4c45e2e9b chore(dev): Added contact page to nav structure 2023-03-26 07:38:15 +02:00
Joost De Cock
85c0916186 chore(shared): Renamed saa to path 2023-03-26 06:56:43 +02:00
Joost De Cock
244f4524c4 wip(dev): Refactoring navigation 2023-03-26 06:51:11 +02:00
joostdecock
758b38c966 chore(shared): Fixed linter warning 2023-02-05 19:17:01 +01:00
joostdecock
dc1f1d7029 fix(dev): Fixed dev build 2023-02-05 16:51:52 +01:00
joostdecock
db789180b6 feat(dev): Ported dev site to named exports 2023-01-29 17:36:15 +01:00
Joost De Cock
d556f69b47 chore: Move title to page wrapper for dev site 2023-01-12 11:40:56 +01:00
Benjamin F
9b22375090 fix(dev,lab): Add <title> tags to HTML pages 2023-01-08 22:21:35 -08:00
Enoch Riese
477a4d93f5 everything passes lint 2022-12-03 11:25:02 -06:00
starfetch
8df3a662a0
chore(dev-docs): typo 2022-10-18 16:49:06 +02:00
starfetch
ff37c6127c
fix(dev-docs): link to migration guide 2022-10-18 16:45:13 +02:00
Joost De Cock
1484a7ab60 fix(dev): Full url to og images 2022-10-18 14:01:12 +02:00
Joost De Cock
8ca1dede82 chore(dev): Tweak to homepage OG 2022-10-18 13:58:12 +02:00
Joost De Cock
f6a2a1e892 fix(dev): Typo in contact page 2022-10-17 20:47:10 +02:00
Joost De Cock
e53e12ae89 chore(dev): Tweaks to homepage 2022-10-17 09:44:10 +02:00
Joost De Cock
c3bccb8eaf chore: Include translation in contact page 2022-10-17 09:03:30 +02:00
Joost De Cock
689c57d137 fix(dev): Font size on contact page 2022-10-16 23:19:33 +02:00