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
Marcus Blättermann
cf460065bf
Fix ESLint import/no-anonymous-default-export
2022-12-15 00:25:20 +01:00
Marcus Blättermann
579e6fcf10
Fix ESLint react-hooks/exhaustive-deps
2022-12-15 00:25:20 +01:00
Marcus Blättermann
14c928e5a9
Hotfix Python
2022-12-15 00:25:20 +01:00
Marcus Blättermann
55e884ddc7
Fix double quotation marks
2022-12-15 00:25:20 +01:00
Marcus Blättermann
a796469322
Remove unused component
...
The component is no longer necessary after 7f2ea20fee
2022-12-15 00:25:12 +01:00
Marcus Blättermann
5a5fe19841
Move non-pure selector to layout file
...
The original error was: pure selectors must contain at least one local class or id
2022-12-14 23:57:55 +01:00
Marcus Blättermann
c625cd62de
Remove redefined attribute
2022-12-14 23:57:55 +01:00
Marcus Blättermann
2564beee18
Remove invalid semicolon
...
`SassError: semicolons aren't allowed in the indented syntax.`
2022-12-14 23:57:55 +01:00
Marcus Blättermann
fdf16d02b9
Remove references to non-existing CSS classes
2022-12-14 23:57:55 +01:00
Marcus Blättermann
cace36a335
Fix invalid SASS selector
2022-12-14 23:57:54 +01:00
Marcus Blättermann
330c7e86a8
Fix SASS deprecation
...
This is a super annoying breaking change in sass (it also happens in `node-sass`/`node-scss`), but there seems to be no way around it.
context: https://sass-lang.com/documentation/breaking-changes/slash-div
2022-12-14 23:57:54 +01:00
Marcus Blättermann
379faa6fb8
Fix SASS error
...
`SassError: Top-level selectors may not contain the parent selector "&".`
2022-12-14 23:57:54 +01:00
Marcus Blättermann
3385328c70
Fix invalid SASS
2022-12-14 23:57:54 +01:00
Marcus Blättermann
f50f1a4b6d
Lock current node version ( #11885 )
2022-12-02 15:59:15 +01:00
Sofie Van Landeghem
3eed6801d7
Merge pull request #11886 from essenmitsosse/rename-mdx-files
...
Rename all MDX file to `.mdx`
2022-12-02 15:31:21 +01:00
Marcus Blättermann
b6310d4ce9
Rename all MDX file to .mdx
2022-11-29 02:33:27 +01:00
Sofie Van Landeghem
96c9cf3448
Merge pull request #11855 from essenmitsosse/move-styleguide-out-of-readme
...
Move Styleguide out of Readme
2022-11-28 21:22:56 +01:00
Paul O'Leary McCann
f54bfb56c9
Don't throw an error if using displacy on an unset span key ( #11845 )
...
* Don't throw an error if using displacy on an unset span key
* List available keys in W117
2022-11-28 10:01:09 +01:00
Zhangrp
9f986af120
Add example sentence for Chinese in website meta ( #11879 )
2022-11-28 14:50:30 +09:00
Marcus Blättermann
5c9faf6eea
Update menu for styleguide
...
This reflects the removed parts from ecbf052abd
2022-11-27 03:48:05 +01:00
Marcus Blättermann
90141202c0
Merge branch 'move-styleguide-out-of-readme' into migrate-to-next-web-17
2022-11-27 03:48:03 +01:00
Marcus Blättermann
7f2ea20fee
Update README.md
2022-11-27 03:47:11 +01:00
Marcus Blättermann
c23d54fd26
Remove MDX tags from README.md
2022-11-27 03:47:11 +01:00
Adriane Boyd
681ec20914
Add smart_open requirement, update deprecated options ( #11864 )
...
* Switch from deprecated `ignore_ext` to `compression`
* Add upload/download test for local files
2022-11-25 13:00:57 +01:00