🇬🇧🇩🇪
HomeSub-SectionBlog

Information

Sub Section

WelcomeContactInformation

{
  "markdown": {
    "nodes": []
  },
  "collections": {
    "nodes": [
      {
        "id": "yaml-i18n-collection-section/info/cat.collection.en.yaml-0",
        "relativeDirectory": "section/info",
        "type": "collection",
        "data": {
          "tags": null,
          "name": "Bob"
        }
      },
      {
        "id": "yaml-i18n-collection-section/info/cat.collection.en.yaml-1",
        "relativeDirectory": "section/info",
        "type": "collection",
        "data": {
          "tags": [
            "test"
          ],
          "name": "Alice Is the best"
        }
      },
      {
        "id": "yaml-i18n-collection-section/info/dog.collection.en.yaml-0",
        "relativeDirectory": "section/info",
        "type": "collection",
        "data": {
          "tags": null,
          "name": "Carol"
        }
      },
      {
        "id": "yaml-i18n-collection-section/info/dog.collection.en.yaml-1",
        "relativeDirectory": "section/info",
        "type": "collection",
        "data": {
          "tags": [
            "doggy"
          ],
          "name": "Fido"
        }
      }
    ]
  }
}

I am a footer
{
  "pageContext": {
    "locale": "en",
    "linkPrefix": "",
    "locales": [
      "en",
      "de"
    ],
    "isDefaultLocale": true,
    "defaultLocale": "en",
    "relativePath": "section/info",
    "i18n": {
      "title": "Information",
      "intro": "# Information\n\nThis section demonstrates inheretance...\n",
      "globals": {
        "menu": [
          {
            "key": "home",
            "to": "/",
            "name": "Home"
          },
          {
            "key": "section",
            "to": "/section",
            "name": "Sub-Section"
          },
          {
            "key": "blog",
            "to": "/blog",
            "name": "Blog"
          }
        ],
        "ui": {
          "title": "Hello There.",
          "hello": "world",
          "footer": "I am a footer",
          "flags": {
            "en": "🇬🇧",
            "de": "🇩🇪"
          }
        },
        "sectionMenu": [
          {
            "key": "welcome",
            "name": "Welcome",
            "to": "/section/welcome"
          },
          {
            "key": "contact",
            "name": "Contact",
            "to": "/section/contact"
          },
          {
            "key": "info",
            "name": "Information",
            "to": "/section/info"
          }
        ],
        "section": {
          "title": "This is a section title",
          "footer": "Footer for this seciton"
        }
      }
    }
  }
}