title: storage_engine
description: High-performance columnar and row-compressed Table Access Methods for PostgreSQL
baseurl: "/storage_engine"
url: "https://saulojb.github.io"

remote_theme: just-the-docs/just-the-docs

# Theme options
color_scheme: dark

# Navigation
nav_sort: order

# Site
logo: "/assets/images/logo.png"
favicon_ico: "/favicon.ico"

# Footer
footer_content: "Released under the <a href=\"https://github.com/saulojb/storage_engine/blob/main/LICENSE\">Apache 2.0 License</a>. Built by <a href=\"https://github.com/saulojb\">Saulo Benvenutti</a>."

# Search
search_enabled: true
search:
  heading_level: 2
  previews: 3
  preview_words_before: 5
  preview_words_after: 10
  tokenizer_separator: /[\s/]+/

# Callout
callouts:
  highlight:
    title: Note
  important:
    title: Important
    color: blue
  new:
    title: New
    color: green
  warning:
    title: Warning
    color: yellow

# Plugins
plugins:
  - jekyll-seo-tag
  - jekyll-remote-theme

# Exclude from build
exclude:
  - "*.sh"
  - "*.py"
  - Gemfile
  - Gemfile.lock
  - node_modules/
  - vendor/
