Skip to content

Commit

Permalink
doc: use a details tag for completed initiatves
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Trott authored and targos committed Sep 4, 2021
1 parent 0b564a6 commit 8376b07
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/guides/strategic-initiatives.md
Expand Up @@ -17,7 +17,10 @@ are active and have the support needed.
| Startup performance | [Joyee Cheung][joyeecheung] | <https://github.com/nodejs/node/issues/17058> <https://github.com/nodejs/node/issues/21563> |
| V8 Currency | [Michaël Zasso][targos] | |

## Completed
<details>
<summary>List of completed initiatives</summary>

## Completed initiatives

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

</details>

[jasnell]: https://github.com/jasnell
[joyeecheung]: https://github.com/joyeecheung
[mcollina]: https://github.com/mcollina
Expand Down

0 comments on commit 8376b07

Please sign in to comment.