Commit Graph

  • 7bb02b34a9 refactor(build): time builds with performance.now Divyansh Singh 2026-07-30 03:56:24 +0530
  • 3fc09f67b7 refactor(data): memoize loader promise instead of manual deferred Divyansh Singh 2026-07-30 03:39:32 +0530
  • e8899f3273 refactor(serve): resolve once the server is listening Divyansh Singh 2026-07-30 03:38:16 +0530
  • 898f5d41c1 refactor: use promise event APIs for git log processing Divyansh Singh 2026-07-30 03:37:50 +0530
  • d50b29da61 refactor(build): write sitemap through stream pipeline Divyansh Singh 2026-07-30 03:37:22 +0530
  • 91b54b0422 chore(scripts): await child exit via events.once in release helper Divyansh Singh 2026-07-30 03:37:01 +0530
  • 4bb26cbedc refactor: use promisified setTimeout in read retry Divyansh Singh 2026-07-30 03:36:38 +0530
  • bf8b6585f6 fix: retry file reads when out of file descriptors Divyansh Singh 2026-07-30 03:18:02 +0530
  • 91ced03685 fix(markdown): skip circular includes Divyansh Singh 2026-07-30 03:16:04 +0530
  • 644ad945db refactor(markdown): make processIncludes async Divyansh Singh 2026-07-30 03:14:28 +0530
  • 3a1c889043 refactor(search): handle missing files at read time and skip empty pages Divyansh Singh 2026-07-30 03:13:45 +0530
  • dffa8a92a5 refactor(markdown): restructure snippet plugin Divyansh Singh 2026-07-30 03:13:13 +0530
  • ef788318ef refactor(markdown): drop parameter defaults from createMarkdownToVueRenderFn Divyansh Singh 2026-07-30 03:12:45 +0530
  • 9a22223a23 refactor(serve): simplify static server setup Divyansh Singh 2026-07-30 03:12:04 +0530
  • 1e702dc103 refactor(build): use async fs and minify while rendering pages Divyansh Singh 2026-07-30 03:11:17 +0530
  • b1636e9f89 refactor(routes): load route templates with fs/promises Divyansh Singh 2026-07-30 03:11:04 +0530
  • f53f00a01c refactor(loader): read content files with fs/promises Divyansh Singh 2026-07-30 03:10:50 +0530
  • 61d7f63577 build: emit ads chunks with hash-only filenames Divyansh Singh 2026-07-30 03:10:36 +0530
  • b8ec0b563a refactor: normalize filesystem API usage Divyansh Singh 2026-07-29 23:04:35 +0530
  • 7bc9106341
    refactor: use the more appropriate token.meta Miroma 2026-07-29 07:53:58 +0200
  • fd0da34d87
    refactor: avoid slicing #region later Miroma 2026-07-29 07:53:20 +0200
  • 0d928b1926
    perf: skip marker matching on impossible lines Miroma 2026-07-29 07:50:56 +0200
  • d01fb8ec8f
    fix!: strip frontmatter before locating regions Miroma 2026-07-19 13:40:52 +0200
  • 28b3fccbc4
    refactor!: treat all region markers as equivalent Miroma 2026-07-19 13:40:47 +0200
  • 5f8edbd311
    refactor: extract and test stripMarkers Miroma 2026-07-19 13:40:43 +0200
  • 98c59da515
    fix: support files with an extension only Miroma 2026-07-19 13:40:38 +0200
  • 7694013c56
    fix!: comment markers Miroma 2026-07-19 13:40:33 +0200
  • f8f2881285
    feat: support different markers in same snippet Miroma 2026-07-19 13:40:29 +0200
  • 0d8e578e9f
    feat: support regions in pure JSON Miroma 2026-07-19 13:40:19 +0200
  • c859472377
    feat: optionally strip #region markers Miroma 2026-07-19 13:40:15 +0200
  • 43335196ca
    fix!: warn if region not found Miroma 2026-07-19 13:40:10 +0200
  • 53756666bc
    fix!: include all regions with the same name Miroma 2026-07-19 13:40:05 +0200
  • bd2a386d0b
    refactor: simplify frontmatter stripping logic Miroma 2026-07-19 13:40:00 +0200
  • 3f4530b0e2 fix(markdown): preserve user-defined attributes Divyansh Singh 2026-07-29 19:46:20 +0530
  • a86e8b51e2 chore(build): sort PageMeta import Divyansh Singh 2026-07-29 19:25:35 +0530
  • 559fb24a22 fix(search): only index pages on dev updates Divyansh Singh 2026-07-29 19:25:32 +0530
  • 027f0461e0 fix(build): respect cleanUrls in content loader render Divyansh Singh 2026-07-29 18:29:22 +0530
  • 1534a67d86 fix(search): serve a fresh search index after dev updates Divyansh Singh 2026-07-29 18:25:47 +0530
  • 769c10ee65 fix(build): resolve rewrites against externally injected pages too Divyansh Singh 2026-07-29 18:19:24 +0530
  • c9616559f5 fix(build): track include importers by module id Divyansh Singh 2026-07-29 18:19:10 +0530
  • 3cf3f37b17 fix(build): report links to pre-rewrite paths of rewritten pages as dead Divyansh Singh 2026-07-29 18:17:59 +0530
  • 5e4a9e799f fix(build): resolve additional configs by source path Divyansh Singh 2026-07-29 18:17:16 +0530
  • 9e2148d75e fix(build): apply rewrites when computing createContentLoader urls Divyansh Singh 2026-07-29 18:13:33 +0530
  • 6b64f3561b fix(search): index changed files with srcDir-relative paths in dev Divyansh Singh 2026-07-29 18:13:17 +0530
  • 5eac447318 fix(build): clear markdown cache with rewritten path on include change Divyansh Singh 2026-07-29 18:12:01 +0530
  • fa0e48c8df fix(build): don't apply docsearch css transform to pages matching its filter Divyansh Singh 2026-07-29 18:11:48 +0530
  • 7ee811b7e6 refactor(build): reuse pageData.relativePath for the HMR payload path Divyansh Singh 2026-07-29 18:11:34 +0530
  • fdd68e37a7 perf(build): reuse lastUpdated from markdown rendering in sitemap generation Divyansh Singh 2026-07-29 18:11:24 +0530
  • 45233e74ac chore(build): sort PageMeta import #5340 Divyansh Singh 2026-07-29 19:25:35 +0530
  • 3fa985de32 fix(search): only index pages on dev updates Divyansh Singh 2026-07-29 19:25:32 +0530
  • 7b277f6e2c fix(build): respect cleanUrls in content loader render Divyansh Singh 2026-07-29 18:29:22 +0530
  • e9c1f9d966 fix(search): serve a fresh search index after dev updates Divyansh Singh 2026-07-29 18:25:47 +0530
  • 7d27047ae1 fix(build): resolve rewrites against externally injected pages too Divyansh Singh 2026-07-29 18:19:24 +0530
  • a29baccd60 fix(build): track include importers by module id Divyansh Singh 2026-07-29 18:19:10 +0530
  • 37462a25be fix(build): report links to pre-rewrite paths of rewritten pages as dead Divyansh Singh 2026-07-29 18:17:59 +0530
  • 2f8074c141 fix(build): resolve additional configs by source path Divyansh Singh 2026-07-29 18:17:16 +0530
  • 002bfd438d fix(build): apply rewrites when computing createContentLoader urls Divyansh Singh 2026-07-29 18:13:33 +0530
  • a699ccee71 fix(search): index changed files with srcDir-relative paths in dev Divyansh Singh 2026-07-29 18:13:17 +0530
  • 962a2b7ee0 fix(build): clear markdown cache with rewritten path on include change Divyansh Singh 2026-07-29 18:12:01 +0530
  • 5f75d48a96 fix(build): don't apply docsearch css transform to pages matching its filter Divyansh Singh 2026-07-29 18:11:48 +0530
  • f1cc6ab2e7 refactor(build): reuse pageData.relativePath for the HMR payload path Divyansh Singh 2026-07-29 18:11:34 +0530
  • 2c74eebae4 perf(build): reuse lastUpdated from markdown rendering in sitemap generation Divyansh Singh 2026-07-29 18:11:24 +0530
  • 20a7cb7a5f chore: bump deps Divyansh Singh 2026-07-29 16:11:52 +0530
  • ca8ba5baec fix(types): declare Badge as a global component Divyansh Singh 2026-07-29 15:32:47 +0530
  • 0535009f44 feat(client): declare $frontmatter and $params as ComponentCustomProperties Divyansh Singh 2026-07-29 13:46:25 +0530
  • a5ce6ab200 docs(types): rewrite JSDoc comments in shared.d.ts Divyansh Singh 2026-07-29 13:46:22 +0530
  • 1d448c9fc1 feat: add web-types.json for JetBrains IDE support Divyansh Singh 2026-07-29 13:46:20 +0530
  • 8ff1f3e2dd fix(types): import EnhanceAppContext from package entry in theme.d.ts Divyansh Singh 2026-07-29 12:49:54 +0530
  • 83f22a4b7d
    docs: correct withBase description to say it prepends the base (#5339) Lazizbek Ergashev 2026-07-29 12:00:22 +0500
  • 6629577b48
    feat: declare Content and ClientOnly components as GlobalComponents (#5156) Joaquín Sánchez 2026-07-29 08:58:45 +0200
  • 390225893f docs: correct withBase description to say it prepends the base #5339 Lazizbek Ergashev 2026-07-29 11:56:29 +0500
  • f4021369b5 refactor(markdown): use attrs plugin for container attributes Divyansh Singh 2026-07-29 12:17:16 +0530
  • 1df9fdd502
    chore(docs): add robots.txt (#5337) MaxwellCohen 2026-07-29 01:11:12 -0500
  • 579484c922
    Merge branch 'main' into chore/5336/add-robots.txt #5337 Divyansh Singh 2026-07-29 11:40:45 +0530
  • 8932171092
    format Divyansh Singh 2026-07-29 11:40:18 +0530
  • d228eb3cca
    chore(Docs): add robots.txt Maxwell Cohen 2026-07-27 16:21:45 -0500
  • 430a890a17 feat(markdown): support footnotes Divyansh Singh 2026-07-27 21:45:48 +0530
  • dabc5e95ce fix(theme): correct anchor scroll margins across viewports Divyansh Singh 2026-07-27 12:39:23 +0530
  • 668517fa16 ci: bump actions Divyansh Singh 2026-07-26 20:35:26 +0530
  • ba95bf2f22 chore: bump deps Divyansh Singh 2026-07-26 20:27:03 +0530
  • b6d9cb83c7 fix(markdown): remove extra whitespace from container markup Divyansh Singh 2026-07-26 19:33:40 +0530
  • 992f08fa84 docs: fix markdown guide outlines and emoji links Divyansh Singh 2026-07-26 19:21:06 +0530
  • 0d3d72f6c0 fix(build): respect cleanUrls in content loader render #5299 TowyTowy 2026-07-09 13:31:01 +0200
  • d0ac4b0d93
    build(deps-dev): bump postcss from 8.5.15 to 8.5.18 (#5335) dependabot[bot] 2026-07-25 16:39:55 +0530
  • e145ce9b90
    build(deps-dev): bump postcss from 8.5.15 to 8.5.18 #5335 dependabot[bot] 2026-07-25 11:06:28 +0000
  • 2fa0dedbb2 feat(markdown)!: group code copy button strings into one option Divyansh Singh 2026-07-25 15:53:49 +0530
  • 4e263772b4 docs: drop the code copy button title workaround Divyansh Singh 2026-07-25 15:25:47 +0530
  • 4e8b0b40a2 chore(theme): sort the copied-text locale overrides alphabetically Divyansh Singh 2026-07-25 15:18:35 +0530
  • f21ec91763 docs: translate container labels and the code copy button title Divyansh Singh 2026-07-25 14:58:20 +0530
  • faaa4a124e feat(markdown): support per-locale markdown strings Divyansh Singh 2026-07-25 14:58:13 +0530
  • e90178997a chore: remove the @types/mdurl patch Divyansh Singh 2026-07-25 14:36:14 +0530
  • 962f00e7a3 feat(markdown): support registering custom containers Divyansh Singh 2026-07-25 14:22:30 +0530
  • 4c7a030bc1 feat(markdown): support title-less containers Divyansh Singh 2026-07-25 14:22:09 +0530
  • 420565236b refactor(markdown): migrate containers to @mdit/plugin-container Divyansh Singh 2026-07-25 14:21:24 +0530
  • f1ee91335e refactor(theme)!: rebuild the base styles on tailwind's preflight Divyansh Singh 2026-07-25 13:33:44 +0530
  • 829288ddec docs: declare the vazirmatn face manually and pin its version Divyansh Singh 2026-07-25 03:10:25 +0530
  • 91b06b67a3 fix(theme)!: route cjk punctuation to matching system fonts Divyansh Singh 2026-07-25 03:10:16 +0530
  • fa24c6d67b perf: use hook filters in vite plugins Divyansh Singh 2026-07-24 18:59:12 +0530
  • a1f2147c0a docs: rewrite and complete jsdocs in siteConfig.ts Divyansh Singh 2026-07-24 18:38:31 +0530
  • ab1896fbf4 feat: update option stability annotations Divyansh Singh 2026-07-24 18:29:16 +0530