You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- feat: start setting up the plugin for parsing
- feat: start parsing classes
- chore: add actual words
- permalink: http://whatthecommit.com/3d6431a17a3b67e8b1341a2c6e4362f8
- chore: it's working!
- permalink: http://whatthecommit.com/8d8c1f3903766b8ef27575d63115cac6
- feat: update framework json
- fix: fixed rendering custom files with css
- chore: update framework json to exclude externals
- feat: setup parsing sapphire classes and do a lot of link fixing
- refactor: switch to sapphire result
- fix: remove replaceall for Node 14 compat
- fix: actually remove replaceAll
- fix: fixed css extraction regex
- I thought I did this already
- fix: fixed broken link on welcome page
- chore: temporarily disable reporting broken links
- feat: much stuff
- change `classes` to `class` to match DJS
- add `typedef` and `namespace` linking
- fix linking of non-generic types
- update guide urls to match `class` change
- chore: bump deps
- chore: i'll explain when you're older!
- permalink: http://whatthecommit.com/91a07064bb814666919304a00161fc6c
- chore: dope
- permalink: http://whatthecommit.com/bab00ed1aa0abb17cce41f36deea1607
- chore: cleanup types
- feat: add variant to typedefs
- build: make it easier to debug
- fix: partially fix link extraction
- feat(docgen): add renderTypedef()
- Moved parseSee() from /lib/renderer/renderClass.ts to /lib/renderer/utils.ts
- Add /lib/renderer/renderTypedef.ts
Which adds basic functionality in the website with things like title, description and extendedDescription
- chore: sort ts interfaces in docgen output
- chore: update doc types
- refactor: completely refactor how links are resolved
- fix: fixed links for `{@link` tags and propegate change to mdn and djs
- fix: use `replace` instead of `replaceAll`
- feat(docusaurus-discordjs-docgen): add functionality for enum and interface
- style(docusaurus-discordjs-docgen): use Array#flat() for typedef
- feat(docusaurus-discordjs-docgen): add constructor table functionality for classes
- feat(docusaurus-discordjs-docgen): align table content to center
- feat(docusaurus-discordjs-docgen): remove description column if all falsy
- feat(docusaurus-discordjs-docgen): add properties functionality for classes
- ci: add automatic vercel deploys workflow
- chore(docusaurus-typedoc-json-parser): initial commit
- chore(docusaurus-typedoc-json-parser): add doc fetching
- chore(docusaurus-typedoc-json-parser): add sidebar rendering
- fix(deps): update all non-major dependencies
- fix(deps): update dependency typedoc-json-parser to ^5.2.0
- feat(docusaurus-typedoc-json-parser): add basic renderers
- style(docusaurus-typedoc-json-parser): curly brackets and spacing
- style(docusaurus-typedoc-json-parser): template literals
- feat(docusaurus-typedoc-json-parser): add class extends and implements
- feat(docusaurus-typedoc-json-parser): add link parsing for the local project
- chore(docusaurus-typedoc-json-parser): add `start` script to bypass debugger
- feat(docusaurus-typedoc-json-parser): add comment info for classes
- chore: update dev deps
- chore: regen and dedupe lockfile
Copy file name to clipboardexpand all lines: docs/Guide/application-commands/application-command-registry/acquiring-an-application-command-registry.mdx
+2-2
Original file line number
Diff line number
Diff line change
@@ -37,6 +37,6 @@ Read [Registering Application Commands outside a Command][register-outside] for
Copy file name to clipboardexpand all lines: docs/Guide/application-commands/application-command-registry/advanced/routing-existing-application-commands-to-a-command.mdx
Copy file name to clipboardexpand all lines: docs/Guide/application-commands/application-command-registry/advanced/setting-global-behavior-when-not-identical.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -14,4 +14,4 @@ import { RegisterBehavior } from '@sapphire/framework';
0 commit comments