For the complete documentation index, see llms.txt. This page is also available as Markdown.

How do you enable multiple Nav types on the same page?

If you wish to display a bottom bar along with a page built using Inline Nav, here are the steps:

  1. Embed the preferred Nav as bottombar on the page

  2. AND add this script to the head: window.makerAllowMultipleEmbeds = true;

This above flag tells Nav that it is OK for bottombar to render on a page even if page has inline.

Last updated

Was this helpful?