diff --git a/app/page.tsx b/app/page.tsx
index 6843867..40be920 100644
--- a/app/page.tsx
+++ b/app/page.tsx
@@ -87,9 +87,9 @@ const navigationSections = [
export default function JSDocCheatsheet() {
// TOC items for the homepage
const tocItems = [
+ { id: "quick-reference", title: "Quick Reference", level: 1 },
{ id: "kitchen-sink", title: "Kitchen Sink Example", level: 1 },
{ id: "navigation-grid", title: "Explore JSDoc Sections", level: 1 },
- { id: "quick-reference", title: "Quick Reference", level: 1 },
]
return (
@@ -98,8 +98,193 @@ export default function JSDocCheatsheet() {
@description
+
+
+ @author
+
+
+ @version
+
+
+ @since
+
+
+ @deprecated
+
+ @param
+
+
+ @returns
+
+
+ @throws
+
+
+ @yields
+
+ @typedef
+
+
+ @property
+
+
+ @type
+
+
+ @enum
+
+ @function
+
+
+ @class
+
+
+ @constructor
+
+
+ @method
+
+
+ @static
+
+
+ @override
+
+ @module
+
+
+ @namespace
+
+
+ @memberof
+
+
+ @exports
+
+
+ @requires
+
+ @interface
+
+
+ @implements
+
+
+ @extends
+
+
+ @mixin
+
+ @callback
+
+
+ @event
+
+
+ @fires
+
+
+ @listens
+
+
+ @mixes
+
+ @example
+
+
+ @see
+
+
+ @link
+
+
+ @tutorial
+
+
+ @todo
+
+ @abstract
+
+
+ @async
+
+
+ @generator
+
+ @description
- @author
- @version
- @since
- @param
- @returns
- @throws
- @example
- @typedef
- @class
- @method
- @static
- @module
- @callback
- @interface
- @link
-