Commit Graph

15767 Commits

Author SHA1 Message Date
Marcus Blättermann
568afe0cb7
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-11-18 02:51:50 +01:00
Marcus Blättermann
418cca87c0
Add Universe products 2022-11-18 02:51:50 +01:00
Marcus Blättermann
a10c375d2f
Add Universe categories 2022-11-18 02:51:50 +01:00
Marcus Blättermann
9790c81383
Add Universe index page 2022-11-18 02:51:50 +01:00
Marcus Blättermann
c0a57f18a6
Fix default value for theme 2022-11-18 02:51:50 +01:00
Marcus Blättermann
d14fe386db
Simplify anchors 2022-11-18 02:51:50 +01:00
Marcus Blättermann
703e0a9186
Add model pages 2022-11-18 02:51:50 +01:00
Marcus Blättermann
07614e1625
Fix markdown rendering inside components 2022-11-18 02:51:49 +01:00
Marcus Blättermann
74e9a6cbe4
Merge imports 2022-11-18 02:51:49 +01:00
Marcus Blättermann
2999cf2176
Update comment syntax in MDX 2022-11-18 02:51:49 +01:00
Marcus Blättermann
085fee2bf1
Fix broken active link in sidebar 2022-11-18 02:51:49 +01:00
Marcus Blättermann
a621ffed1e
Add missing components 2022-11-18 02:51:49 +01:00
Marcus Blättermann
c5e5eccbac
Rename heading attribute
`new` was causing some weird issue, so renaming it to `version`
2022-11-18 02:51:49 +01:00
Marcus Blättermann
225effcf0d
Fix heading attributes 2022-11-18 02:51:48 +01:00
Marcus Blättermann
d6c6ad3f39
Fix pattern image 2022-11-18 02:51:48 +01:00
Marcus Blättermann
9750e0b52d
Fix broken images 2022-11-18 02:51:48 +01:00
Marcus Blättermann
2c1b4bed81
Add plugin to fix problem with wrapped images
For more details see this issue: https://github.com/mdx-js/mdx/issues/1798
2022-11-18 02:51:48 +01:00
Marcus Blättermann
308c052e03
Fix links 2022-11-18 02:51:48 +01:00
Marcus Blättermann
000c5527ef
Implement layout 2022-11-18 02:51:48 +01:00
Marcus Blättermann
71f846e33b
Fix sidebar 2022-11-18 02:51:47 +01:00
Marcus Blättermann
6f93736aaa
Fix broken CSS classes 2022-11-18 02:51:47 +01:00
Marcus Blättermann
32e8e714ad
Fix broken list 2022-11-18 02:51:47 +01:00
Marcus Blättermann
193c930cfd
Add correct styling 2022-11-18 02:51:47 +01:00
Marcus Blättermann
49de41e442
Move styleguide back 2022-11-18 02:51:47 +01:00
Marcus Blättermann
e215e3a6d3
Update component names to MDX2 2022-11-18 02:51:47 +01:00
Marcus Blättermann
f59d7b67cf
Add more components to markdown 2022-11-18 02:51:47 +01:00
Marcus Blättermann
87e829c082
Remove unallowed heading
Before `h1` components where not overwritten and would never have worked and they aren't used anywhere either.
2022-11-18 02:51:46 +01:00
Marcus Blättermann
98e4f71a47
Import remarkComponents 2022-11-18 02:51:46 +01:00
Marcus Blättermann
22c6d85784
Remove reliance on InlineList 2022-11-18 02:51:46 +01:00
Marcus Blättermann
181b3cc7dd
Move styleguide to /page 2022-11-18 02:51:46 +01:00
Marcus Blättermann
d1ab5ddb5b
Remove outdated MDX handling 2022-11-18 02:51:46 +01:00
Marcus Blättermann
e3d5169a01
Install necessary dependencies 2022-11-18 02:51:46 +01:00
Marcus Blättermann
90fdaf420e
Add necessary meta data to pages 2022-11-18 02:51:46 +01:00
Marcus Blättermann
5d3826fb55
Apply Prettier changes 2022-11-18 02:51:45 +01:00
Marcus Blättermann
a5076d2339
Merge branch 'prepare-next-13' into migrate-to-next-web-17 2022-11-18 02:51:05 +01:00
Marcus Blättermann
7a9385a3cd
Add file format 2022-11-18 02:44:39 +01:00
Marcus Blättermann
2e01662c25
Fix double quotation marks 2022-11-17 19:58:53 +01:00
Marcus Blättermann
8371cde919
Already add new, local .gitignore 2022-11-17 19:28:43 +01:00
Marcus Blättermann
07b4628f40
Remove non-existing import 2022-11-17 19:28:43 +01:00
Marcus Blättermann
97ac06f7d6
Move remark components into separate file 2022-11-17 19:28:43 +01:00
Marcus Blättermann
8e22f2a541
Rename all MDX file to .mdx 2022-11-17 19:28:43 +01:00
Marcus Blättermann
1b69b2c832
Remove unused component
The component is no longer necessary
2022-11-17 19:28:42 +01:00
Marcus Blättermann
ee869bda72
Move styleguide out of Readme
It wasn't really usable via GitHub anyway, also this way we can add information about how to run the app locally into the Readme
2022-11-17 19:28:42 +01:00
Marcus Blättermann
aa9ac9fef5
Move non-pure selector to layout file
The original error was: pure selectors must contain at least one local class or id
2022-11-17 19:28:42 +01:00
Marcus Blättermann
1054a0852e
Move template files to component folder
Since they are not soley used as layouts, and manually imported as well.
2022-11-17 19:28:42 +01:00
Marcus Blättermann
bcb55013ca
Remove static queries
Import JSON meta data directly, to simplify components
2022-11-17 19:28:40 +01:00
Marcus Blättermann
fb528db382
Disabled typescript during build 2022-11-17 18:39:07 +01:00
Marcus Blättermann
92226c6ff2
Disabled eslint during builds 2022-11-17 18:36:06 +01:00
Marcus Blättermann
186c1d1f37
Redirect index.mdx to parent directory 2022-11-16 21:40:09 +01:00
Marcus Blättermann
9d9f5cc8ba
Extract logic 2022-11-16 20:53:13 +01:00