Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update to Docusaurus 3 #462

Merged
merged 16 commits into from
Dec 1, 2023
Merged

Update to Docusaurus 3 #462

merged 16 commits into from
Dec 1, 2023

Conversation

XVincentX
Copy link
Contributor

@XVincentX XVincentX commented Nov 30, 2023

  1. Update Docusaurus and dependencies
  2. Update MD files to render correctly with MDX 3
  3. Update Typescript to version 5
  4. Removed import React since Docusaurus 3 uses runtime detection
  5. Update devcontainer so that it works for real

@CLAassistant
Copy link

CLAassistant commented Nov 30, 2023

CLA assistant check
All committers have signed the CLA.

@ralfhandl
Copy link
Contributor

Update available 3.0.0 → 3.0.1

Published 20 hours ago 😄

@XVincentX
Copy link
Contributor Author

Can we merge this in meantime? We need at least a baseline working on 3.0 - then we can move on to other versions

@@ -26,7 +26,8 @@
},
"scripts": {
"# postinstall": "patch-package",
"build": "rimraf dist && parcel build --dist-dir ./dist/api-designer",
"prepublish": "rimraf dist",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not prebuild?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I do not know :) - I just took what it was in there and separated into two commands. I can refresh this repository a little bit but I wanted to touch as little as possible for now

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In other places you used "prebuild".

@XVincentX XVincentX merged commit 965228a into main Dec 1, 2023
2 checks passed
@XVincentX XVincentX deleted the feat/docusaurus3 branch December 1, 2023 15:16
@XVincentX XVincentX linked an issue Dec 6, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update docusaurus to latest version
3 participants