From dde5f8b987e6e87f672af79748c29eb3e1c72cdc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Glawaty?= Date: Tue, 28 Nov 2023 08:57:36 +0100 Subject: [PATCH] Added table of contents in integration guides --- docs/integration-with-nette-framework.md | 5 +++++ docs/integration-without-framework.md | 7 +++++++ 2 files changed, 12 insertions(+) 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: