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)