From e1201ed6e1781a454b3ac42f76e9a58bb95f9d85 Mon Sep 17 00:00:00 2001 From: sbosse Date: Mon, 21 Jul 2025 23:18:30 +0200 Subject: [PATCH] Mon 21 Jul 22:43:21 CEST 2025 --- js/top/.rcs/help.js,v | 33 +++++++++++++++++++++++++++++++++ 1 file changed, 33 insertions(+) create mode 100644 js/top/.rcs/help.js,v diff --git a/js/top/.rcs/help.js,v b/js/top/.rcs/help.js,v new file mode 100644 index 0000000..6e864af --- /dev/null +++ b/js/top/.rcs/help.js,v @@ -0,0 +1,33 @@ +head 1.1; +access; +symbols; +locks + sbosse:1.1; strict; +comment @# @; + + +1.1 +date 2020.02.03.09.45.01; author sbosse; state Exp; +branches; +next ; + + +desc +@@ + + +1.1 +log +@. +@ +text +@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) +@