Commit Graph

51 Commits (7ea357256c855ae0a9a142c14bbd5e7d344ef865)

Author SHA1 Message Date
Divyansh Singh 7ea357256c fix: dont escape ampersand twice in title
2 years ago
Divyansh Singh 0cbb469842
feat(build): add localeIndex to md.env (#3862)
2 years ago
Divyansh Singh 728cb15677
fix: render 404 page completely on client to infer locale from browser path (#3858)
2 years ago
Divyansh Singh b63e0a0c57
fix: handle process.env being undefined while process is not
2 years ago
yhzx233 c582a8d5fd
fix(theme): correctly normalize paths ending with "index" (#3544)
2 years ago
Divyansh Singh 04f794bf55 fix: lazy evaluate known extensions to allow env set in config
2 years ago
Divyansh Singh c22f5d983f
feat: support specifying custom extensions to escape routing (#3466)
2 years ago
烽宁 8acf291644
chore: add more known extensions (#3439)
2 years ago
Divyansh Singh be4c0c0c4b
chore: update known extensions
2 years ago
Divyansh Singh a6cd891d95
fix: fix theme chunking logic causing out-of-order styles (#3403)
2 years ago
Divyansh Singh 7735631597 chore: simplify conditions
2 years ago
Divyansh Singh fb0ed027af chore: rename variables
2 years ago
Divyansh Singh b29b3b38e1
refactor: drop dependency on mrmime (#3400)
2 years ago
Divyansh Singh 9f1f04e00a fix: remove double title from home pages
2 years ago
烽宁 7dbeac6df0
fix: double-slash format url should be external link (#3165)
2 years ago
Divyansh Singh 5836facc61
chore!: drop pathname protocol (#2823)
2 years ago
Damien Guard 00dc1e6742
feat: allow customizing markdown renderer used for local search indexing (#2770)
2 years ago
Christian Georgi b24acc6991
feat: add `filePath` to `PageData` (#2140)
3 years ago
烽宁 8354f8fb86
fix(theme): local search showDetailedList not working in windows (#2248)
3 years ago
Divyansh Singh 713a35cbd0
feat!: organized search config (#2218)
3 years ago
Evan You 16064023cf chore: upgrade to TS 5.0 + use moduleResolution: "bundler"
3 years ago
Evan You 74caccda43 feat: expose isNotFound on PageData, deperecate Theme.NotFound
3 years ago
Evan You 191ac86a85 docs: adjust the use of configs -> config
3 years ago
Divyansh Singh 5ae4fbde38
feat: stable `cleanUrls` (#1852)
3 years ago
Divyansh Singh 0f145cb3c6
fix: check document instead of window to detect browser (#1833)
3 years ago
Divyansh Singh 8de2f4499d
feat: add i18n feature (#1339)
3 years ago
qiang 09c2c52d6c
feat: support for teleports to body (#1642)
3 years ago
Matteo Bilotta 4ac8c0482f
types: strong separation between `import` and `import type` (#1756)
3 years ago
Sam Estep ae21a3a622
feat(build): provide a `pathname://` protocol to escape SPA (#1719)
3 years ago
Divyansh Singh 1de0069a53
fix(build): better align server and client side filename sanitization (#1488)
3 years ago
Divyansh Singh ead9b8c6f6
Revert "fix(build): better align server and client side filename sanitization" (#1484)
3 years ago
Divyansh Singh 41a519cc77 fix(build): remove leading underscore from chunks
3 years ago
Divyansh Singh 3fd20fedb8 fix(build): better align server and client side filename sanitization
3 years ago
Divyansh Singh ee37eaa271
fix(types): allow non async `transformHtml` and `buildEnd` (#1270)
3 years ago
Sascha c7def730c3
feat(theme): extend titleTemplate by replacing the title (#1200)
3 years ago
Divyansh Singh 0048e2bf1e
feat(build): switch to vite 3, support clean urls and esm mode (#856)
3 years ago
Divyansh Singh 1ef7a1857c
fix: only check for duplicate meta tags (#977)
3 years ago
Divyansh Singh f7e9cfeb3a
fix: de-duplicate head tags while merging (#975) (#976)
3 years ago
Divyansh Singh 0257ea88dc
fix: layout inconsistencies and remove sidebar from 404 page (#964)
3 years ago
Divyansh Singh 1e9a7ac6c4
fix: treat all URI schemes as external (#945) (#946)
3 years ago
Divyansh Singh 23276bae05
feat: emit 404.html on build (#729) (#740)
4 years ago
CHOYSEN 8bf4182453
refactor: add `PageDataPayload` type (#742)
4 years ago
Kia King Ishii 67e77f7871 feat: add option to customize title template
4 years ago
Kia Ishii 9250460b3f feat: make appearance configurable
4 years ago
Evan You 17aaaf0180 refactor tsconfig setup + migrate to vitest
4 years ago
ULIVZ ba41bb9055
feat: improve typescript support for config file (#465)
4 years ago
Evan You 03abee7f7c fix: avoid using spread for client code
4 years ago
Evan You 034c7375ad fix: handle case when there is no themeConfig
4 years ago
Eduardo San Martin Morote bc78adb468
fix(i18n): fix locales reading, add site.langs (#353)
4 years ago
hangzou 53bb961a92
fix: skip external URLs in `withBase` (#328)
4 years ago