Skip to content

Commit d23df03

Browse files
Trottgibfahn
authored andcommitted
doc: prepare for v8/V8 linting in doc text
PR-URL: #17163 Backport-PR-URL: #17765 Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Vse Mozhet Byt <[email protected]> Reviewed-By: Benjamin Gruenbaum <[email protected]> Reviewed-By: Alexey Orlenko <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent fcb8b91 commit d23df03

12 files changed

+40
-18
lines changed

doc/api/all.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<!--lint disable prohibited-strings-->
12
@include documentation
23
@include synopsis
34
@include assert

doc/api/process.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1403,9 +1403,9 @@ tarball.
14031403
* `lts` {string} a string label identifying the [LTS][] label for this release.
14041404
This property only exists for LTS releases and is `undefined` for all other
14051405
release types, including _Current_ releases. Currently the valid values are:
1406-
- `'Argon'` for the v4.x LTS line beginning with v4.2.0.
1407-
- `'Boron'` for the v6.x LTS line beginning with v6.9.0.
1408-
- `'Carbon'` for the v8.x LTS line beginning with v8.9.1.
1406+
- `'Argon'` for the 4.x LTS line beginning with 4.2.0.
1407+
- `'Boron'` for the 6.x LTS line beginning with 6.9.0.
1408+
- `'Carbon'` for the 8.x LTS line beginning with 8.9.1.
14091409

14101410
For example:
14111411

doc/changelogs/CHANGELOG_ARCHIVE.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Node.js ChangeLog Archive
22

3+
<!--lint disable prohibited-strings-->
4+
35
<table>
46
<tr>
57
<th>v0.11</th>

doc/changelogs/CHANGELOG_IOJS.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# io.js ChangeLog
22

3+
<!--lint disable prohibited-strings-->
4+
35
<table>
46
<tr>
57
<th>v3</th>

doc/changelogs/CHANGELOG_V010.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Node.js 0.10 ChangeLog
22

3+
<!--lint disable prohibited-strings-->
4+
35
<table>
46
<tr>
57
<th colspan="2">Stable</th>

doc/changelogs/CHANGELOG_V012.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Node.js 0.12 ChangeLog
22

3+
<!--lint disable prohibited-strings-->
4+
35
<table>
46
<tr>
57
<th>Stable</th>

doc/changelogs/CHANGELOG_V4.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Node.js 4 ChangeLog
22

3+
<!--lint disable prohibited-strings-->
4+
35
<table>
46
<tr>
57
<th>LTS 'Argon'</th>

doc/changelogs/CHANGELOG_V5.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Node.js 5 ChangeLog
22

3+
<!--lint disable prohibited-strings-->
4+
35
<table>
46
<tr>
57
<th>Stable</th>

doc/changelogs/CHANGELOG_V6.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Node.js 6 ChangeLog
22

3+
<!--lint disable prohibited-strings-->
4+
35
<table>
46
<tr>
57
<th>LTS 'Boron'</th>

doc/changelogs/CHANGELOG_V7.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Node.js 7 ChangeLog
22

3+
<!--lint disable prohibited-strings-->
4+
35
<table>
46
<tr>
57
<th title="Previously called 'Stable'">Current</th>

0 commit comments

Comments
 (0)