Skip to content

Commit 6d63965

Browse files
TrottBethGriggs
authored andcommitted
doc: use a details tag for completed initiatves
The list of completed initiatives is longer and visually more noticeable than the list of current initiatives, but the current initiatives are likely the ones of interest. The completed initiatives list is only going to get longer and longer, so let's put it in a details tag. PR-URL: #39416 Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de>
1 parent a30d021 commit 6d63965

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

doc/guides/strategic-initiatives.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,10 @@ are active and have the support needed.
1717
| Startup performance | [Joyee Cheung][joyeecheung] | <https://github.com/nodejs/node/issues/17058> <https://github.com/nodejs/node/issues/21563> |
1818
| V8 Currency | [Michaël Zasso][targos] | |
1919

20-
## Completed
20+
<details>
21+
<summary>List of completed initiatives</summary>
22+
23+
## Completed initiatives
2124

2225
| Initiative | Champion | Links |
2326
|--------------------|----------------------------|--------------------------------------------------|
@@ -33,6 +36,8 @@ are active and have the support needed.
3336
| VM module fix | Franziska Hinkelmann | <https://github.com/nodejs/node/issues/6283> |
3437
| Workers | Anna Henningsen | <https://github.com/nodejs/worker> |
3538

39+
</details>
40+
3641
[jasnell]: https://github.com/jasnell
3742
[joyeecheung]: https://github.com/joyeecheung
3843
[mcollina]: https://github.com/mcollina

0 commit comments

Comments
 (0)