Applies to: reference, configuration, binder-configuration

Binder configuration file format

Configuration file example config.json:

{
    "markup": {
        "defaultMarkdownHandler": "goldmark",
        "goldmark": {
            "renderer": {
                "unsafe": true
            }
        },
        "tableOfContents": {
          "startLevel": 2,
          "endLevel": 5,
          "ordered": false   
        }     
    },
    "DefaultContentLanguage": "en",
    "canonifyurls": true,
    "languageCode": "en-us",
    "pygmentsCodeFences": true,
    "pygmentsCodeFencesGuessSyntax": true,
    "pygmentsStyle": "bw",
    "title": "MOPS 4.0",
    "languages": {
        "en": {
            "contentDir": "C:/mops/doc/en/",
            "languageName": "English",
            "weight": 1,
            "params": {
                "at": "Applies to",
                "homeTitle": "Home",
                "its": "In this Section",
                "otp": "On this Page",
                "user": "User Guides",
                "designer": "Design Guides",
                "administrator": "Administrator Guides",
                "reference": "Reference",
                "application": "Applications",
                "site": "Site Documents"
            }
        },
        "sv": {
            "contentDir": "C:/mops/doc/sv/",
            "languageName": "Svenska",
            "weight": 2,
            "params": {
                "at": "Gäller",
                "homeTitle": "Start",
                "its": "I denna Sektion",
                "otp": "På denna Sida",
                "user": "Användarguide",
                "designer": "Designer guide",
                "administrator": "Administratörsguide",
                "reference": "Referens",
                "application": "Applikationer",
                "site": "Bruksdokument"
            }
        }
    },
    "params": {
        "author": "MOPSsys AB",
        "author_url": "https://www.mopssys.com",
        "hosted_on": "hosting provider",
        "hosted_on_url": "#",
        "logoalt": "MOPSsys",
        "logourl": "/images/logo.png",
        "mainSections": [
            "post"
        ],
        "repo": "https://gp.mopssys.com/",
        "repo_host": "gp.mopssys.com"
    }
}