Skip to content

Commit 8376b07

Browse files
Trotttargos
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 <[email protected]> Reviewed-By: Tobias Nießen <[email protected]>
1 parent 0b564a6 commit 8376b07

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

Diff for: doc/guides/strategic-initiatives.md

+6-1
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)