forked from tokio-rs/website
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.yaml
43 lines (40 loc) · 1.42 KB
/
config.yaml
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
---
baseurl: "https://tokio.rs"
title: "Tokio - The asynchronous run-time for the Rust programming language."
languageCode: "en-us"
canonifyURLs: "true"
googleAnalytics: "UA-90234741-1"
menu:
docs:
- identifier: "getting_started"
name: "Getting started"
weight: 1000
- identifier: "futures"
name: "Working with futures"
weight: 2000
- identifier: "io"
name: "I/O with Tokio"
weight: 3000
- identifier: "going_deeper"
name: "Going deeper"
weight: 7000
- identifier: "internals"
name: "Tokio internals"
weight: 8000
- identifier: "reference"
name: "API documentation"
url: "https://docs.rs/tokio"
weight: 9000
params:
tokioDocsURL: "https://docs.rs/tokio/0.1/tokio"
tokioExecutorDocsURL: "https://docs.rs/tokio-executor/0.1/tokio_executor"
tokioIoDocsURL: "https://docs.rs/tokio-io/0.1/tokio_io"
tokioCodecDocsURL: "https://docs.rs/tokio-codec/0.1/tokio_codec"
tokioReactorDocsURL: "https://tokio-rs.github.io/tokio/tokio_reactor/"
tokioTimerDocsURL: "https://docs.rs/tokio-timer/0.2"
futuresDocsURL: "https://docs.rs/futures/0.1/futures"
mioDocsURL: "https://docs.rs/mio/*/mio"
coreDocsURL: "https://docs.rs/tokio-core/0.1/tokio_core"
protoDocsURL: "https://tokio-rs.github.io/tokio-proto/tokio_proto"
serviceDocsURL: "https://tokio-rs.github.io/tokio-service/tokio_service"
bytesDocsURL: "https://docs.rs/bytes/0.4/bytes"