1886 Commits

Author SHA1 Message Date
Luffy
1ad5763216
[release] 5.0.0-rc.3 v5.0.0-rc.3 2025-09-05 12:24:11 +08:00
Luffy
400ecbc813
[release] 5.0.0-rc.2 2025-09-05 12:19:04 +08:00
Luffy
5999f09a4b
fix: normalize slugs to NFC and remove emoji variation selector (#2597) 2025-09-02 11:46:11 +08:00
John Hildenbiddle
2e59b0f50c
feat: GitHub style callouts (#2487)
Co-authored-by: Koy Zhuang <koy@ko8e24.top>
Co-authored-by: Luffy <52o@qq52o.cn>
2025-09-01 12:53:59 +08:00
Luffy
9bc58c9ca2
fix: improve slug generation (#2581) 2025-08-31 19:15:23 +08:00
Luffy
eeacfcce2a
fix: update relative link handling (#2579)
* fix: update relative link handling

* fix: To have the relative path evaluated also if the link needs to be not compiled.
2025-08-30 11:25:39 +08:00
Luffy
2a49bd0aa4
fix(sidebar): remove ignored headings and children (#2580) 2025-08-25 10:34:58 +08:00
Luffy
22ac7e855d
fix: enhance focus handling (#2595) 2025-08-21 16:12:56 +08:00
Luffy
32aa74e0d2
feat: support extract content between fragment markers from Markdown (#2582) 2025-08-09 14:08:49 +08:00
Paul Hibbitts 🍁
5ac5a86e2d
style: force light mode for iframes in dark theme (#2593) 2025-08-07 11:11:03 +08:00
Luffy
4c9e1117ba
docs: remove loading dialog section from quickstart guide (#2585) 2025-08-07 10:32:22 +08:00
Luffy
743e9cb484
fix: escape HTML in search keywords (#2586) 2025-08-07 10:17:01 +08:00
Paul Hibbitts 🍁
5448d93b4d
docs: Included relevant CSS vars to theme docs. (#2592)
Co-authored-by: Luffy <52o@qq52o.cn>
2025-08-06 11:01:52 +08:00
Luffy
be534674e5
chore: update launch configuration (#2587) 2025-08-04 10:51:58 +08:00
dependabot[bot]
00d590fed6
chore: bump jest-environment-jsdom from 29.7.0 to 30.0.5 (#2590)
Bumps [jest-environment-jsdom](https://github.com/jestjs/jest/tree/HEAD/packages/jest-environment-jsdom) from 29.7.0 to 30.0.5.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.5/packages/jest-environment-jsdom)

---
updated-dependencies:
- dependency-name: jest-environment-jsdom
  dependency-version: 30.0.5
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Koy Zhuang <koy@ko8e24.top>
2025-08-02 23:22:39 +08:00
dependabot[bot]
af05d17c2b
chore: bump cross-env from 7.0.3 to 10.0.0 (#2589)
Bumps [cross-env](https://github.com/kentcdodds/cross-env) from 7.0.3 to 10.0.0.
- [Release notes](https://github.com/kentcdodds/cross-env/releases)
- [Changelog](https://github.com/kentcdodds/cross-env/blob/main/CHANGELOG.md)
- [Commits](https://github.com/kentcdodds/cross-env/compare/v7.0.3...v10.0.0)

---
updated-dependencies:
- dependency-name: cross-env
  dependency-version: 10.0.0
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Koy Zhuang <koy@ko8e24.top>
2025-08-02 23:17:39 +08:00
Luffy
b468bcd677
refactor: simplify auto header insertion logic (#2578) 2025-08-02 15:15:36 +08:00
Waldir Pimenta
c9301b0c9d
docs: Improve Quick start instructions (#1466)
Co-authored-by: Luffy <lufei@docsifyjs.org>
2025-07-30 14:50:35 +08:00
Luffy
77420dfbb0
chore: update pull requests and issues template (#2584) 2025-07-30 10:10:37 +08:00
dependabot[bot]
3c114d1d90
chore: bump jest from 29.7.0 to 30.0.3 (#2561)
Bumps [jest](https://github.com/jestjs/jest/tree/HEAD/packages/jest) from 29.7.0 to 30.0.3.
- [Release notes](https://github.com/jestjs/jest/releases)
- [Changelog](https://github.com/jestjs/jest/blob/main/CHANGELOG.md)
- [Commits](https://github.com/jestjs/jest/commits/v30.0.3/packages/jest)

---
updated-dependencies:
- dependency-name: jest
  dependency-version: 30.0.3
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Koy Zhuang <koy@ko8e24.top>
2025-07-28 23:37:52 +08:00
Luffy
5a49729afb
docs: update sidebar link formatting (#2577) 2025-07-28 22:46:27 +08:00
David Rivera
be2163725a
fix: heading link overflow style (#2568)
Co-authored-by: Luffy <lufei@docsifyjs.org>
2025-07-25 10:29:25 +08:00
Luffy
6e45024168
fix: remove block display from anchor links to prevent layout issues (#2576) 2025-07-24 11:00:54 +08:00
Luffy
72569dee8d
fix: handle hash navigation to prevent duplicate callbacks (#2575) 2025-07-24 11:00:20 +08:00
Luffy
84ba4686ed
chore: remove themes directory from package.json files list (#2574) 2025-07-23 00:45:19 +08:00
Koy Zhuang
a2f734f223
feat: support config helper multi keys if supported (#2571)
* update: support config helper multi keys

---------

Co-authored-by: Luffy <lufei@docsifyjs.org>
2025-07-22 12:24:06 +08:00
dependabot[bot]
3709947e14
chore: bump form-data from 4.0.0 to 4.0.4 (#2572) 2025-07-22 10:15:32 +08:00
Luffy
20d095b53c
fix: enhance focus handling by adding smooth scroll to content area (#2569) 2025-07-18 10:36:21 +08:00
Luffy
375c058e3e
fix: exclude app-name-link from sidebar text overflow styling (#2564) 2025-07-05 11:41:55 +08:00
dependabot[bot]
96852f025c
chore: bump marked from 15.0.3 to 16.0.0 (#2559) 2025-07-03 11:35:37 +08:00
dependabot[bot]
0e1e0db342
chore: bump stefanzweifel/git-auto-commit-action from 5 to 6 (#2562) 2025-07-02 10:26:01 +08:00
Luffy
71ac41e68e
refactor: optimize toggleSidebar trigger conditions (#2557) 2025-06-14 20:56:57 +08:00
dependabot[bot]
3d53203f58
chore: bump lint-staged from 15.2.7 to 16.1.0 (#2553) 2025-06-03 10:49:26 +08:00
dependabot[bot]
08372d967e
chore: bump rollup-plugin-import-css from 3.5.0 to 4.0.1 (#2554) 2025-06-02 15:49:15 +08:00
Luffy
8d41cbed7b
[release] 5.0.0-rc.1 v5.0.0-rc.1 2025-05-27 10:36:20 +08:00
sy-records
5b4b435211
chore: update CDN links to use the correct path for Docsify themes 2025-05-26 20:43:18 +08:00
Luffy
f0b03f6d98
chore: add depth configuration for search (#2549)
There is h6 content in the document, but the search configuration defaults to h2, so the relevant content is not searched.
2025-05-12 09:37:24 +08:00
Luffy
ccb7515b70
docs: remove test pwa 2025-05-09 14:41:11 +08:00
Luffy
f6ed6d3f89
docs: changes in sync Chinese translation (#2548) 2025-05-08 15:43:44 +08:00
Luffy
5d9ea4f664
update: correct links and action to 'main' branch (#2547) 2025-05-06 17:19:25 +08:00
Luffy
41fd8f624e
chore: remove sponsors section (#2544)
* chore: Remove Gold sponsors section

Because they don't sponsor us anymore.

* chore: Remove route4me logo

---------

Co-authored-by: Koy Zhuang <koy@ko8e24.top>
2025-05-06 17:12:42 +08:00
Luffy
2e587a22e4
chore: retire outdate multiple languages and update it test snap (#2546) 2025-05-06 17:08:57 +08:00
Luffy
2d090efa68
Merge remote-tracking branch 'upstream/master' into develop 2025-05-06 15:07:17 +08:00
dependabot[bot]
68f90e3745
chore: bump eazy-logger from 4.0.1 to 4.1.0 (#2545) 2025-05-05 14:39:36 +08:00
Luffy
e1d4c189e3
chore: Sync emoji data with GitHub emoji API (#2539) 2025-04-19 08:37:28 +08:00
Luffy
1a32fb7334
fix: When alias contains parameters, append ext error (#1855) 2025-04-10 09:13:47 +08:00
dependabot[bot]
7652bd4711
chore: bump axios from 1.7.4 to 1.8.2 (#2538)
Bumps [axios](https://github.com/axios/axios) from 1.7.4 to 1.8.2.
- [Release notes](https://github.com/axios/axios/releases)
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md)
- [Commits](https://github.com/axios/axios/compare/v1.7.4...v1.8.2)

---
updated-dependencies:
- dependency-name: axios
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-11 10:13:50 +08:00
dependabot[bot]
0448170de7
chore: bump prismjs from 1.29.0 to 1.30.0 (#2537)
Bumps [prismjs](https://github.com/PrismJS/prism) from 1.29.0 to 1.30.0.
- [Release notes](https://github.com/PrismJS/prism/releases)
- [Changelog](https://github.com/PrismJS/prism/blob/master/CHANGELOG.md)
- [Commits](https://github.com/PrismJS/prism/compare/v1.29.0...v1.30.0)

---
updated-dependencies:
- dependency-name: prismjs
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-11 08:05:55 +08:00
dependabot[bot]
e540cab69b
chore: bump globals from 15.8.0 to 16.0.0 (#2536)
Bumps [globals](https://github.com/sindresorhus/globals) from 15.8.0 to 16.0.0.
- [Release notes](https://github.com/sindresorhus/globals/releases)
- [Commits](https://github.com/sindresorhus/globals/compare/v15.8.0...v16.0.0)

---
updated-dependencies:
- dependency-name: globals
  dependency-type: direct:development
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-03 11:36:39 +08:00
Luffy
f1fca2ae28
chore: bump dexie from 4.0.10 to 4.0.11 (#2532) 2025-02-24 10:19:23 +08:00