Marcus Blättermann
aebe52efa7
Fix improper component nesting
...
Next doesn't allow block elements inside a `<p>`
2022-12-20 23:21:05 +01:00
Marcus Blättermann
c3e1c771ac
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-20 23:21:05 +01:00
Marcus Blättermann
4c7552dcb1
Add Universe projects
2022-12-20 23:21:05 +01:00
Marcus Blättermann
cefbb3d203
Add Universe categories
2022-12-20 23:21:05 +01:00
Marcus Blättermann
7dac26df38
Add Universe index page
2022-12-20 23:21:05 +01:00
Marcus Blättermann
a2fc7ecb27
Fix default value for theme
2022-12-20 23:21:05 +01:00
Marcus Blättermann
ab4b6cc1dc
Simplify anchors
2022-12-20 23:21:04 +01:00
Marcus Blättermann
e0ca8a0f56
Add model pages
2022-12-20 23:21:04 +01:00
Marcus Blättermann
5d22487521
Fix markdown rendering inside components
2022-12-20 23:21:04 +01:00
Marcus Blättermann
13730a6567
Merge imports
2022-12-20 23:21:04 +01:00
Marcus Blättermann
dd047abb5f
Update comment syntax in MDX
2022-12-20 23:21:04 +01:00
Marcus Blättermann
94aa3629bb
Rename heading attribute
...
`new` was causing some weird issue, so renaming it to `version`
2022-12-20 23:21:04 +01:00
Marcus Blättermann
5f5d09f9dc
Fix heading attributes
2022-12-20 23:21:03 +01:00
Marcus Blättermann
294d06fca0
Fix pattern image
2022-12-20 23:21:03 +01:00
Marcus Blättermann
9169b8f4b3
Fix broken images
2022-12-20 23:21:03 +01:00
Marcus Blättermann
d1c4d65590
Fix links
2022-12-20 23:21:03 +01:00
Marcus Blättermann
d3f95831aa
Implement layout
2022-12-20 23:21:03 +01:00
Marcus Blättermann
6de49b9f1a
Fix broken CSS classes
2022-12-20 23:21:03 +01:00
Marcus Blättermann
f6b43b6e7e
Fix broken list
2022-12-20 23:21:02 +01:00
Marcus Blättermann
7b2c230981
Add correct styling
2022-12-20 23:21:02 +01:00
Marcus Blättermann
507742f763
Add missing components to MDX
2022-12-20 23:21:02 +01:00
Marcus Blättermann
f5cd7803c8
Remove unallowed heading
...
Before `h1` components where not overwritten and would never have worked and they aren't used anywhere either.
2022-12-20 23:21:02 +01:00
Marcus Blättermann
2a97e897a6
Use existing Remark components
2022-12-20 23:21:02 +01:00
Marcus Blättermann
c48c8d55e7
Remove reliance on InlineList
2022-12-20 23:20:59 +01:00
Marcus Blättermann
0fe4f87072
Remove outdated MDX handling
2022-12-20 17:51:57 +01:00
Marcus Blättermann
1925ae9683
Install necessary dependencies
2022-12-20 17:51:56 +01:00
Marcus Blättermann
7e6d280797
Add necessary meta data to pages
2022-12-20 17:51:56 +01:00
Marcus Blättermann
66f7bd5d5c
Add plugin to fix problem with wrapped images
...
For more details see this issue: https://github.com/mdx-js/mdx/issues/1798
2022-12-20 17:51:56 +01:00
Marcus Blättermann
2d12e13f32
Add plugin to readd support for tables
2022-12-20 17:51:56 +01:00
Marcus Blättermann
4340a9a248
Add plugin for custom attributes on Markdown elements
2022-12-20 17:51:56 +01:00
Marcus Blättermann
343c0054f2
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-20 17:51:56 +01:00
Marcus Blättermann
93a52e00da
Rename wrapper type
2022-12-20 17:51:56 +01:00
Marcus Blättermann
fe600c30ca
Use plugin
2022-12-20 17:51:55 +01:00
Marcus Blättermann
75bccfeec7
Add dependencies for plugin
2022-12-20 17:51:55 +01:00
Marcus Blättermann
a4925083d4
Update plugin for wrapping sections
2022-12-20 17:51:55 +01:00
Marcus Blättermann
b65e29595a
Move and rename plugins
2022-12-20 17:51:55 +01:00
Marcus Blättermann
fde7a613f8
Update project structure in README.md
2022-12-20 17:51:55 +01:00
Marcus Blättermann
cc9ab9b0ec
Rephrase Docker part of README.md
2022-12-20 17:51:55 +01:00
Marcus Blättermann
af7b5351cc
Remove Gatsby from README.md
2022-12-20 17:51:54 +01:00
Marcus Blättermann
b4fc5a5c4c
Merge branch 'prepare-next' into migrate-to-next-web-17
2022-12-20 17:50:56 +01:00
Marcus Blättermann
6a1841a056
Disabled typescript during build
2022-12-20 17:46:33 +01:00
Marcus Blättermann
a5d573095f
Disabled ESLint during builds
2022-12-20 17:46:33 +01:00
Marcus Blättermann
978045b36b
Redirect index.mdx
to parent directory
2022-12-20 17:46:33 +01:00
Marcus Blättermann
dcf8455f77
Extract logic
2022-12-20 17:46:33 +01:00
Marcus Blättermann
6fa2bf2fff
Allow to parse subfolders for pages
2022-12-20 17:46:33 +01:00
Marcus Blättermann
7c31de6c34
Refactoring
2022-12-20 17:46:33 +01:00
Marcus Blättermann
d625737451
Allow to handle directories for page creation
2022-12-20 17:46:33 +01:00
Marcus Blättermann
4151870c9f
Extract function
...
This will make the next commit easier to read
2022-12-20 17:46:33 +01:00
Marcus Blättermann
aea5496788
Add ability to load plugins
2022-12-20 17:46:32 +01:00
Marcus Blättermann
790e03f900
Add import for custom components
2022-12-20 17:46:32 +01:00