If you want to add site navigation you need to create menu table inside your root βindexβ note. This table should look like this: <img src="https://res.cloudinary.com/montaigne-io/image/upload/f_png/v1706119209/E7C3E2D1-B628-4117-9FF6-EF62380797D2.tiff" style="background-color:initial;max-width:min(100%,866px);max-height:min(296px);;background-image:url(https://res.cloudinary.com/montaigne-io/image/upload/f_png/v1706119209/E7C3E2D1-B628-4117-9FF6-EF62380797D2.tiff);height:auto;width:100%;object-fit:cover;background-size:cover;display:block;" width="866" height="296"> So you need a table with two columns: <ul class="dashed" data-apple-notes-indent-amount="0"><li>menu - name of the menu item</li><li>link - menu item relative or absolute link</li></ul>