A spicy, zero-config documentation site generator.
Docurry
DOCS
A spicy, zero-config documentation site generator.
English Español
Github
  • Source
    • Introduction
    • What
    • Why
    • How
    • Installation
    • Folder Structure
    • Run
    • Build
      • Github Pages
    • File Names
    • Front Matter
    • Links
    • Variables
    • Settings
    • Landing Page
    • Favicons
    • Styles
      • Templates Overview
      • Sidebar
      • Navbar
    • Site Wide Search
      • Objects
        • Supported

    Navbar ¶

    Navbar can have a search box and buttons.

    To enable search box just set ENABLE_SEARCH setting. Similar to manual sidebar you can provide a navbar.json with the following content:

    [
      {
        "caption": "Github",
        "url": "https://github.com",
        "class": "btn-primary"
      }
    ]
    

    The result will be something like this:

    Navbar

    Previous: Sidebar
    Next: Site Wide Search

    GitHub · PayPal Donate · Version 1.0.0

    Designed and built with 🧉 by Alexis Boni. Licensed under the GNU AGPLv3 License.

    Table of contents
    Navbar
    Table of contents
    Navbar