{
  "version": 1,
  "product": "Adaptive I18n",
  "site": "https://docs.adaptive-i18n.x12i.com",
  "knowledgePackage": "@x12i/adaptive-i18n-docs",
  "roles": [
    "developers"
  ],
  "books": [
    {
      "id": "00-overview",
      "audiences": [
        "developers"
      ],
      "md": {
        "developers": "downloads/books/00-overview/developers.md"
      },
      "pdf": {
        "developers": null
      },
      "chapters": {
        "developers": "downloads/books/00-overview/developers.chapters.json"
      }
    },
    {
      "id": "01-getting-started",
      "audiences": [
        "developers"
      ],
      "md": {
        "developers": "downloads/books/01-getting-started/developers.md"
      },
      "pdf": {
        "developers": null
      },
      "chapters": {
        "developers": "downloads/books/01-getting-started/developers.chapters.json"
      }
    },
    {
      "id": "02-browser-client",
      "audiences": [
        "developers"
      ],
      "md": {
        "developers": "downloads/books/02-browser-client/developers.md"
      },
      "pdf": {
        "developers": null
      },
      "chapters": {
        "developers": "downloads/books/02-browser-client/developers.chapters.json"
      }
    },
    {
      "id": "03-node-and-mongo",
      "audiences": [
        "developers"
      ],
      "md": {
        "developers": "downloads/books/03-node-and-mongo/developers.md"
      },
      "pdf": {
        "developers": null
      },
      "chapters": {
        "developers": "downloads/books/03-node-and-mongo/developers.chapters.json"
      }
    },
    {
      "id": "04-http-service",
      "audiences": [
        "developers"
      ],
      "md": {
        "developers": "downloads/books/04-http-service/developers.md"
      },
      "pdf": {
        "developers": null
      },
      "chapters": {
        "developers": "downloads/books/04-http-service/developers.chapters.json"
      }
    },
    {
      "id": "05-cli",
      "audiences": [
        "developers"
      ],
      "md": {
        "developers": "downloads/books/05-cli/developers.md"
      },
      "pdf": {
        "developers": null
      },
      "chapters": {
        "developers": "downloads/books/05-cli/developers.chapters.json"
      }
    },
    {
      "id": "06-contracts-and-pipeline",
      "audiences": [
        "developers"
      ],
      "md": {
        "developers": "downloads/books/06-contracts-and-pipeline/developers.md"
      },
      "pdf": {
        "developers": null
      },
      "chapters": {
        "developers": "downloads/books/06-contracts-and-pipeline/developers.chapters.json"
      }
    }
  ],
  "useCases": [
    {
      "id": "get-started-locally",
      "title": "Get adaptive-i18n running locally",
      "md": "downloads/use-cases/get-started-locally.md",
      "path": [
        {
          "bookId": "01-getting-started",
          "audience": "developers",
          "chapters": [
            "install",
            "run-the-service",
            "run-the-examples"
          ]
        }
      ]
    },
    {
      "id": "resolve-strings-in-the-browser",
      "title": "Resolve UI strings from the browser client",
      "md": "downloads/use-cases/resolve-strings-in-the-browser.md",
      "path": [
        {
          "bookId": "02-browser-client",
          "audience": "developers",
          "chapters": [
            "create-a-client",
            "translate-string-arrays",
            "resolve-keyed-items"
          ]
        }
      ]
    },
    {
      "id": "serve-published-bundles",
      "title": "Serve and cache published bundles",
      "md": "downloads/use-cases/serve-published-bundles.md",
      "path": [
        {
          "bookId": "02-browser-client",
          "audience": "developers",
          "chapters": [
            "fetch-published-bundles",
            "caching-and-fallback"
          ]
        }
      ]
    },
    {
      "id": "run-the-engine-in-process",
      "title": "Run the resolution engine in process",
      "md": "downloads/use-cases/run-the-engine-in-process.md",
      "path": [
        {
          "bookId": "03-node-and-mongo",
          "audience": "developers",
          "chapters": [
            "create-the-store-and-engine",
            "seed-a-scope",
            "resolve-translations"
          ]
        }
      ]
    },
    {
      "id": "operate-the-http-service",
      "title": "Operate the HTTP service and review workflow",
      "md": "downloads/use-cases/operate-the-http-service.md",
      "path": [
        {
          "bookId": "04-http-service",
          "audience": "developers",
          "chapters": [
            "configure-and-run",
            "runtime-endpoints",
            "admin-endpoints",
            "review-and-publish-flow"
          ]
        }
      ]
    },
    {
      "id": "manage-the-catalog-with-the-cli",
      "title": "Manage the catalog with the CLI",
      "md": "downloads/use-cases/manage-the-catalog-with-the-cli.md",
      "path": [
        {
          "bookId": "05-cli",
          "audience": "developers",
          "chapters": [
            "import",
            "coverage",
            "publish"
          ]
        }
      ]
    },
    {
      "id": "understand-the-resolution-pipeline",
      "title": "Understand the resolution pipeline",
      "md": "downloads/use-cases/understand-the-resolution-pipeline.md",
      "path": [
        {
          "bookId": "00-overview",
          "audience": "developers",
          "chapters": [
            "the-resolution-ladder",
            "core-concepts"
          ]
        },
        {
          "bookId": "06-contracts-and-pipeline",
          "audience": "developers",
          "chapters": [
            "tokenization-and-placeholders"
          ]
        }
      ]
    }
  ],
  "indexes": {
    "indexMd": "INDEX.md",
    "searchJson": "SEARCH.json"
  },
  "concepts": [
    {
      "id": "adaptive-resolution-pipeline",
      "title": "Adaptive resolution pipeline",
      "md": "concepts/adaptive-resolution-pipeline.md"
    }
  ],
  "guides": [],
  "scenarios": [],
  "decisions": [],
  "glossary": [],
  "visuals": [],
  "diagrams": [],
  "relationships": [],
  "tutorials": [],
  "examples": [],
  "sampleData": [],
  "uiClients": [],
  "apis": [],
  "packs": [
    {
      "id": "concept/adaptive-resolution-pipeline",
      "type": "concept",
      "path": "packs/concept/adaptive-resolution-pipeline"
    }
  ]
}