Almeida
126529f460
fix: overflow on package home ( #11101 )
2025-09-13 16:21:20 +00:00
Almeida
db8c1d3edb
fix: background on pages with little content ( #10925 )
2025-06-07 13:16:58 +02:00
iCrawl
762bbc6525
refactor(website): switch to dynamic only
2025-05-30 02:29:15 +02:00
iCrawl
33d8619a4e
feat(website): include loading indicators when data is fetching
2025-05-16 00:19:17 +02:00
iCrawl
576443c29a
fix(website): don't crash if no version was found
2025-05-15 22:05:38 +02:00
iCrawl
c92a8c27a2
fix: sidebar behaviour when switching package/version
2025-05-15 17:11:47 +02:00
iCrawl
aa533efe26
feat: discord-api-types on docs
2025-05-13 01:33:48 +02:00
Qjuh
b3db92edfb
feat(api-extractor): support multiple entrypoints ( #10829 )
...
* feat(api-extractor): support multiple entrypoints
* chore: initial support in generateSplitDocumentation
* chore: bring in line with upstream
* refactor: multiple entrypoints in scripts
* fix: split docs
* feat: website
* fix: docs failing on next
* fix: don't include dtypes for now
* refactor: don't fetch entrypoint if there is none
---------
Co-authored-by: iCrawl <buechler.noel@outlook.com >
2025-05-12 23:48:41 +02:00
Noel
2e3bc69602
refactor: website facelift ( #10823 )
2025-04-10 22:02:37 +02:00
Noel
f580de8025
chore: upgrade deps ( #10824 )
2025-04-05 13:18:56 +02:00
iCrawl
a35d760421
fix: prerender bailout
2024-05-24 02:10:07 +02:00
iCrawl
f9ba11eba3
chore: update nextjs
2024-05-24 01:47:07 +02:00
iCrawl
bb884fc260
chore: react compiler
2024-05-19 03:44:42 +02:00
iCrawl
6759f5b9c5
chore: deps
2024-04-16 21:44:21 +02:00
iCrawl
0d4c26ba4c
chore: deps
2024-03-11 17:50:39 +01:00
iCrawl
9fa115df86
fix: can't use node internals on edge
2024-03-03 02:36:06 +01:00
iCrawl
79fbda3aac
feat: local and preview detection
2024-03-03 02:30:08 +01:00
iCrawl
2848591e21
fix: switch out syntax highlighter themes
2024-03-03 00:54:47 +01:00
Noel
18cce83d80
refactor: docs ( #10126 )
2024-02-29 04:37:52 +01:00
iCrawl
ae57d7facb
chore: deps
2024-02-06 01:53:30 +01:00
iCrawl
520d6f64dd
fix: nextjs unreliable params in route
2023-12-21 05:19:32 +01:00
iCrawl
7b5c31b2bc
refactor: fetch versions on the client
2023-12-20 23:21:49 +01:00
iCrawl
d869d9b3fe
style: fix up lint
2023-12-19 14:45:28 +01:00
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