Skip to content

Commit

Permalink
Fix issue with Docusaurus v3 migration
Browse files Browse the repository at this point in the history
  • Loading branch information
Rllyyy committed Sep 27, 2024
1 parent 641e422 commit 91e6c3a
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 10 deletions.
2 changes: 1 addition & 1 deletion docs/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ Mit Repeatio können folgende Fragetypen erstellt und interaktiv gelernt werden:
- **[Lückentext](/question-types#lückentext-gap-text):** Fülle die Lücken im Text aus.
- **[Extended Match](/question-types#erweiterte-zuordnungsaufgabe-extended-match):** Ordne die Antwortmöglichkeiten richtig zu.

:::caution Wichtige Hinweise
:::warning Wichtige Hinweise

- Das **Leeren des Browser-Cache** (z.B. vor einer Prüfung) führt zum **Verlust der Daten**!
- Einige Features / UI-Elemente funktionieren noch nicht (z.B. Modulfortschritt, Statistiken, etc. pp.)!
Expand Down
16 changes: 8 additions & 8 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
},
"devDependencies": {
"@docusaurus/module-type-aliases": "^3.5.2",
"@tsconfig/docusaurus": "^2.0.3",
"@docusaurus/tsconfig": "^3.5.2",
"typescript": "^5.6.2"
},
"browserslist": {
Expand Down
1 change: 1 addition & 0 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
"$schema": "https://json.schemastore.org/tsconfig",
"display": "Docusaurus v2",
"docs": "https://v2.docusaurus.io/docs/typescript-support",
"extends": "@docusaurus/tsconfig",
"compilerOptions": {
"allowJs": true,
"esModuleInterop": true,
Expand Down

0 comments on commit 91e6c3a

Please sign in to comment.