template:
    url: https://github.com/siriusphp/Template-ReadTheDocs

# List of directories to exclude from the processing (default contains "vendor" and "website")
# Paths are relative to the repository root
exclude:
    - website
    - vendor
    - test
    - src
    - build

# Base URL of the published website (no "/" at the end!)
# You are advised to set and use this variable to write your links in the HTML layouts
baseUrl: https://www.sirius.ro/javascript/validation
paypal: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=SGXDKNJCXFPJU
gacode: UA-535999-18

projectName: SiriusJS\Validation
title: SiriusJS\Validation
subTitle: Framework agnostic javascript validation library for Node and browsers

# The left menu bar
menu:
    sections:
#        versions:
#            name: Versions
#            items:
#                two:
#                    text: "2.0"
#                    relativeUrl:
#                one:
#                    text: "1.0"
#                    relativeUrl: 1_0/
        guide:
            name: Getting started
            items:
                getting_started:
                    text: Introduction
                    relativeUrl:
                installation:
                    text: Installation
                    relativeUrl: installation.html
                simple_example:
                    text: Full example
                    relativeUrl: full_example.html
                validators:
                    text: Built-in rules
                    relativeUrl: validation_rules.html
        advanced:
            name: How to...
            items:
                custom_validation_rule:
                    text: Create a custom validation rule
                    relativeUrl: custom_validation_rule.html
                async_validation_rule:
                    text: Create an async validation rule
                    relativeUrl: async_validation_rule.html
                translate_messages:
                    text: Translate error messages
                    relativeUrl: translate_messages.html
