Skip to content

Commit ea1301d

Browse files
committed
Minor updates for layout
1 parent f1238e0 commit ea1301d

File tree

2 files changed

+17
-3
lines changed

2 files changed

+17
-3
lines changed

api-docs.yaml

+11-2
Original file line numberDiff line numberDiff line change
@@ -22469,7 +22469,16 @@ tags:
2246922469
Endpoint definitions for interacting with reports.
2247022470

2247122471
externalDocs:
22472-
description: "https://invoiceninja.github.io"
22473-
url: "https://invoiceninja.github.io"
22472+
description: "Client Libraries"
22473+
x-libraries:
22474+
- name: PHP SDK
22475+
description: Official PHP client library
22476+
url: https://github.com/invoiceninja/sdk-php
22477+
packageUrl: https://packagist.org/packages/invoiceninja/sdk-php
22478+
language: PHP
22479+
- name: User Guide
22480+
description: Official user guide
22481+
url: https://invoiceninja.github.io
22482+
2247422483
security:
2247522484
- ApiKeyAuth: []

index.html

+6-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@
1616
var configuration = {
1717
theme: 'kepler',
1818
hideTestRequestButton: true,
19-
hiddenClients: [],
19+
// hiddenClients: true,
20+
hiddenClients: { php: false, python: true, c: true, node: true, javascript: true, go: true, java: true, ruby: true, shell: false, clojure: true, csharp: true, kotlin: true, objc: true, swift: true, r: true, powershell: true, ocaml: true, curl: false, http: true },
21+
defaultHttpClient: {
22+
targetKey: 'php',
23+
clientKey: 'guzzle',
24+
},
2025
defaultOpenAllTags: true
2126
}
2227

0 commit comments

Comments
 (0)