From 6d6396594b8f37e9c31405c2d0ca7c5e5aba3229 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 17 Jul 2021 06:52:46 -0700 Subject: [PATCH] doc: use a details tag for completed initiatves MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Tobias Nießen --- doc/guides/strategic-initiatives.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/doc/guides/strategic-initiatives.md b/doc/guides/strategic-initiatives.md index 6ccce2c6f6376d..6af22c0fc7811c 100644 --- a/doc/guides/strategic-initiatives.md +++ b/doc/guides/strategic-initiatives.md @@ -17,7 +17,10 @@ are active and have the support needed. | Startup performance | [Joyee Cheung][joyeecheung] | | | V8 Currency | [Michaël Zasso][targos] | | -## Completed +
+List of completed initiatives + +## Completed initiatives | Initiative | Champion | Links | |--------------------|----------------------------|--------------------------------------------------| @@ -33,6 +36,8 @@ are active and have the support needed. | VM module fix | Franziska Hinkelmann | | | Workers | Anna Henningsen | | +
+ [jasnell]: https://github.com/jasnell [joyeecheung]: https://github.com/joyeecheung [mcollina]: https://github.com/mcollina