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

Niko/upgrade docusaurus2 to docusaurus3 #543

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Conversation

nikomancy
Copy link
Contributor

Updating Docusaurus through a major version to 3.6.4

This will open a number of new features to us. The big one is proper functioning on content partials which prior to 3.x did not properly work with the on page TOC.

What's changed

  • Everything runs on Docusaurus version 3 now.
  • MDX now runs with stricter settings to avoid issues with React. The short version is that {, and <, will now need to be escaped by a backslash < { or wrapped in code back ticks. < {. This came up a bit through the docs in our types and in a few math equations.

Copy link

netlify bot commented Dec 5, 2024

Deploy Preview for eppo-data-docs ready!

Name Link
🔨 Latest commit c86656c
🔍 Latest deploy log https://app.netlify.com/sites/eppo-data-docs/deploys/6754dbcfa0cf9100080d8766
😎 Deploy Preview https://deploy-preview-543--eppo-data-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

nikomancy and others added 7 commits December 5, 2024 15:58
* add precomputed assignments documentation for JS client

* very nice!

* globally

* Update docs/sdks/client-sdks/javascript/precomputed-assignments.mdx

Co-authored-by: Sameeran Kunche <[email protected]>

---------

Co-authored-by: Sameeran Kunche <[email protected]>
* Update precomputed-assignments.mdx evaluation example

* Update docs/sdks/client-sdks/javascript/precomputed-assignments.mdx

Co-authored-by: Sameeran Kunche <[email protected]>

---------

Co-authored-by: Sameeran Kunche <[email protected]>
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.

2 participants