Skip to content

Commit

Permalink
Added table of contents in integration guides
Browse files Browse the repository at this point in the history
  • Loading branch information
tg666 committed Nov 28, 2023
1 parent c55a157 commit dde5f8b
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/integration-with-nette-framework.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
7 changes: 7 additions & 0 deletions docs/integration-without-framework.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down

0 comments on commit dde5f8b

Please sign in to comment.