apollo-elements/apollo-elements

View on GitHub
docs/_data/site.cjs

Summary

Maintainability
Test Coverage
module.exports = {
  "env": process.env.ELEVENTY_ENV,
  "analytics": "G-3H2TDNQDBR",
  "dir": "ltr",
  "lang": "en",
  "name": "Apollo Elements",
  "description": "Build high-performance GraphQL web apps with Apollo Elements",
  "gitSiteUrl": "https://github.com/apollo-elements/apollo-elements",
  "helpUrl": "https://github.com/apollo-elements/apollo-elements/issues",
  "logoAlt": "Apollo Elements",
  "iconColorMaskIcon": "white",
  "iconColorMsapplicationTileColor": "black",
  "iconColorThemeColor": "black",
  "socialLinks": [
      {
        "name": "GitHub",
        "url": "https://github.com/apollo-elements/apollo-elements"
      },
      {
        "name": "Twitter",
        "url": "https://twitter.com/ApolloElements"
      },
      {
        "name": "Slack",
        "url": "https://join.slack.com/share/zt-rze808zo-YmRT8zyJI6sDTQjC_49ytA"
      },
      {
        "name": "Discord",
        "url": "https://discord.gg/2FgMbKf"
      },
      {
        "name": "Telegram",
        "url": "https://t.me/apolloelements"
      }
   ]
}