Commit Graph

15820 Commits

Author SHA1 Message Date
Marcus Blättermann
6aaeb26242
Replace svg-loader with react-inlinesvg
`svg-loader` is no longer maintained
2022-12-15 16:03:34 +01:00
Marcus Blättermann
0885a1fcc4
Add prebuild script
This command is automatically run by Next
2022-12-15 16:03:34 +01:00
Marcus Blättermann
2e0f056fe5
Allow to export static HTML pages 2022-12-15 16:03:34 +01:00
Marcus Blättermann
68ad99798a
Fix headings with logo 2022-12-15 16:03:33 +01:00
Marcus Blättermann
a82270613f
Fix unescaped characters in MDX 2022-12-15 16:03:33 +01:00
Marcus Blättermann
30152e4e3b
Escape character for MDX 2022-12-15 16:03:33 +01:00
Marcus Blättermann
987eb52d4d
Fix problem with image inside link in MDX 2022-12-15 16:03:33 +01:00
Marcus Blättermann
4a01a2fc63
Remove MDX imports 2022-12-15 16:03:33 +01:00
Marcus Blättermann
f4b30f7d5d
Remove ability to inline HTML content in iFrames 2022-12-15 16:03:33 +01:00
Marcus Blättermann
f46aa72dcf
Remove inlined iframe content 2022-12-15 16:03:33 +01:00
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