Skip to content

Commit 9591793

Browse files
committed
chore(deps): update 11ty and markdown-it; fix YAML formatting
1 parent 47a182a commit 9591793

69 files changed

Lines changed: 882 additions & 1432 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

content/about-commandline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Command-line arguments to JSDoc
33
tags: gettingStarted
44
related:
5-
- /about-configuring-jsdoc
5+
- /about-configuring-jsdoc
66
---
77

88
At its most basic level, JSDoc is used like so:

content/about-configuring-default-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Configuring JSDoc's default template
33
tags: gettingStarted
44
related:
5-
- /about-configuring-jsdoc
5+
- /about-configuring-jsdoc
66
---
77

88
JSDoc's default template provides several options that you can use to customize the appearance and

content/about-configuring-jsdoc.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
title: Configuring JSDoc with a configuration file
33
tags: gettingStarted
44
related:
5-
- /about-commandline
6-
- /about-plugins
7-
- /plugins-markdown
5+
- /about-commandline
6+
- /about-plugins
7+
- /plugins-markdown
88
---
99

1010
## Configuration file formats

content/about-namepaths.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
title: Using namepaths with JSDoc
33
tags: gettingStarted
44
related:
5-
- /about-block-inline-tags
6-
- /tags-inline-link
5+
- /about-block-inline-tags
6+
- /tags-inline-link
77
---
88

99
## Namepaths in JSDoc

content/howto-amd-modules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: AMD Modules
33
related:
4-
- /about-namepaths
5-
- /tags-exports
6-
- /tags-module
4+
- /about-namepaths
5+
- /tags-exports
6+
- /tags-module
77
---
88

99
## Overview

content/howto-commonjs-modules.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
title: CommonJS Modules
33
related:
4-
- /about-namepaths
5-
- /tags-exports
6-
- /tags-module
4+
- /about-namepaths
5+
- /tags-exports
6+
- /tags-module
77
---
88

99
## Overview

content/howto-es2015-classes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: ES 2015 Classes
33
related:
4-
- /tags-augments
4+
- /tags-augments
55
---
66

77
JSDoc 3 makes it easy to document classes that follow the [ECMAScript 2015

content/howto-es2015-modules.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
---
22
title: ES 2015 Modules
33
related:
4-
- /about-namepaths
5-
- /tags-module
4+
- /about-namepaths
5+
- /tags-module
66
---
77

88
JSDoc 3 makes it possible to document modules that follow the [ECMAScript 2015

content/tags-abstract.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ tag: abstract
33
tags: blockTags
44
description: This member must be implemented (or overridden) by the inheritor.
55
synonyms:
6-
- virtual
6+
- virtual
77
---
88

99
## Overview

content/tags-access.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,13 @@ tag: access
33
tags: blockTags
44
description: Specify the access level of this member (private, package-private, public, or protected).
55
related:
6-
- /tags-global
7-
- /tags-instance
8-
- /tags-package
9-
- /tags-private
10-
- /tags-protected
11-
- /tags-public
12-
- /tags-static
6+
- /tags-global
7+
- /tags-instance
8+
- /tags-package
9+
- /tags-private
10+
- /tags-protected
11+
- /tags-public
12+
- /tags-static
1313
---
1414

1515
## Syntax

0 commit comments

Comments
 (0)