Skip to content

Commit

Permalink
update to docusaurus v3
Browse files Browse the repository at this point in the history
  • Loading branch information
manuelmeurer committed Nov 1, 2023
1 parent 285ca8a commit 1cb970c
Show file tree
Hide file tree
Showing 5 changed files with 3,631 additions and 1,707 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -66,9 +66,9 @@ The first sentence restricts your liability for damages caused by negligence, wh

Let's say you are working with an external recruiter and they are asking you to sign a contract which includes the following passage:

> The contractor may only claim his right for compensation for the provided work or services if {{recruiter}} received compensation for the work or service of the contractor from {{customer}}.
> The contractor may only claim his right for compensation for the provided work or services if the recruiter received compensation for the work or service of the contractor from the client.
> Der Auftragnehmer hat nur dann Anspruch auf Vergütung bereits erbrachter Leistungen, wenn {{Recruiter}} vom Kunden eine Vergütung für die Leistung des Auftragnehmers erhalten hat.
> Der Auftragnehmer hat nur dann Anspruch auf Vergütung bereits erbrachter Leistungen, wenn der Recruiter vom Kunden eine Vergütung für die Leistung des Auftragnehmers erhalten hat.
This passage renders you helpless if the customer doesn't pay the recruiter, whatever the reason may be: you can't make any legal claims neither to the customer nor the recruiter.

Expand Down
2 changes: 1 addition & 1 deletion docs/knowledge-base/freelancers/our-slack.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ In diesen Channels werden alle Jobs einer Kategorie (Direkt oder Recruiter) ver

In diesen Channels werden die Direktjobs nach Skills gruppiert veröffentlicht.

:::caution Achtung
:::warning Achtung

Diese Channels sind hierarchisch organisiert, was dazu führen kann, dass man doppelte [Benachrichtigungen](https://slack.com/intl/de-de/help/articles/360025446073-Guide-f%C3%BCr-Slack-Benachrichtigungen) bekommt, wenn man Channels beitritt, die sich "überlappen".

Expand Down
8 changes: 5 additions & 3 deletions docusaurus.config.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
const lightCodeTheme = require('prism-react-renderer/themes/github');
const darkCodeTheme = require('prism-react-renderer/themes/dracula');
const rehypeCloudinaryDocusaurus = require('rehype-cloudinary-docusaurus');
const { themes } = require('prism-react-renderer');
const lightCodeTheme = themes.github;
const darkCodeTheme = themes.dracula;

import rehypeCloudinaryDocusaurus from "rehype-cloudinary-docusaurus";

/** @type {import('@docusaurus/types').DocusaurusConfig} */
module.exports = {
Expand Down
19 changes: 12 additions & 7 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,17 +15,17 @@
},
"dependencies": {
"@chatwoot/docusaurus-plugin": "^1.0.1",
"@docusaurus/core": "^2.4.3",
"@docusaurus/preset-classic": "^2.4.3",
"@mdx-js/react": "^1.6.21",
"@docusaurus/core": "^3.0.0",
"@docusaurus/preset-classic": "^3.0.0",
"@mdx-js/react": "^3.0.0",
"@svgr/webpack": "^5.5.0",
"clsx": "^1.1.1",
"cross-env": "^7.0.3",
"file-loader": "^6.2.0",
"prism-react-renderer": "^1.2.1",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"rehype-cloudinary-docusaurus": "^1.3.0",
"prism-react-renderer": "^2.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"rehype-cloudinary-docusaurus": "^3.0.0",
"url-loader": "^4.1.1"
},
"browserslist": {
Expand All @@ -41,6 +41,11 @@
]
},
"devDependencies": {
"@docusaurus/module-type-aliases": "3.0.0",
"@docusaurus/types": "3.0.0",
"wrangler": "^3.1.1"
},
"engines": {
"node": ">=18.0"
}
}
Loading

0 comments on commit 1cb970c

Please sign in to comment.