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 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 @@