From b52cb263247fc2c8000cdb16eb06835fe91417bf Mon Sep 17 00:00:00 2001 From: Hieromon Ikasamo Date: Mon, 11 Feb 2019 03:11:23 +0900 Subject: [PATCH] Under the work of v0.9.7 documentation --- docs/404.html | 250 ++- docs/acelements.html | 1779 +++++++++++++++ docs/achandling.html | 1460 +++++++++++++ docs/acintro.html | 999 +++++++++ docs/acjson.html | 1422 ++++++++++++ docs/advancedusage.html | 1409 ++++++++++++ docs/advancedusage/index.html | 1049 --------- docs/api.html | 1318 ++++++++++++ docs/api/index.html | 1586 -------------- docs/apiaux.html | 1056 +++++++++ docs/apiconfig.html | 1364 ++++++++++++ docs/apielements.html | 1901 +++++++++++++++++ docs/apiextra.html | 779 +++++++ docs/assets/fonts/font-awesome.css | 4 + docs/assets/fonts/material-icons.css | 13 + docs/assets/fonts/specimen/FontAwesome.ttf | Bin 0 -> 165548 bytes docs/assets/fonts/specimen/FontAwesome.woff | Bin 0 -> 98024 bytes docs/assets/fonts/specimen/FontAwesome.woff2 | Bin 0 -> 77160 bytes .../fonts/specimen/MaterialIcons-Regular.ttf | Bin 0 -> 128180 bytes .../fonts/specimen/MaterialIcons-Regular.woff | Bin 0 -> 57620 bytes .../specimen/MaterialIcons-Regular.woff2 | Bin 0 -> 44300 bytes ...et.4ebea66e.svg => bitbucket.1b09e088.svg} | 2 +- ...ithub.a4034fb1.svg => github.f0b8504a.svg} | 2 +- ...itlab.348cdb3a.svg => gitlab.6dd19c00.svg} | 2 +- .../javascripts/application.8eb9be28.js | 1 - .../javascripts/application.b41f3d20.js | 13 + docs/assets/javascripts/lunr/lunr.da.js | 2 +- docs/assets/javascripts/lunr/lunr.de.js | 2 +- docs/assets/javascripts/lunr/lunr.du.js | 2 +- docs/assets/javascripts/lunr/lunr.es.js | 2 +- docs/assets/javascripts/lunr/lunr.fi.js | 2 +- docs/assets/javascripts/lunr/lunr.fr.js | 2 +- docs/assets/javascripts/lunr/lunr.hu.js | 2 +- docs/assets/javascripts/lunr/lunr.it.js | 2 +- docs/assets/javascripts/lunr/lunr.jp.js | 2 +- docs/assets/javascripts/lunr/lunr.multi.js | 2 +- docs/assets/javascripts/lunr/lunr.no.js | 2 +- docs/assets/javascripts/lunr/lunr.pt.js | 2 +- docs/assets/javascripts/lunr/lunr.ro.js | 2 +- docs/assets/javascripts/lunr/lunr.ru.js | 2 +- .../javascripts/lunr/lunr.stemmer.support.js | 2 +- docs/assets/javascripts/lunr/lunr.sv.js | 2 +- docs/assets/javascripts/lunr/lunr.tr.js | 2 +- docs/assets/javascripts/lunr/tinyseg.js | 2 +- docs/assets/javascripts/modernizr.1aa3b519.js | 1 - docs/assets/javascripts/modernizr.8c900955.js | 1 + .../application-palette.22915126.css | 1 + .../application-palette.6079476c.css | 2 - .../stylesheets/application.572ca0f0.css | 1 + .../stylesheets/application.78aab2dc.css | 2 - .../index.html => basicusage.html} | 328 ++- docs/{changelog/index.html => changelog.html} | 312 ++- docs/css/extra.css | 9 + docs/css/paragraph.css | 21 +- docs/{examples/index.html => examples.html} | 328 ++- docs/{faq/index.html => faq.html} | 515 ++++- .../index.html => gettingstarted.html} | 342 ++- docs/images/AutoConnectAux.gif | Bin 0 -> 223349 bytes docs/images/ac_auxjoin_multi.svg | 233 ++ docs/images/ac_auxmenu.png | Bin 0 -> 19407 bytes docs/images/ac_auxmenu_multi.png | Bin 0 -> 20941 bytes docs/images/ac_declaration.svg | 384 ++++ docs/images/ac_json.png | Bin 0 -> 109382 bytes docs/images/ac_load_save.svg | 778 +++++++ docs/images/ac_mqtt_setting.png | Bin 0 -> 48802 bytes docs/images/ac_objects.svg | 1401 ++++++++++++ docs/images/ac_param_flow.svg | 971 +++++++++ docs/images/acbutton.png | Bin 0 -> 779 bytes docs/images/accheckbox.png | Bin 0 -> 1221 bytes docs/images/acelement.png | Bin 0 -> 238 bytes docs/images/acinput.png | Bin 0 -> 2148 bytes docs/images/acradio.png | Bin 0 -> 3007 bytes docs/images/acselect.png | Bin 0 -> 5102 bytes docs/images/acsubmit.png | Bin 0 -> 941 bytes docs/images/actext.png | Bin 0 -> 5190 bytes docs/images/aux_json.png | Bin 0 -> 39955 bytes docs/images/aux_menu.gif | Bin 0 -> 163674 bytes docs/images/aux_ov.gif | Bin 0 -> 193853 bytes docs/index.html | 314 ++- docs/{license/index.html => license.html} | 272 ++- docs/{menu/index.html => menu.html} | 332 ++- docs/search/search_index.json | 690 +----- docs/sitemap.xml | 111 +- docs/sitemap.xml.gz | Bin 0 -> 338 bytes mkdocs/acelements.md | 16 +- mkdocs/achandling.md | 6 +- mkdocs/acintro.md | 12 +- mkdocs/acjson.md | 34 +- mkdocs/advancedusage.md | 4 +- mkdocs/basicusage.md | 2 +- mkdocs/examples.md | 24 +- mkdocs/faq.md | 2 +- mkdocs/gettingstarted.md | 10 +- mkdocs/index.md | 4 +- mkdocs/menu.md | 26 +- 95 files changed, 19900 insertions(+), 4034 deletions(-) create mode 100644 docs/acelements.html create mode 100644 docs/achandling.html create mode 100644 docs/acintro.html create mode 100644 docs/acjson.html create mode 100644 docs/advancedusage.html delete mode 100644 docs/advancedusage/index.html create mode 100644 docs/api.html delete mode 100644 docs/api/index.html create mode 100644 docs/apiaux.html create mode 100644 docs/apiconfig.html create mode 100644 docs/apielements.html create mode 100644 docs/apiextra.html create mode 100644 docs/assets/fonts/font-awesome.css create mode 100644 docs/assets/fonts/material-icons.css create mode 100644 docs/assets/fonts/specimen/FontAwesome.ttf create mode 100644 docs/assets/fonts/specimen/FontAwesome.woff create mode 100644 docs/assets/fonts/specimen/FontAwesome.woff2 create mode 100644 docs/assets/fonts/specimen/MaterialIcons-Regular.ttf create mode 100644 docs/assets/fonts/specimen/MaterialIcons-Regular.woff create mode 100644 docs/assets/fonts/specimen/MaterialIcons-Regular.woff2 rename docs/assets/images/icons/{bitbucket.4ebea66e.svg => bitbucket.1b09e088.svg} (96%) rename docs/assets/images/icons/{github.a4034fb1.svg => github.f0b8504a.svg} (96%) rename docs/assets/images/icons/{gitlab.348cdb3a.svg => gitlab.6dd19c00.svg} (97%) delete mode 100644 docs/assets/javascripts/application.8eb9be28.js create mode 100644 docs/assets/javascripts/application.b41f3d20.js delete mode 100644 docs/assets/javascripts/modernizr.1aa3b519.js create mode 100644 docs/assets/javascripts/modernizr.8c900955.js create mode 100644 docs/assets/stylesheets/application-palette.22915126.css delete mode 100644 docs/assets/stylesheets/application-palette.6079476c.css create mode 100644 docs/assets/stylesheets/application.572ca0f0.css delete mode 100644 docs/assets/stylesheets/application.78aab2dc.css rename docs/{basicusage/index.html => basicusage.html} (70%) rename docs/{changelog/index.html => changelog.html} (59%) create mode 100644 docs/css/extra.css rename docs/{examples/index.html => examples.html} (72%) rename docs/{faq/index.html => faq.html} (58%) rename docs/{gettingstarted/index.html => gettingstarted.html} (59%) create mode 100644 docs/images/AutoConnectAux.gif create mode 100644 docs/images/ac_auxjoin_multi.svg create mode 100644 docs/images/ac_auxmenu.png create mode 100644 docs/images/ac_auxmenu_multi.png create mode 100644 docs/images/ac_declaration.svg create mode 100644 docs/images/ac_json.png create mode 100644 docs/images/ac_load_save.svg create mode 100644 docs/images/ac_mqtt_setting.png create mode 100644 docs/images/ac_objects.svg create mode 100644 docs/images/ac_param_flow.svg create mode 100644 docs/images/acbutton.png create mode 100644 docs/images/accheckbox.png create mode 100644 docs/images/acelement.png create mode 100644 docs/images/acinput.png create mode 100644 docs/images/acradio.png create mode 100644 docs/images/acselect.png create mode 100644 docs/images/acsubmit.png create mode 100644 docs/images/actext.png create mode 100644 docs/images/aux_json.png create mode 100644 docs/images/aux_menu.gif create mode 100644 docs/images/aux_ov.gif rename docs/{license/index.html => license.html} (62%) rename docs/{menu/index.html => menu.html} (63%) create mode 100644 docs/sitemap.xml.gz diff --git a/docs/404.html b/docs/404.html index 054d12f..2a799ad 100644 --- a/docs/404.html +++ b/docs/404.html @@ -2,7 +2,7 @@ - + @@ -36,7 +36,7 @@ - + @@ -44,25 +44,33 @@ - + - + + + + + + - + - + - + + + + @@ -75,7 +83,7 @@ + viewBox="0 0 416 448" id="__github"> -
- +
@@ -130,14 +138,14 @@
- +