Sha256: 6bb86d5d71345abdc95c72c4351216fad835b62291b7217ac22cae8f40f952d8

Contents?: true

Size: 1.07 KB

Versions: 2

Compression:

Stored size: 1.07 KB

Contents

# --- Jekyll configuration ---
defaults:
  - scope:
      path: ""
    values:
      layout: "default"
sass:
    style: compressed # possible values: nested expanded compact compressed
plugins:
  # See the documentation for Jekyll SEO Tag: https://github.com/jekyll/jekyll-seo-tag
  - jekyll-seo-tag

# --- Site data configuration ---
lang: en-US
title: infotorg API
subtitle: Onboarding guidelines and documentation
# Your Google Analytics GTM-XXXX code
google_analytics_tag_manager: ''

# --- Swagger UI configuration ---
# Path to Open API file name, used for Swagger UI.
# As a convention, all Open API files should be stored in the /assets/openapi folder.
openapi: '/assets/openapi/eiendom.json'

# Swagger UI Theme
# If not set will fetch the latest default theme css from an official CDN.
# Other available themes:
#  - feeling-blue
#  - flattop
#  - material
#  - monokai
#  - muted
#  - newspaper
#  - outline
# Theme files are located in the /assets/css/swagger-ui/3.x folder.
# Screenshots are available on the https://github.com/ostranme/swagger-ui-themes page.
swaggerui_theme: ''

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
infotorg-api-jekyll-theme-0.1.1 _config.yml
infotorg-api-jekyll-theme-0.1.0 _config.yml