erickzhao

#48177: docs: fix some module headings

Merged
Created: Aug 26, 2025, 4:29:13 PM
Merged: Aug 27, 2025, 4:52:27 PM
3 comments
Target: main

Description of Change

  • MenuItem is an exported module and should have a # heading.
  • ServiceWorkerMain is an unexported class and should not have a # heading.

cc @dsanders11

Checklist

Release Notes

Notes: none

Backports

37-x-y
Merged
PR Number
#48194
Merged At
Aug 28, 2025, 3:25:20 AM
Released In
Not yet
Release Date
Not yet
38-x-y
Merged
PR Number
#48195
Merged At
Aug 28, 2025, 3:25:13 AM
Released In
Not yet
Release Date
Not yet

Semver Impact

Major
Breaking changes
Minor
New features
Patch
Bug fixes
None
Docs, tests, etc.

Semantic Versioning helps users understand the impact of updates:

  • Major (X.y.z): Breaking changes that may require code modifications
  • Minor (x.Y.z): New features that maintain backward compatibility
  • Patch (x.y.Z): Bug fixes that don't change the API
  • None: Changes that don't affect using facing parts of Electron