# Wondering what this file is?
# See: https://github.com/ovac/ovac-couscous-theme
# See: http://couscous.io

# Base URL of the published website
baseUrl: https://omnile.github.io/oauth2server

# Used to link to the GitHub project
github:
    user: omnile
    repo: oauth2server

# widgets:
#     addthis: ra-599a2b3ed56dd5f2
#     googleAnalytics: UA-104991685-1
#     googletag: GTM-TWFSSDL

template:
    url: https://github.com/ovac/ovac-couscous-template

include:
    - .
    - docs

exclude:
    - vendor
    - node_modules

title: Omnile OAuth2Server
subTitle: Simple Authentication .

# The left menu bar
menu:
    sections:
        introduction:
            name: Introduction
            items:
                home:
                    text: Home
                    relativeUrl:
        # getting-started:
        #     name: Getting Started
        #     items:
        #         installation:
        #             text: Installation
        #             relativeUrl: installation.html

        # guide:
        #     name: Guide
        #     items:
        #         config:
        #             text: Config
        #             relativeUrl: config.html

        api:
            name: Api
            items:
                api:
                    text: Api
                    relativeUrl: api/index.html

                coverage:
                    text: Coverage
                    relativeUrl: coverage/index.html

        links:
            name: Links
            items:
                omnile-website:
                    text: Who's behind this?
                    absoluteUrl: http://www.omnile.com
