-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathcli.config.yaml
More file actions
34 lines (30 loc) · 1.01 KB
/
cli.config.yaml
File metadata and controls
34 lines (30 loc) · 1.01 KB
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
release:
enabled: true
docs:
location: /docs
logo: true
externalTypes:
- corejslib/result
types:
Auth: ~
Table: "/text.md#Class: Table"
ProxyClient: ~
Blob: "/blob.md#Class: Blob"
File: "/file.md#Class: File"
Message: "/message.md#Class: Message"
Attachment: "/attachment.md#Class: Attachment"
ApiClient: "/api-client.md#Class: ApiClient"
ApiClientUpload: "/api-client.md#Class: ApiClientUpload"
ApiClientConnection: "/api-client.md#Class: ApIClientConnection"
TmpFile: "/tmp.md#Class: TmpFile"
TmpDir: "/tmp.md#Class: TmpDir"
DoublyLinkedList: "/doubly-linked-list.md"
DoublyLinkedListNode: "/doubly-linked-list.md#Class: DoublyLinkedListNode"
CacheLRU: "/cache-lru.md"
Threads: "/threads.md#Class: Threads"
CondVar: "/threads.md#Class: CondVar"
Semaphore: "/threads.md#Class: Semaphore"
SemaphoreSet: "/threads.md#Class: SemaphoreSet"
Mutex: "/threads.md#Class: Mutex"
Signal: "/threads.md#Class: Signal"
Hostname: "/hostname.md"