diff --git a/.jekyll-metadata b/.jekyll-metadata index da54c3d0a..738645bf2 100644 Binary files a/.jekyll-metadata and b/.jekyll-metadata differ diff --git a/_site/assets/css/styles.css b/_site/assets/css/styles.css index 92be95008..190e9f1a4 100644 --- a/_site/assets/css/styles.css +++ b/_site/assets/css/styles.css @@ -1048,17 +1048,18 @@ em > a { #periplus .container { display: flex; - height: 100vh; + flex-wrap: wrap; + height: 90vh; } #periplus .left-column { width: 300px; overflow-y: auto; - height: 100% + flex-shrink: 1; } #periplus .left-column iframe { - height: 50% + height: 50%; } #periplus .right-column { diff --git a/_site/docs/adv3/doc/tourguide/tophintmenu.html b/_site/docs/adv3/doc/tourguide/tophintmenu.html index e69de29bb..4f84f5425 100644 --- a/_site/docs/adv3/doc/tourguide/tophintmenu.html +++ b/_site/docs/adv3/doc/tourguide/tophintmenu.html @@ -0,0 +1,64 @@ + + + + + + + + + + + + + + + +
+ ++++ + + + + + + +
TopHintMenu : HintMenu, PreinitObject
+
[Previous] [Main] [Next]
+ +

TopHintMenu is a class which defines the top of your hints menu tree. +You use it to create an object in which to nest the rest of your hint +system, and the library will automatically register it as the root of +your hint menus.

+ +

In the file where you’re going to create your hint system, simply +define:

+ +

TopHintMenu ’Hints’;

+ + +
+ + + + + \ No newline at end of file diff --git a/_site/docs/adv3/toc.html b/_site/docs/adv3/toc.html index 863902c63..e98e68c74 100644 --- a/_site/docs/adv3/toc.html +++ b/_site/docs/adv3/toc.html @@ -25,8 +25,8 @@

adv3 periplus

diff --git a/_site/docs/adv3/topics.html b/_site/docs/adv3/topics.html index 79dc3ef06..0960ea2e6 100644 --- a/_site/docs/adv3/topics.html +++ b/_site/docs/adv3/topics.html @@ -501,4 +501,10 @@

System

\ No newline at end of file diff --git a/_site/docs/adv3lite/toc.html b/_site/docs/adv3lite/toc.html index 0ef094c1f..77acedbd9 100644 --- a/_site/docs/adv3lite/toc.html +++ b/_site/docs/adv3lite/toc.html @@ -25,9 +25,9 @@

adv3Lite periplus

-

Events & scenes

+

Events & scenes

[top]