Skip to content

Commit

Permalink
[DOCS] Adds section IDs.
Browse files Browse the repository at this point in the history
  • Loading branch information
szabosteve committed Jun 30, 2023
1 parent 6f5a6df commit 4dc274c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/getting-started.asciidoc
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
[[getting-started-php]]
== Getting started

This page guides you through the installation process of the PHP client, shows
Expand Down
2 changes: 1 addition & 1 deletion docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ include::{asciidoc-dir}/../../shared/attributes.asciidoc[]

include::overview.asciidoc[]

include:: gettins-started.asciidoc[]
include:: getting-started.asciidoc[]

include::installation.asciidoc[]

Expand Down
3 changes: 3 additions & 0 deletions docs/overview.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ from one language to the next with minimal effort.
The client is designed to facilitate the API call using different way to read the
results using associative array, object, string or https://www.php-fig.org/psr/psr-7/[PSR-7].

Refer to the <<getting-started-php>> page for a step-by-step quick start with
the PHP client.

[discrete]
[[psr-7-standard]]
=== PSR 7 standard
Expand Down

0 comments on commit 4dc274c

Please sign in to comment.