{
    "title": "spaCy",
    "description": "spaCy is a free open-source library for Natural Language Processing in Python. It features NER, POS tagging, dependency parsing, word vectors and more.",
    "slogan": "Industrial-strength Natural Language Processing in Python",
    "siteUrl": "https://spacy.io",
    "domain": "spacy.io",
    "siteUrlNightly": "https://nightly.spacy.io",
    "domainNightly": "nightly.spacy.io",
    "nightlyBranches": ["nightly.spacy.io"],
    "email": "contact@explosion.ai",
    "company": "Explosion",
    "companyUrl": "https://explosion.ai",
    "repo": "explosion/spaCy",
    "modelsRepo": "explosion/spacy-models",
    "projectsRepo": "explosion/projects/tree/v3",
    "social": {
        "twitter": "spacy_io",
        "github": "explosion"
    },
    "theme": "#09a3d5",
    "newsletter": {
        "user": "spacy.us12",
        "id": "83b0498b1e7fa3c91ce68c3f1",
        "list": "89ad33e698"
    },
    "docSearch": {
        "apiKey": "371e26ed49d29a27bd36273dfdaf89af",
        "indexName": "spacy"
    },
    "binderUrl": "explosion/spacy-io-binder",
    "binderBranch": "live",
    "binderVersion": "3.0.0",
    "sections": [
        { "id": "usage", "title": "Usage Documentation", "theme": "blue" },
        { "id": "models", "title": "Models Documentation", "theme": "blue" },
        { "id": "api", "title": "API Documentation", "theme": "green" },
        { "id": "universe", "title": "Universe", "theme": "purple" }
    ],
    "navigation": [
        { "text": "Usage", "url": "/usage" },
        { "text": "Models", "url": "/models" },
        { "text": "API", "url": "/api" },
        { "text": "Universe", "url": "/universe" }
    ],
    "footer": [
        {
            "label": "spaCy",
            "items": [
                { "text": "Usage", "url": "/usage" },
                { "text": "Models", "url": "/models" },
                { "text": "API Reference", "url": "/api" },
                { "text": "Online Course", "url": "https://course.spacy.io" }
            ]
        },
        {
            "label": "Community",
            "items": [
                { "text": "Universe", "url": "/universe" },
                {
                    "text": "GitHub Discussions",
                    "url": "https://github.com/explosion/spaCy/discussions"
                },
                { "text": "Issue Tracker", "url": "https://github.com/explosion/spaCy/issues" },
                {
                    "text": "Stack Overflow",
                    "url": "http://stackoverflow.com/questions/tagged/spacy"
                }
            ]
        },
        {
            "label": "Connect",
            "items": [
                { "text": "Twitter", "url": "https://twitter.com/spacy_io" },
                { "text": "GitHub", "url": "https://github.com/explosion/spaCy" },
                { "text": "YouTube", "url": "https://youtube.com/c/ExplosionAI" },
                { "text": "Blog", "url": "https://explosion.ai/blog" }
            ]
        }
    ]
}