Mon 21 Jul 22:43:21 CEST 2025
This commit is contained in:
parent
aadf6996e2
commit
18c5eae026
9
js/top/help.js
Normal file
9
js/top/help.js
Normal file
|
@ -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)
|
Loading…
Reference in New Issue
Block a user