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: https://github.com/nodejs/node/pull/39416
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
pull/39429/head
Rich Trott 2021-07-17 06:52:46 -07:00 committed by Node.js GitHub Bot
parent e579acb8dc
commit 284dec77bd
1 changed files with 6 additions and 1 deletions

View File

@ -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 |
|--------------------|----------------------------|--------------------------------------------------|
@ -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