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 Docusaurus to v3 #3772

Merged
merged 13 commits into from
Dec 1, 2023
Merged

Update Docusaurus to v3 #3772

merged 13 commits into from
Dec 1, 2023

Conversation

Fashander
Copy link
Member

Description

Closes #3748.

Readiness checklist

  • I added/updated unit tests (and they pass).
  • I added/updated integration/compatibility tests (and they pass).
  • I added/updated comments and checked rendering.
  • I made spot refactorings.
  • I updated user documentation.
  • I ran task all, and it passed.
  • I ensured that PR title is good enough for the changelog.
  • (for maintainers only) I set Reviewers (@FerretDB/core), Milestone (Next), Labels, Project and project's Sprint fields.
  • I marked all done items in this checklist.

@Fashander Fashander added the documentation Something user-visible is badly or not documented label Nov 29, 2023
@Fashander Fashander added this to the Next milestone Nov 29, 2023
@Fashander Fashander self-assigned this Nov 29, 2023
@Fashander Fashander enabled auto-merge (squash) November 29, 2023 00:16
Copy link

codecov bot commented Nov 29, 2023

Codecov Report

Merging #3772 (2cea5e1) into main (4dbe2f4) will decrease coverage by 0.03%.
The diff coverage is n/a.

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #3772      +/-   ##
==========================================
- Coverage   76.31%   76.28%   -0.03%     
==========================================
  Files         315      315              
  Lines       23506    23506              
==========================================
- Hits        17938    17932       -6     
- Misses       4524     4530       +6     
  Partials     1044     1044              

see 6 files with indirect coverage changes

Flag Coverage Δ
filter-true 72.43% <ø> (-0.03%) ⬇️
hana-1 3.47% <ø> (ø)
integration 72.43% <ø> (-0.03%) ⬇️
mongodb-1 5.36% <ø> (ø)
postgresql-1 51.36% <ø> (+<0.01%) ⬆️
postgresql-2 52.65% <ø> (?)
postgresql-3 52.15% <ø> (+<0.01%) ⬆️
sqlite-1 50.60% <ø> (ø)
sqlite-2 51.86% <ø> (-5.71%) ⬇️
sqlite-3 51.23% <ø> (+0.02%) ⬆️
unit 30.73% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

build/deps/docusaurus-docs.Dockerfile Outdated Show resolved Hide resolved
website/docs/configuration/flags.md Outdated Show resolved Hide resolved
website/docusaurus.config-blog.js Outdated Show resolved Hide resolved
@Fashander Fashander added the not ready Issues that are not ready to be worked on; PRs that should skip CI label Nov 29, 2023
@Fashander Fashander added blog/marketing Marketing (and releases) blog posts and removed not ready Issues that are not ready to be worked on; PRs that should skip CI labels Dec 1, 2023
@Fashander Fashander requested review from AlekSi, a team, henvic, rumyantseva and noisersup December 1, 2023 00:28
Copy link
Contributor

mergify bot commented Dec 1, 2023

Marketing blog posts should be reviewed by @ptrfarkas and @AlekSi.

@Fashander
Copy link
Member Author

json5 extends json, so we need to load it before it can actually work, otherwise, it returns an error of undefined

@Fashander Fashander added the trust PRs that can access Actions secrets label Dec 1, 2023
Copy link
Member

@AlekSi AlekSi left a comment

Choose a reason for hiding this comment

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

@AlekSi AlekSi disabled auto-merge December 1, 2023 13:36
@AlekSi AlekSi merged commit 71bae17 into FerretDB:main Dec 1, 2023
28 of 29 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
blog/marketing Marketing (and releases) blog posts documentation Something user-visible is badly or not documented trust PRs that can access Actions secrets
Projects
Archived in project
Development

Successfully merging this pull request may close these issues.

Update Docusaurus to v3
2 participants