You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: update Core & Differential docs and sync i18n across all locales (#87)
* docs: update Core & Differential docs and sync i18n across all locales
- Expand SetSource signature to include all 9 parameters (authScheme, basicUsername, basicPassword, installPath)
- Add AuthScheme, BasicUsername, BasicPassword fields to UpdateRequest config table
- Add SetAuthScheme, SetBasicUsername, SetBasicPassword methods to UpdateRequestBuilder
- Update BrotliCompressionProvider description to reflect conditional compilation implementation
- Sync all changes to English (i18n/en) and Chinese (i18n/zh-Hans) translations
- Replace outdated zh-Hans i18n overrides with current structured API reference format
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* fix: remove redundant zh-Hans i18n overrides causing MDX build failure
The zh-Hans locale is the default locale in Docusaurus config, so docs/doc/
serves zh-Hans content directly. The i18n/zh-Hans/ overrides are unnecessary
and were causing MDX compilation errors during website build.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* fix: remove <br> tags in SetSource table row causing MDX compilation error
The <br> HTML tags inside markdown table cells were being interpreted
as JSX elements by the MDX parser (mdast-util-mdx-jsx), causing the
Docusaurus website build to fail. Replaced with comma-separated format.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
* fix: remove .md suffix from all internal Docusaurus links
Docusaurus resolves internal doc links without the .md extension.
Links with .md suffix break when the target document's i18n override
is removed (Docusaurus falls back to docs/ but can't match the .md suffix).
This was pre-existing but masked by zh-Hans i18n overrides for Core and
Differential docs.
Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
---------
Co-authored-by: Claude Opus 4.8 <noreply@anthropic.com>
0 commit comments