From b4c4191fbef65379e7e5b73d39412a492404e8f0 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Fri, 30 Dec 2022 11:55:59 -0500 Subject: [PATCH] docs: split link files up in config --- docs.wrm/config.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/docs.wrm/config.js b/docs.wrm/config.js index b13f9342d..aff04a586 100644 --- a/docs.wrm/config.js +++ b/docs.wrm/config.js @@ -32,7 +32,12 @@ export default { codeRoot: "../src.ts/index.ts", links: [ - "./links.txt", + "./links/javascript.txt", + "./links/npm.txt", + "./links/projects.txt", + "./links/ricmoo.txt", + "./links/specs.txt", + "./links/wiki.txt" ], staticFiles: [ "logo.svg",