-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathadvanced-reference.js
More file actions
19 lines (19 loc) · 1.04 KB
/
advanced-reference.js
File metadata and controls
19 lines (19 loc) · 1.04 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
var advanced_reference =
[
[ "Clusters, Shards, and Guilds", "clusters-shards-guilds.html", null ],
[ "Thread Model", "thread-model.html", null ],
[ "Voice Model", "voice-model.html", [
[ "High Level Summary", "voice-model.html#autotoc_md104", null ],
[ "Flow Diagram", "voice-model.html#autotoc_md105", null ]
] ],
[ "Coding Style Standards", "coding-standards.html", null ],
[ "Documentation Style Standards", "docs-standards.html", null ],
[ "Unit Tests", "unit-tests.html", null ],
[ "Ownership of Local Variables and Safely Transferring into a Lambda", "lambdas-and-locals.html", null ],
[ "Governance and Project Development Structure", "governance.html", null ],
[ "Development Roadmap", "roadmap.html", null ],
[ "Project Security Design", "security.html", null ],
[ "Automating Your Bot with Jenkins", "automating-with-jenkins.html", null ],
[ "Separating Events into New Classes", "separate-events.html", null ],
[ "Shardless Cluster: Events via Webhooks", "shardless.html", null ]
];