Marcus Blättermann
81845d1807
Replace landing page MDX with page component
2022-12-15 16:03:33 +01:00
Marcus Blättermann
79fd1ab4ff
Fix improper component nesting
...
Next doesn't allow block elements inside a `<p>`
2022-12-15 16:03:32 +01:00
Marcus Blättermann
dc04d95401
Fix Next problem with copy
...
Next complains when the server renders something different then the client, therfor we move the differing logic to `useEffect`
2022-12-15 16:03:32 +01:00
Marcus Blättermann
da9fb36990
Add Universe projects
2022-12-15 16:03:32 +01:00
Marcus Blättermann
5ce96d52ac
Add Universe categories
2022-12-15 16:03:32 +01:00
Marcus Blättermann
f077b5c1f6
Add Universe index page
2022-12-15 16:03:32 +01:00
Marcus Blättermann
dfa204711a
Fix default value for theme
2022-12-15 16:03:32 +01:00
Marcus Blättermann
3f4234ba10
Simplify anchors
2022-12-15 16:03:31 +01:00
Marcus Blättermann
7b083bcdac
Add model pages
2022-12-15 16:03:31 +01:00
Marcus Blättermann
c51a15169e
Fix markdown rendering inside components
2022-12-15 16:03:31 +01:00
Marcus Blättermann
7919f6db4a
Merge imports
2022-12-15 16:03:31 +01:00
Marcus Blättermann
ab5e4f7e13
Update comment syntax in MDX
2022-12-15 16:03:31 +01:00
Marcus Blättermann
5c3dbc3a51
Rename heading attribute
...
`new` was causing some weird issue, so renaming it to `version`
2022-12-15 16:03:31 +01:00
Marcus Blättermann
3297f70b48
Fix heading attributes
2022-12-15 16:03:31 +01:00
Marcus Blättermann
d2f8626cdd
Fix pattern image
2022-12-15 16:03:30 +01:00
Marcus Blättermann
bc16d6c810
Fix broken images
2022-12-15 16:03:30 +01:00
Marcus Blättermann
d455a5136b
Fix links
2022-12-15 16:03:30 +01:00
Marcus Blättermann
8464c1aa10
Implement layout
2022-12-15 16:03:30 +01:00
Marcus Blättermann
5402360d4d
Fix broken CSS classes
2022-12-15 16:03:30 +01:00
Marcus Blättermann
5c59be29bb
Fix broken list
2022-12-15 16:03:30 +01:00
Marcus Blättermann
3f357174f1
Add correct styling
2022-12-15 16:03:29 +01:00
Marcus Blättermann
eecc5a0169
Add missing components to MDX
2022-12-15 16:03:29 +01:00
Marcus Blättermann
358a02290d
Remove unallowed heading
...
Before `h1` components where not overwritten and would never have worked and they aren't used anywhere either.
2022-12-15 16:03:29 +01:00
Marcus Blättermann
f028ef31e5
Use existing Remark components
2022-12-15 16:03:29 +01:00
Marcus Blättermann
fb657158b8
Remove reliance on InlineList
2022-12-15 16:03:29 +01:00
Marcus Blättermann
55196bc2eb
Remove outdated MDX handling
2022-12-15 16:03:29 +01:00
Marcus Blättermann
b835a50b1b
Install necessary dependencies
2022-12-15 16:03:29 +01:00
Marcus Blättermann
d57cb7a861
Add necessary meta data to pages
2022-12-15 16:03:28 +01:00
Marcus Blättermann
9977fe7a3c
Add plugin to fix problem with wrapped images
...
For more details see this issue: https://github.com/mdx-js/mdx/issues/1798
2022-12-15 16:03:28 +01:00
Marcus Blättermann
674180bffd
Add plugin to readd support for tables
2022-12-15 16:03:28 +01:00
Marcus Blättermann
1f8d165476
Add plugin for custom attributes on Markdown elements
2022-12-15 16:03:28 +01:00
Marcus Blättermann
37b1f754b7
Simplify unnessary adding of id to sections
...
The slugified section ids are useless, because they can not be referenced anywhere anyway. The navigation only works if the section has the same id as the heading.
2022-12-15 16:03:26 +01:00
Marcus Blättermann
8637988206
Rename wrapper type
2022-12-15 16:03:10 +01:00
Marcus Blättermann
d487c83dfd
Use plugin
2022-12-15 16:03:09 +01:00
Marcus Blättermann
92cd3ec348
Add dependencies for plugin
2022-12-15 16:03:07 +01:00
Marcus Blättermann
4f309ab3a0
Update plugin for wrapping sections
2022-12-15 16:02:07 +01:00
Marcus Blättermann
2945c5abc2
Move and rename plugins
2022-12-15 16:02:07 +01:00
Marcus Blättermann
398f826898
Update project structure in README.md
2022-12-15 16:02:07 +01:00
Marcus Blättermann
85c56cf1e2
Rephrase Docker part of README.md
2022-12-15 16:02:07 +01:00
Marcus Blättermann
403bcfb2a5
Remove Gatsby from README.md
2022-12-15 16:02:06 +01:00
Marcus Blättermann
8aedbc0b58
Merge commit 'a6342f8abaecd1a8a86c3d59cd016a2eb3688165' into wip-migrate-to-next-13
2022-12-15 16:02:04 +01:00
Marcus Blättermann
2613dbb45e
Fix broken table
2022-12-15 15:48:55 +01:00
Marcus Blättermann
6ac68219c1
Move Remark components to own file
2022-12-15 00:25:21 +01:00
Marcus Blättermann
998dc1da54
Remove unnessary key
...
This reduces the reliance on `location`
2022-12-15 00:25:21 +01:00
Marcus Blättermann
fb5f7b0dc5
Remove static queries
...
Import JSON meta data directly, to simplify components
2022-12-15 00:25:21 +01:00
Marcus Blättermann
94beed24f1
Apply Prettier
2022-12-15 00:25:21 +01:00
Marcus Blättermann
608551c04a
Fix ESLint react/jsx-no-duplicate-props
2022-12-15 00:25:21 +01:00
Marcus Blättermann
98837c781d
Fix ESLint key={index}>
2022-12-15 00:25:20 +01:00
Marcus Blättermann
6fcb69779e
Fix ESLint react/jsx-no-target-blank
2022-12-15 00:25:20 +01:00
Marcus Blättermann
dbfdc55989
Fix ESLint react/no-unescaped-entities
2022-12-15 00:25:20 +01:00