diff --git a/docs/integration-with-nette-framework.md b/docs/integration-with-nette-framework.md index 6837eda..fbc86f4 100644 --- a/docs/integration-with-nette-framework.md +++ b/docs/integration-with-nette-framework.md @@ -2,6 +2,11 @@ For more information on how the client works, we also recommend reading the [Integration without a framework](./integration-without-framework.md) section. +* [Client integration](#client-integration) +* [Latte macros integration](#latte-macros-integration) + * [Configuring client before the first fetch](#configuring-client-before-the-first-fetch) + * [Renaming the macro](#renaming-the-macro) + ## Client integration The minimum configuration is as follows: diff --git a/docs/integration-without-framework.md b/docs/integration-without-framework.md index de317d0..251e074 100644 --- a/docs/integration-without-framework.md +++ b/docs/integration-without-framework.md @@ -1,5 +1,12 @@ # Integration without a framework +* [Client initialization](#client-initialization) + * [Cache](#cache) + * [Custom Guzzle options](#custom-guzzle-options) +* [Fetching banners](#fetching-banners) +* [Rendering banners](#rendering-banners) +* [Latte templating system integration](#latte-templating-system-integration) + ## Client initialization The client is simply instanced as follows: