This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
54 lines (54 loc) · 2.27 KB
/
mkdocs.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
site_name: hcloud-js
copyright: MIT License
docs_dir: docs
theme: readthedocs
repo_url: https://github.com/dennisbruner/hcloud-js
repo_name: GitHub
pages:
- Introduction: index.md
- Client:
- Client: api/client/client.md
- Endpoints:
- ActionsEndpoint: api/endpoints/actions-endpoint.md
- ServersEndpoint: api/endpoints/servers-endpoint.md
- ServerActionsEndpoint: api/endpoints/server-actions-endpoint.md
- FloatingIPsEndpoint: api/endpoints/floatingips-endpoint.md
- FloatingIPActionsEndpoint: api/endpoints/floatingip-actions-endpoint.md
- SSHKeysEndpoint: api/endpoints/sshkeys-endpoint.md
- ServerTypesEndpoint: api/endpoints/servertypes-endpoint.md
- LocationsEndpoint: api/endpoints/locations-endpoint.md
- DatacentersEndpoint: api/endpoints/datacenters-endpoint.md
- ImagesEndpoint: api/endpoints/images-endpoint.md
- ImageActionsEndpoint: api/endpoints/image-actions-endpoint.md
- ISOsEndpoint: api/endpoints/isos-endpoint.md
- Response classes:
- Action: api/actions/action.md
- ActionList: api/actions/action-list.md
- Server: api/servers/server.md
- ServerList: api/servers/server-list.md
- ServerActionList: api/servers/server-action-list.md
- FloatingIP: api/floatingips/floatingip.md
- FloatingIPList: api/floatingips/floatingip-list.md
- FloatingIPActionList: api/floatingips/floatingip-action-list.md
- SSHKey: api/sshkeys/sshkey.md
- SSHKeyList: api/sshkeys/sshkey-list.md
- ServerType: api/servertypes/servertype.md
- ServerTypeList: api/servertypes/servertype-list.md
- Datacenter: api/datacenters/datacenter.md
- DatacenterList: api/datacenters/datacenter-list.md
- Location: api/locations/location.md
- LocationList: api/locations/location-list.md
- Image: api/images/image.md
- ImageList: api/images/image-list.md
- ImageActionList: api/images/image-action-list.md
- ISO: api/isos/iso.md
- ISOList: api/isos/iso-list.md
- Builder:
- ServerBuilder: api/builder/server-builder.md
- FloatingIPBuilder: api/builder/floatingip-builder.md
- Misc:
- Pagination: api/misc/pagination.md
- PublicNetwork: api/misc/public-network.md
- Address: api/misc/address.md
- AddressBlock: api/misc/address-block.md
- Traffic: api/misc/traffic.md