diff --git a/docfiles/mainpage/main.js b/docfiles/mainpage/main.js index 66cbdeb..e0a9c1e 100644 --- a/docfiles/mainpage/main.js +++ b/docfiles/mainpage/main.js @@ -22,6 +22,7 @@ /** * ### Содержание: + * - #### [Архитектура](./arch.html) * - #### Виджеты * - #### Датасорсы * - #### Сигнал-Слоты diff --git a/docfiles/providers/managers/trees/remoteModulesTree/poller_node.js b/docfiles/providers/managers/trees/remoteModulesTree/poller_node.js index fb4495d..0a64df0 100644 --- a/docfiles/providers/managers/trees/remoteModulesTree/poller_node.js +++ b/docfiles/providers/managers/trees/remoteModulesTree/poller_node.js @@ -4,40 +4,6 @@ * @memberof Trees.RemoteModulesTree */ function PollerNode() { - - - // discovery_type: v2.integer.from_number(0), - // /** @type */ - // period: null, - - // /** @type v2.string */ - // ip_string: null, - - // /** @type */ - // retry_timeout: null, - - // /** @type v2.address */ - // parent_addr: null, - - // /** @type */ - // delay_start: null, - - // /** @type v2.boolean */ - // infinite: null, - - // /** @type */ - // max_retry_count: null, - - // /** @type v2.boolean */ - // force_rediscovery: null, - - // /** @type v2.list */ - // profiles: null, - - // /** @type v2.boolean */ - // create_pingable: null - - /** * #### Запускает процесс дискаверинга по ICMP протоколу. * diff --git a/templates/initi/publish.js b/templates/initi/publish.js index ddd83b2..098427d 100644 --- a/templates/initi/publish.js +++ b/templates/initi/publish.js @@ -907,6 +907,18 @@ exports.publish = function(taffyData, opts, tutorials) { }] ).concat(files), indexUrl); + console.log("outdir", outdir) + + // Arch + var html = view.render('arch.tmpl', { + env: env, + title: "", + }); + html = helper.resolveLinks(html); // turn {@link foo} into foo + // fs.createFileSync("/arch.html", html, 'utf8'); + fs.writeFileSync(outdir + "/arch.html", html, 'utf8'); + + // set up the lists that we'll use to generate pages classes = taffy(members.classes); modules = taffy(members.modules); diff --git a/templates/initi/static/styles/common.css b/templates/initi/static/styles/common.css index 4026eae..471d74f 100644 --- a/templates/initi/static/styles/common.css +++ b/templates/initi/static/styles/common.css @@ -58,6 +58,15 @@ ul.extends li a box-sizing: border-box; } +.fs { + width: 100%; + height: 100%; +} + +.oa { + overflow: auto; +} + .container-overview, .mainpage { margin-bottom: 10px; diff --git a/templates/initi/tmpl/arch.tmpl b/templates/initi/tmpl/arch.tmpl new file mode 100644 index 0000000..397a2c9 --- /dev/null +++ b/templates/initi/tmpl/arch.tmpl @@ -0,0 +1,470 @@ + + + +
+ + + + + +