Skip to content

Add new docs site - #1979

Merged
Andarist merged 94 commits into
mainfrom
next-docs
Jul 29, 2026
Merged

Add new docs site#1979
Andarist merged 94 commits into
mainfrom
next-docs

Conversation

@bluwy

@bluwy bluwy commented May 6, 2026

Copy link
Copy Markdown
Member

Ready to merge. It's at a state where most drastic changes are done, and changes later can be made as PRs.

Netlify may need to be updated later to use main as the target branch for deployments.

NO NEED TO NORMAL MERGE THIS. JUST SQUASH MERGE.

https://changesets.dev

@changeset-bot

changeset-bot Bot commented May 6, 2026

Copy link
Copy Markdown

⚠️ No Changeset found

Latest commit: b730ff4

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@codecov

codecov Bot commented May 6, 2026

Copy link
Copy Markdown

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 84.46%. Comparing base (3910adf) to head (b730ff4).
⚠️ Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1979      +/-   ##
==========================================
- Coverage   84.57%   84.46%   -0.12%     
==========================================
  Files          80       80              
  Lines        3125     3135      +10     
  Branches      878      887       +9     
==========================================
+ Hits         2643     2648       +5     
- Misses        427      432       +5     
  Partials       55       55              

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@socket-security

socket-security Bot commented May 6, 2026

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
Addedtakumi-js@​2.1.17510010096100
Addedvitepress@​2.0.0-alpha.18981008694100
Addedvitepress-plugin-group-icons@​1.7.59810010086100

View full report

@beeequeue beeequeue left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

i still don't have write access, but i can do it this way instead :^)

Comment thread site/index.md Outdated
Comment thread site/.vitepress/theme/custom.css
@netlify

netlify Bot commented May 12, 2026

Copy link
Copy Markdown

Deploy Preview for changesets ready!

Name Link
🔨 Latest commit b730ff4
🔍 Latest deploy log https://app.netlify.com/projects/changesets/deploys/6a678fd4d175a30008da74bf
😎 Deploy Preview https://deploy-preview-1979--changesets.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 project configuration.

bluwy added 5 commits May 18, 2026 11:10
- rewrite getting-started
- rewrite concepts -> origins
- rewrite common-questions -> faq
- delete what-are-changesets (covered in getting-started)
- delete dictionary (explain everything inline where possible)
@socket-security

socket-security Bot commented Jul 20, 2026

Copy link
Copy Markdown

Warning

Review the following alerts detected in dependencies.

According to your organization's Security Policy, it is recommended to resolve "Warn" alerts. Learn more about Socket for GitHub.

Action Severity Alert  (click "▶" to expand/collapse)
Warn High
Obfuscated code: npm @emnapi/runtime is 90.0% likely obfuscated

Confidence: 0.90

Location: Package overview

From: pnpm-lock.yamlnpm/vitepress-plugin-group-icons@1.7.5npm/vitest@4.1.10npm/vitepress@2.0.0-alpha.18npm/tsdown@0.22.4npm/@emnapi/runtime@1.11.1

ℹ Read more on: This package | This alert | What is obfuscated code?

Next steps: Take a moment to review the security alert above. Review the linked package source code to understand the potential risk. Ensure the package is not malicious before proceeding. If you're unsure how to proceed, reach out to your security team or ask the Socket team for help at support@socket.dev.

Suggestion: Packages should not obfuscate their code. Consider not using packages with obfuscated code.

Mark the package as acceptable risk. To ignore this alert only in this pull request, reply with the comment @SocketSecurity ignore npm/@emnapi/runtime@1.11.1. You can also ignore all packages with @SocketSecurity ignore-all. To ignore an alert for all future pull requests, use Socket's Dashboard to change the triage state of this alert.

View full report

@bluwy
bluwy marked this pull request as ready for review July 27, 2026 17:05
@Andarist
Andarist enabled auto-merge July 29, 2026 07:35
@Andarist
Andarist added this pull request to the merge queue Jul 29, 2026
Merged via the queue into main with commit 1b9687f Jul 29, 2026
54 of 63 checks passed
@Andarist
Andarist deleted the next-docs branch July 29, 2026 09:05

@beeequeue beeequeue left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

small comments i added while reviewing, not blocking though

Comment thread site/guide/automating.md
Comment on lines +25 to +28
In this approach, a pull request may be merged if no changeset is present, and a missing changeset does not cause a failure in CI. Our [Changesets GitHub Bot](https://github.com/apps/changeset-bot) is the best way to prompt for changesets without making them blocking.

It comments on PRs of whether changesets are present and gives you link to add your own changeset as a maintainer to smooth over merging pull requests without waiting for the contributor to add a changeset.

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

missing the new action

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

I'll update this part altogether later


```json [.changeset/config.json]
{
"baseBranch": "v1"

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

should we recommend using the same pattern we do (maintenance/vX)?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Yeah I think we can change this if we also mention that for automation to set the glob as "maintenance/v*"

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.

5 participants