Commit graph

329 commits

Author SHA1 Message Date
iCrawl 1e3aed0d97
chore: config overhaul 2023-08-22 01:33:47 +02:00
iCrawl 5d7c59c301
chore: deps 2023-08-22 00:30:08 +02:00
iCrawl 99cadfd82b
chore: deps 2023-08-17 21:08:09 +02:00
Toast 188877c50a
docs: Update Node.js requirement to 16.11.0 (#9764)
* Update Node.js requirement in README file

* chore: update the rest of files with nodejs 16.11.0

* Update 03-updating-to-v14.mdx

---------

Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
2023-08-13 19:49:33 +00:00
Jiralite a1605b3a5e
build: Update vite and other related dependencies (#9772)
* build: update vite and other related dependencies

* chore: use `"errors-only"`
2023-08-13 21:36:23 +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 20268ac0c4
feat(website): switch overload on hash location (#9699)
* feat(website): switch overload on hash location

* Update apps/website/src/components/OverloadSwitcher.tsx

---------

Co-authored-by: Noel <buechler.noel@outlook.com>
2023-07-15 19:34:28 +02:00
brynpttrsn 4141405dcd
fix(website): type alias search symbol (#9705) 2023-07-15 19:25:56 +02:00
brynpttrsn 1716202f44
fix(website): Overload switcher duplicates reference links (#9614)
fix(website): add idx to link key
2023-06-13 21:01:18 +02:00
brynpttrsn 7b494aca5b
fix(website): switch signature with overload (#9643) 2023-06-13 20:55:56 +02:00
iCrawl 9b06734445
chore: deps 2023-05-23 20:14:15 +02:00
Jiralite 47843493a5
feat(guide): Add formatters popular topic (#9566)
* feat: add formatters page

* chore: rename pages
2023-05-22 10:06:48 +02:00
brynpttrsn 8107c5c0e7
fix(website): header and sidebar icons (#9574)
* fix: header icons

* Reorder imports

* remove field symbol

* fix type sidebar icon

* remove import

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-05-19 17:28:37 +00:00
Idris cffa5d19c9
feat(guide): port Collectors page (#9567)
* feat(guide): port Collectors page

* fix: requested changes

* fix: requested changes

* fix: suggested changes

---------

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-05-18 09:06:00 +00:00
iCrawl 90e243d350
chore: deps 2023-05-16 00:14:14 +02:00
iCrawl d033f925e0
fix(websites/guide): remove flex-basis 2023-05-12 20:02:04 +02:00
iCrawl 7c8849fae5
chore: deps 2023-05-12 19:58:51 +02:00
Jiralite a51c48e743
fix(webhooks): Remove incorrect properties in edit message code sample (#9562)
fix(webhooks): remove incorrect properties in edit message code sample
2023-05-11 16:43:54 +00:00
Jiralite 7b617bd22e
feat: Create discord-api-types documentation component (#9555)
feat: add discord-api-types link component

Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-05-09 19:49:07 +00: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
synicalsyntax 280ed0ce08
fix(website): various UI improvements (#9538)
* fix(website): raise category z-index to prevent clipping

* refactor(website): wrap footer badges when necessary to prevent overflow
2023-05-08 08:59:25 +02:00
iCrawl 9ddb3ff71d
chore: deps 2023-05-07 18:04:10 +02:00
Jiralite da6de92e8c
feat(DocsLink): Support overriding text (#9525) 2023-05-07 16:22:05 +02:00
synicalsyntax bbf80efbb0
fix(guide): various UI improvements (#9532) 2023-05-07 16:20:54 +02:00
Jiralite 75195cc539
chore(guide): Update discord.js version to 14.11.0 (#9523) 2023-05-06 14:57:13 +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 d4f12e0a0c
chore: deps 2023-05-05 14:30:47 +02:00
Jiralite 506f7fcd3b
fix(guide): Fix unknown component in v14 update guide (#9514)
* chore(constants): update discord.js to 14.10.2

* feat(DocsLink): handle only a package

* fix(updating-to-v14): fix unknown component
2023-05-05 07:37:47 +00:00
Jiralite 51d53f5117
feat(guide): Add webhooks (#9479)
* feat: add page

* feat: add assets

* chore: DocsLink

Co-authored-by: Ryan Munro <monbrey@gmail.com>

* fix: config import

* fix: another assert bug

* chore: lint

* fix: actually fix the destructure

---------

Co-authored-by: Ryan Munro <monbrey@gmail.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-05-04 08:49:18 +00:00
Suneet Tipirneni 4b077e679c
refactor(guide): use @type comments for command data code (#9489)
* refactor(guide): use `@type` comments for command data code

* fix: typo

* fix: use correct doc comment

* fix: use one line

* feat: add param types

* fix: use command interaction instead

* Update apps/guide/src/content/03-creating-your-bot/03-adding-commands.mdx

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

* chore: lint

---------

Co-authored-by: Souji <timoqueezle@gmail.com>
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
2023-05-03 23:58:53 +00:00
iCrawl 5d05b7230a
chore: re-gen yarn.lock 2023-05-03 02:30:15 +02:00
iCrawl 7e875f6919
chore: refactor workspace 2023-05-03 02:14:22 +02:00
Jiralite 36b7fb2f00
feat(guide): Update to 14.10.0 (#9487) 2023-05-01 21:05:29 +02:00
iCrawl 9a56edaf8c
chore: add module resolution for the website 2023-05-01 18:21:02 +02:00
iCrawl 0762ddb3f4
chore: deps 2023-05-01 15:29:51 +02:00
iCrawl 80af9696d3
build: leftover extensions 2023-05-01 15:23:15 +02:00
iCrawl 48cab844d4
build: switch to bundler moduleResolution 2023-05-01 13:14:13 +02:00
iCrawl 8b71f44b1f
chore: deps 2023-05-01 12:05:55 +02:00
iCrawl 1ba7394a7d
chore: deps 2023-04-30 09:01:17 +02:00
Jiralite 260c46d51c
feat(guide): Add audit logs (#9429) 2023-04-30 07:50:14 +02:00
iCrawl 6229597db2
fix(guide): add more headings 2023-04-29 20:10:06 +02:00
iCrawl 8d212e4859
feat(guide): anchor links 2023-04-29 20:05:22 +02:00
Tetie 496c4e2884
feat(ui): support verified bots and colored authors (#9471)
Co-authored-by: Noel <buechler.noel@outlook.com>
2023-04-29 17:26:31 +02:00
Jiralite 375483b0f9
feat(guide): Add threads (#9430) 2023-04-28 21:46:45 +02:00
Jiralite 17cd4b610a
fix(guide): Show rest of TypeScript code block (#9465) 2023-04-28 21:46:27 +02:00
Suneet Tipirneni 988f8c7546
refactor(website): consolidate styling for buttons (#9466) 2023-04-28 21:42:47 +02:00
Ryan Munro 78fe247fc4
feat(guide): port and update lots of stuff (#9385)
Co-authored-by: Jiralite <33201955+Jiralite@users.noreply.github.com>
Co-authored-by: Noel <buechler.noel@outlook.com>
2023-04-27 20:58:25 +02:00
Suneet Tipirneni b2e1bb92d0
fix(website): don't duplicate overloaded methods (#9462) 2023-04-27 20:25:23 +02:00
Michael H 1b4d34cebf
chore: Add directory to package.json (#9456)
* chore: Add directory to package.json

* fix: run fmt

* fix: undo formatting
2023-04-25 14:27:44 +00:00
iCrawl 43e205b840
chore: deps 2023-04-24 19:46:44 +02:00
Suneet Tipirneni ecd1b5da11
refactor(website): consolidate badge logic (#9417)
Co-authored-by: Noel <buechler.noel@outlook.com>
2023-04-19 18:58:35 +02:00
Jiralite 603446a692
chore: Bump dependencies for template package (#9418)
* chore: bump dependencies

* chore: update .yarnrc.yml
2023-04-19 05:43:46 +00:00
Suneet Tipirneni f1fdd5b010
refactor(website): extract shared code heading styling into component (#9414)
* refactor(website): extract shared code heading styling into component

* chore: remove redundant variable
2023-04-17 21:33:51 +00:00
iCrawl 98a76db482
docs: generate static imports for types with api-extractor 2023-04-17 19:08:01 +02:00
Suneet Tipirneni 516c46117c
feat(website): use tsdoc parameter names wherever possible (#9413)
Co-authored-by: Noel <buechler.noel@outlook.com>
Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
2023-04-17 18:44:17 +02:00
Jiralite 7b10e8cb63
feat: Add FAQ (#9407)
* feat: port over FAQ

* refactor: use async/await

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

* style: spacing

* refactor: use role id

* feat: more links!

* refactor: move comment up

* refactor: consistent naming style

---------

Co-authored-by: Almeida <almeidx@pm.me>
2023-04-17 08:31:53 +00:00
Jiralite 2f18323d2c
fix(updating-to-v14): Parameter typo (#9408)
fix: parameter typo
2023-04-17 01:35:34 +00:00
Suneet Tipirneni e04801bba1
fix(website): add equals to enum members (#9405) 2023-04-16 21:43:37 +00:00
Jiralite 5dcc6df224
fix(updating-to-v14): Prioritise JavaScript (#9401) 2023-04-16 20:22:41 +02:00
Jiralite 1c35425120
fix(collection): filter() markdown (#9402) 2023-04-16 20:21:47 +02:00
Jiralite cf1f5c0f0c
chore(async-await): Update to ESM (#9403) 2023-04-16 20:21:30 +02:00
iCrawl a210fc64a2
fix(website): dark mode text color 2023-04-16 19:21:41 +02:00
iCrawl 24f17998c8
refactor(website): revise landing page 2023-04-16 19:10:50 +02:00
iCrawl eda118dae9
fix(guide): optimize redirects on middleware level 2023-04-16 17:42:05 +02:00
iCrawl f2fce0a7da
refactor(guide): always redirect to introduction 2023-04-16 17:38:45 +02:00
iCrawl d5e9e36e8a
fix(guide): let the breadcrumbs grow to the full size 2023-04-16 13:29:55 +02:00
iCrawl 8c0eb56ba5
fix(guide): ring cutoff on guide header 2023-04-16 13:02:10 +02:00
iCrawl 1b74c774c0
fix(website): cutoff ring outline in breadcrumbs 2023-04-16 11:22:16 +02:00
iCrawl 01949d6e3a
fix(website): wrong breakpoint 2023-04-16 00:23:33 +02:00
iCrawl 3ea26cc1a6
refactor(website): only show search box on md and up 2023-04-16 00:17:12 +02:00
Suneet Tipirneni a516d46f91
fix(website): right-align search bar (#9395) 2023-04-16 00:03:19 +02:00
iCrawl b35b935679
fix(guide): sidebar types 2023-04-15 23:50:18 +02:00
iCrawl 0928c8f6ff
fix(guide): remove astro leftovers 2023-04-15 23:37:19 +02:00
iCrawl 188d5eea28
chore: fix yarn.lock 2023-04-15 23:31:48 +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 bcb48fea3e
chore(website): redirect to core instead 2023-04-15 13:03:27 +02:00
iCrawl c87e826087
style(website): remove dynamic width check 2023-04-15 04:43:23 +02:00
Suneet Tipirneni cac3c07729
fix(website): link dapi-types to proper website (#9388) 2023-04-14 20:53:57 +02:00
iCrawl 615752e32b
chore(website): cleanup ts-errors 2023-04-14 20:03:40 +02:00
iCrawl 2c25639a85
chore: update next.js dep 2023-04-14 19:23:59 +02:00
iCrawl a76c1ddacc
chore: fixup build and lint 2023-04-14 17:11:12 +02:00
Jiralite 0d0e4d1cb6
feat: Add changes from v13 to v14 (#9384) 2023-04-14 10:58:23 +02:00
iCrawl d35f670d7a
chore(website): move around static label 2023-04-14 10:33:20 +02:00
iCrawl e4c5f794b0
fix(website): client-side rendering fallback 2023-04-13 23:29:45 +02:00
Jiralite 88cab1a0ec
fix: Update DocsLink usage (#9382) 2023-04-13 22:55:15 +02:00
iCrawl 1c2cc09e05
fix(guide): temporary fix contentlayer dev 2023-04-13 22:28:33 +02:00
Jiralite 2a684361d4
fix(guide): Treeshake react-icons (#9381) 2023-04-13 22:09:40 +02:00
Jiralite 39c6694561
feat(DocsLink): Implement the component (#9380)
Co-authored-by: Noel <buechler.noel@outlook.com>
2023-04-13 21:55:15 +02:00
iCrawl 70da3746f8
fix(website): static badge and overload switcher 2023-04-13 20:56:44 +02:00
iCrawl e5859b41cf
chore: storybook 2023-04-13 19:09:56 +02:00
Jiralite 0b7f296b62
chore(guide): Update pages (#9372) 2023-04-13 17:10:06 +02:00
Jiralite 85a379fdf8
feat(guide): How to contribute (#9376) 2023-04-13 14:19:43 +02:00
iCrawl fcb3a1ab27
fix(guide): update return link on 404 2023-04-12 01:04:36 +02:00
iCrawl 40be4f80dc
fix(guide): light mode fix 2023-04-12 00:44:21 +02:00
iCrawl ee907f32f3
feat(guide): sidebar 2023-04-12 00:39:35 +02:00
iCrawl 731ea5f3cb
fix(website?): static params 2023-04-11 20:52:37 +02:00
iCrawl 24c462bf6f
refactor(website): dark mode 2023-04-11 20:13:59 +02:00
iCrawl 78e02c4b63
fix(website): navigation and 404 2023-04-11 19:19:33 +02:00
Jiralite 6a221a9676
fix(Property): Check for a property type excerpt (#9365) 2023-04-11 14:12:03 +02:00
Almeida d6905b3b97
fix(website): dont show parameters header on functions without parameters (#9361) 2023-04-10 14:00:32 +02:00
Jiralite 774e23c572
fix(Function): Add link to source file (#9360) 2023-04-10 14:00:03 +02:00
Jiralite 1c8567f147
feat: Support @returns (#9362)
Co-authored-by: Noel <buechler.noel@outlook.com>
2023-04-10 13:59:29 +02:00
Jiralite 733c96c255
feat: Support @defaultValue (#9363) 2023-04-10 13:56:43 +02:00
iCrawl 0019700869
chore(website): switch to revalidate on fetch level 2023-04-10 12:51:13 +02:00
iCrawl 250eccf118
fix(website): members only on interfaces and classes 2023-04-09 19:12:42 +02:00
iCrawl 7d3827ebd1
fix(website): pass on revalidate 2023-04-09 18:55:59 +02:00
iCrawl d1955f7c9e
feat(website): static, optional, private, inherits, extends 2023-04-09 18:40:49 +02:00
iCrawl 6412da4921
feat: endpoint to retriveve memeber info 2023-04-09 14:21:45 +02:00
Jiralite 79123fb260
fix(ExcerptText): Use resolveItemURI() in excerpts (#9354)
Co-authored-by: Noel <buechler.noel@outlook.com>
2023-04-09 13:23:05 +02:00
iCrawl 3d2f4b405e
chore(guide): bring guide up to speed 2023-04-09 12:41:02 +02:00
Jiralite fbbce3eb4b
fix: Correct @link tags that involve parents (#9351) 2023-04-09 11:22:07 +02:00
Jiralite b618e215f2
fix(util): Remove extra slash (#9347) 2023-04-08 23:51:58 +02:00
iCrawl 1b9d07f941
chore(website): downgrade planetscale dep 2023-04-07 21:25:15 +02:00
iCrawl f893c6a357
chore: deps 2023-04-07 21:13:36 +02:00
iCrawl 687bbd889f
chore(website): this may solve dynamic route problems
https://github.com/vercel/next.js/pull/47982
2023-04-07 20:54:16 +02:00
iCrawl f195556b64
fix(website): downgrade nextjs 2023-04-07 20:10:20 +02:00
iCrawl 9aafdd6214
fix(website): model import 2023-04-07 13:41:19 +02:00
Jiralite e3e7d500dc
refactor: Use description constant in landing page (#9334) 2023-04-07 13:12:48 +02:00
iCrawl 3615e2f2d2
chore(website): deps 2023-04-07 13:10:01 +02:00
Almeida 24f280290b
fix(website): dont crash when serviceWorker is not available (#9331) 2023-04-07 09:22:09 +02:00
iCrawl 0645bf0f7f
fix(website): edge-config fallback 2023-04-02 18:30:00 +02:00
iCrawl 5efdf57894
chore: deps 2023-04-02 12:59:19 +02:00
iCrawl 8d345a041e
chore: add next to packages 2023-04-02 02:50:27 +02:00
iCrawl e2f39ccc32
fix(website): migration from old website 2023-04-01 15:50:47 +02:00
Tetie 74a6d59ae9
chore: overhaul readmes (#9277)
Co-authored-by: Souji <timoqueezle@gmail.com>
Co-authored-by: Noel <buechler.noel@outlook.com>
2023-04-01 13:45:15 +02:00
iCrawl a5b0d97224
fix(website): redirect for logo 2023-04-01 13:32:10 +02:00
iCrawl 52c6ea2fdb
feat(website): add static logo 2023-04-01 13:15:27 +02:00
iCrawl cfa48cedc3
fix(website): update url 2023-04-01 13:12:18 +02:00
iCrawl cf23149d17
fix(website): make sure to use proper revalidate and per request caching 2023-04-01 03:12:12 +02:00
iCrawl 311cab2d3f
build(website): build site from db data 2023-04-01 02:50:24 +02:00
iCrawl 3cf4f4b317
ci: fix linting astro files 2023-03-28 23:10:41 +02:00
iCrawl 89235f32b0
ci: docker image build for proxy 2023-03-28 22:47:48 +02:00
Noel 47da24ff5c
refactor(website): redesign (#9286) 2023-03-28 19:02:36 +02:00
iCrawl d1ebe4a52c
fix(website): right sidebar height 2023-03-27 20:50:35 +02:00
iCrawl 5cdd5d76ed
fix(website): page height to hide footer without scrolling 2023-03-27 20:43:34 +02:00
iCrawl b8b852ee1e
feat(guide): light theme for syntax 2023-03-25 23:46:42 +01:00
iCrawl ba93bc8141
chore: fixup root package.json 2023-03-25 22:55:53 +01:00
iCrawl fbd599d586
refactor(guide): next 13 2023-03-25 22:52:47 +01:00
iCrawl d9a9500b40
feat(website): optimize svg and priority load svg 2023-03-25 18:56:57 +01:00
iCrawl 51de9668e5
feat(website): feature flag package and version selection 2023-03-25 16:33:13 +01:00
iCrawl b097b25116
fix(website): package / version select spacing 2023-03-25 14:55:15 +01:00
iCrawl 1d2c152320
fix(website): keys 2023-03-25 14:42:53 +01:00
iCrawl d8d5f31d39
fix(scripts): accessing tsComment 2023-03-25 14:02:40 +01:00
iCrawl 44ef2d9485
fix(website): wrong bg color for buttons in pkg/version select 2023-03-25 13:52:51 +01:00