Qjuh
|
3d1c884926
|
refactor(website): remove unneccessary addPackageToModel function (#9983)
* types: fix links in @deprecated tags
* Merge branch 'main' into fix/deprecated-links-d.ts
* fix: searchIndices
* refactor: apply review suggestions
* refactor: remove addPackageToModel function
* fix: event links in search index
* fix: wrong overload condition
|
2023-11-21 10:06:13 +01:00 |
|
Jiralite
|
5da5be2bc9
|
fix(route): Conditionally prefix package names (#9975)
fix(route): conditionally prefix package names
|
2023-11-17 23:38:49 +01:00 |
|
iCrawl
|
75137bac6f
|
refactor: don't prebuild on preview builds
|
2023-11-14 01:55:08 +01:00 |
|
iCrawl
|
8f432400d8
|
build: multi-config build and dep update
|
2023-11-14 01:26:22 +01:00 |
|
iCrawl
|
01c63d2e0f
|
refactor: switch to vercel blob for docs
|
2023-11-13 23:15:16 +01:00 |
|
iCrawl
|
c4767bacde
|
refactor: switch to vercel pg
|
2023-11-13 21:07:01 +01:00 |
|
iCrawl
|
d4ebc369ca
|
fix: dont cache nextjs cache
|
2023-11-13 19:31:55 +01:00 |
|
iCrawl
|
b150d4ac27
|
fix: provide full path for pre-gen
|
2023-11-13 19:19:26 +01:00 |
|
iCrawl
|
bc8f83368a
|
feat: reintroduce outline navigation
|
2023-11-13 18:03:23 +01:00 |
|
iCrawl
|
8d04cbc203
|
chore: add loading page for suspense
|
2023-11-13 11:23:59 +01:00 |
|
iCrawl
|
356cadb382
|
chore: enable prefetch
|
2023-11-13 11:07:47 +01:00 |
|
iCrawl
|
978a39f6d3
|
chore: disable prefetch
|
2023-11-13 10:48:51 +01:00 |
|
iCrawl
|
516be87a87
|
fix: properly display all versions in selector
|
2023-11-13 10:22:44 +01:00 |
|
iCrawl
|
62e6573296
|
fix(website): caching and revalidation
|
2023-11-11 21:05:25 +01:00 |
|
iCrawl
|
2a25eeaf13
|
chore: remove nextjs patch
|
2023-11-11 19:19:14 +01:00 |
|
iCrawl
|
4a5e9fc1de
|
fix: pin source-map dependency and clean up website
|
2023-11-08 18:43:02 +01:00 |
|
iCrawl
|
e72b552ae2
|
chore: remaining deps and lighthouse removal
|
2023-11-08 18:20:16 +01:00 |
|
iCrawl
|
34d0224b68
|
refactor: display readme correctly
|
2023-11-08 14:49:28 +01:00 |
|
iCrawl
|
fcfe5cf142
|
refactor: remove banner
|
2023-11-08 13:51:51 +01:00 |
|
iCrawl
|
4575e49ea1
|
ci: deploy on vercel again
|
2023-11-08 13:27:04 +01:00 |
|
iCrawl
|
2bda883a0f
|
fix: handle older generated docs better
|
2023-11-08 12:30:32 +01:00 |
|
iCrawl
|
413d6d67c5
|
ci: separate website deploy
|
2023-11-08 10:38:44 +01:00 |
|
Qjuh
|
da455bceea
|
feat: mainlib docs on new website (#9930)
* fix(ExceptText): don't display import("d..-types/v10"). in return type
* Squashed 'packages/api-extractor-model/' content from commit 39ecb196c
git-subtree-dir: packages/api-extractor-model
git-subtree-split: 39ecb196ca210bdf84ba6c9cadb1bb93571849d7
* Squashed 'packages/api-extractor/' content from commit 341ad6c51
git-subtree-dir: packages/api-extractor
git-subtree-split: 341ad6c51b01656d4f73b74ad4bdb3095f9262c4
* feat(api-extractor): add api-extractor and -model
* fix: package.json docs script
* fix(SourcLink): use <> instead of function syntax
* fix: make packages private
* fix: rest params showing in docs, added labels
* fix: missed two files
* feat: merge docs.json from docgen and docs.api.json
* fix: cpy-cli & pnpm-lock
* fix: increase icon size
* fix: icon size again
* feat: run both docs on mainlib
* chore: website fixes
* fix: more website fixes
* fix: tests and dev database script
* chore: comment out old docs
* fix: increase max fetch cache
* fix: env should always be a string
* fix: try to reapply patches
* fix: remove prepare for docgen
* fix: temporary cosmetic fixes
* fix: horizontal scroll
* feat: generate index for new docs
---------
Co-authored-by: Noel <buechler.noel@outlook.com>
|
2023-11-08 10:16:54 +01:00 |
|
iCrawl
|
f713e47b0a
|
fix: gracefully handle no docs
|
2023-11-08 03:23:51 +01:00 |
|
iCrawl
|
67a2538b4d
|
fix: handle errors gracefully
|
2023-11-08 02:22:51 +01:00 |
|
Qjuh
|
5c0fad3b2d
|
build: package api-extractor and -model (#9920)
* fix(ExceptText): don't display import("d..-types/v10"). in return type
* Squashed 'packages/api-extractor-model/' content from commit 39ecb196c
git-subtree-dir: packages/api-extractor-model
git-subtree-split: 39ecb196ca210bdf84ba6c9cadb1bb93571849d7
* Squashed 'packages/api-extractor/' content from commit 341ad6c51
git-subtree-dir: packages/api-extractor
git-subtree-split: 341ad6c51b01656d4f73b74ad4bdb3095f9262c4
* feat(api-extractor): add api-extractor and -model
* fix: package.json docs script
* fix(SourcLink): use <> instead of function syntax
* fix: make packages private
* fix: rest params showing in docs, added labels
* fix: missed two files
* fix: cpy-cli & pnpm-lock
* fix: increase icon size
* fix: icon size again
|
2023-11-07 21:53:36 +01:00 |
|
iCrawl
|
792840bae6
|
ci: update search with github actions
|
2023-11-07 16:22:17 +01:00 |
|
iCrawl
|
009c0a3bae
|
refactor: use planetscale instead of custom api
|
2023-11-07 15:08:03 +01:00 |
|
iCrawl
|
6cd3adf030
|
chore: update deps
|
2023-11-06 21:38:45 +01:00 |
|
Noel
|
e96a8a977f
|
build: pnpm (#9806)
|
2023-08-27 20:24:03 +02:00 |
|
iCrawl
|
e3127a0735
|
build: fix linting
|
2023-08-24 23:08:29 +02:00 |
|
iCrawl
|
fb81f7befb
|
build: refactor linting setup
|
2023-08-24 06:43:23 +02:00 |
|
iCrawl
|
5d7c59c301
|
chore: deps
|
2023-08-22 00:30:08 +02:00 |
|
iCrawl
|
447652ec8a
|
chore: format
|
2023-07-31 21:08:13 +02:00 |
|
iCrawl
|
fd8197fe5b
|
chore: deps
|
2023-07-30 02:13:39 +02:00 |
|
iCrawl
|
d26e022afc
|
chore: deps
|
2023-07-19 11:59:42 +02:00 |
|
iCrawl
|
afa98793cd
|
chore: deps
|
2023-07-17 09:45:07 +02:00 |
|
brynpttrsn
|
0c175c02e9
|
fix(website): package and version button formatting (#9556)
* fix for djs package button and removed redundant divs
* version arrow formatting
* formatting
|
2023-05-09 16:02:52 +02:00 |
|
iCrawl
|
e53b94c979
|
chore: remove cron
|
2023-05-05 21:21:09 +02:00 |
|
iCrawl
|
d8d21cf370
|
chore: cloudflare sponsorship
|
2023-05-05 20:29:10 +02:00 |
|
iCrawl
|
7e875f6919
|
chore: refactor workspace
|
2023-05-03 02:14:22 +02:00 |
|
iCrawl
|
48cab844d4
|
build: switch to bundler moduleResolution
|
2023-05-01 13:14:13 +02:00 |
|
Suneet Tipirneni
|
988f8c7546
|
refactor(website): consolidate styling for buttons (#9466)
|
2023-04-28 21:42:47 +02:00 |
|
iCrawl
|
24f17998c8
|
refactor(website): revise landing page
|
2023-04-16 19:10:50 +02:00 |
|
iCrawl
|
1b74c774c0
|
fix(website): cutoff ring outline in breadcrumbs
|
2023-04-16 11:22:16 +02:00 |
|
iCrawl
|
3ea26cc1a6
|
refactor(website): only show search box on md and up
|
2023-04-16 00:17:12 +02:00 |
|
iCrawl
|
412e4fffae
|
build(website): prepare for turbopack
|
2023-04-15 18:15:24 +02:00 |
|
iCrawl
|
5e2f94c591
|
fix(website): max height
|
2023-04-15 14:28:20 +02:00 |
|
iCrawl
|
49627b1f46
|
chore(website): add banner
|
2023-04-15 14:03:03 +02:00 |
|
iCrawl
|
615752e32b
|
chore(website): cleanup ts-errors
|
2023-04-14 20:03:40 +02:00 |
|