From 18c5eae026a607913493226043e395ba8c955b73 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 23:19:30 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- js/top/help.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 js/top/help.js diff --git a/js/top/help.js b/js/top/help.js new file mode 100644 index 0000000..1855ba4 --- /dev/null +++ b/js/top/help.js @@ -0,0 +1,9 @@ +var Doc = Require('doc/doc'); + +var Sections = { + Into:FileEmbedded('doc/../../doc/jam.md','utf8'), + Lib:FileEmbedded('doc/../../doc/api.md','utf8'), + Aios:FileEmbedded('doc/../../doc/aios.md','utf8'), +} + +print(Sections.Aios)