Commit graph

329 commits

Author SHA1 Message Date
Qjuh e723230dff
fix(website): link tags with explicit URL showed undefined (#10350) 2024-06-16 12:57:30 +00:00
Jiralite 346d1be72b
build: Bump dependencies (#10322)
* build: bump dependencies

* build: update pnpm to 9.1.4
2024-06-05 09:42:33 +00:00
iCrawl d22b55fc82
fix: restore 404 page 2024-05-26 18:43:34 +02:00
iCrawl a35d760421
fix: prerender bailout 2024-05-24 02:10:07 +02:00
iCrawl 7f467ed2d1
feat: error handling 2024-05-24 01:57:50 +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
Qjuh 914cc4ba54
fix(docs): some link tags didn't resolve correctly (#10269)
* fix(docs): some link tags didn't resolve in summaries

* fix: add TextBasedChannels type
2024-05-13 09:34:11 +00:00
Qjuh 5498e18bf4
fix(website): links to builtin documentation not showing in summary (#10267) 2024-05-10 20:38:43 +00:00
Synbulat Biishev 14f9ff7412
chore: Add funding field to package.json (#10230)
* chore: funding

* chore: one more package.json

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2024-04-27 17:26:11 +00:00
iCrawl 6759f5b9c5
chore: deps 2024-04-16 21:44:21 +02:00
Qjuh 7baa9e4333
feat(website): add type field to search index to sort by (#10212) 2024-04-14 19:53:16 +02:00
Qjuh afb97fbd00
fix(website): use correct version for cross-package links (#10193) 2024-04-11 17:38:04 +02:00
iCrawl 0d4c26ba4c
chore: deps 2024-03-11 17:50:39 +01:00
iCrawl 0efd1bea46
fix: anchor link for events 2024-03-04 00:02:52 +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
iCrawl 71bba547b6
refactor: docs ordering 2024-03-02 20:25:51 +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
brynpttrsn bff1caebd1
fix(website): move function header into switcher (#10077)
fix(website): move header into switcher
2024-02-04 21:06:50 +01:00
Qjuh bc9b487eb1
fix(website): always link in TypeAlias (#10105)
* fix(website): always link in TypeAlias

* fix: use div instead span for DocParagraph
2024-02-04 00:39:00 +00:00
brynpttrsn f69165883f
fix(website): cmdk duplicate values (#10100)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2024-02-03 21:45:28 +00:00
Qjuh 1431c18769
fix(website): search hanging on complex types (#10095) 2024-01-21 17:08:31 +00:00
iCrawl 520d6f64dd
fix: nextjs unreliable params in route 2023-12-21 05:19:32 +01:00
iCrawl 1c3211a5fc
fix: remove ppr from website for now 2023-12-21 04:39:14 +01:00
iCrawl 891a67ac4d
fix: use proper api endpoint 2023-12-20 23:49:39 +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
iCrawl 171cb182ed
chore: deps 2023-12-19 14:33:04 +01:00
Almeida a000df624c
chore: use double quotes for globs in scripts (#10032) 2023-12-18 18:14:15 +01:00
Jiralite 18c2dccd0e
feat: Utilise create-discord-bot (#10013)
* feat: utilise create-discord-bot

* chore: hide line numbers

* feat: add intents page

* feat: add more Node.js variants

* refactor: redo page a bit

* fix: 👀

* chore: touch up introduction page

* chore: touch up what's new

* chore: touch up how to contribute

* chore: remove enforced locale

* chore: Fix typo

Co-authored-by: Danial Raza <danialrazafb@gmail.com>

* chore: commit suggestions

Co-authored-by: Souji <timoqueezle@gmail.com>

* chore: address improper capitalisation

Co-authored-by: Souji <timoqueezle@gmail.com>

* refactor: remove `applications.commands`

* refactor: remove unique comment

* fix(intents): remove shard comment

* docs(intents): add missing info

---------

Co-authored-by: Danial Raza <danialrazafb@gmail.com>
Co-authored-by: Souji <timoqueezle@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-12-14 21:15:27 +00:00
Qjuh 651ffc2caf
feat(website): more builtin docs links (#10030)
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-12-10 14:06:09 +00:00
Qjuh a44ada661f
feat(website): show union members of type aliases (#10001)
* feat(website): show union members of type aliases

* refactor: suggestions from code review

* Apply suggestions from code review

---------

Co-authored-by: Noel <buechler.noel@outlook.com>
2023-12-01 02:19:07 +01:00
Qjuh 1ec2901f56
feat(website): type parameters on methods and overloads (#9998)
* feat(website): type parameters on methods and overloads

* refactor: add collapsible parameter list
2023-12-01 02:11:59 +01:00
brynpttrsn cbbbfb9823
fix(website): serialize methods with overload index (#10005)
fix: add overload index to methods
2023-11-30 22:43:43 +01:00
Qjuh 9fdbf0ad65
fix(website): doc links to other packages (#9994)
* fix(website): doc links to other packages

* fix: missing parameter

* Apply suggestions from code review

Co-authored-by: Almeida <almeidx@pm.me>

---------

Co-authored-by: Almeida <almeidx@pm.me>
2023-11-22 19:06:13 +01:00
Qjuh 57c414be21
fix(website): discord-api-types links, URL links and some minor doc issues (#9990)
* fix(website): correctly link to discord-api-types in link tags

* fix: url links and some minor doc issues

* fix: unneeded import

* fix: another unneccessary import

* fix: several linting issues

* refactor: simplify ApiItemLike interface

* refactor: apply suggestions

* fix: missing newline in docComment

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-11-22 08:26:43 +00: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
Qjuh 802ec63a48
fix(website): cross package deprecated links (#9981)
* refactor: minify api.json by shortening keys

* fix: links to other packages

* refactor: get doclink from canonicalReference, not model

* fix: types

* fix: again

* fix: @link tags with alt texts

* fix(website): cross-package links in @deprecated
2023-11-18 11:45:32 +01:00
Qjuh 5a715706df
fix(website): search index generation (#9980)
* types: fix links in @deprecated tags

* Merge branch 'main' into fix/deprecated-links-d.ts

* fix: searchIndices

* refactor: apply review suggestions
2023-11-18 10:44:06 +00:00
Jiralite 5da5be2bc9
fix(route): Conditionally prefix package names (#9975)
fix(route): conditionally prefix package names
2023-11-17 23:38:49 +01:00
Qjuh 492f86af39
refactor: minify api.json by shortening keys (#9971)
* refactor: minify api.json by shortening keys

* fix: links to other packages

* refactor: get doclink from canonicalReference, not model

* fix: types

* fix: again

* fix: @link tags with alt texts
2023-11-17 23:26:48 +01:00
iCrawl f9177be61b
fix: don't hardcode discordjs special case 2023-11-14 02:04:02 +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 ffc3ea5c3f
fix: hardcode redirect for main lib for now 2023-11-13 21:37:59 +01:00
iCrawl 0063dae43b
fix: use correct pkg variable 2023-11-13 21:30:05 +01:00