items.json 993 Bytes
Newer Older
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
{
    "items": [
        {
            "type": "markdown",
            "name": "intro.md"
        },
        {
            "type": "markdown",
            "name": "mg_rpc_parse_reply.md"
        },
        {
            "type": "markdown",
            "name": "mg_rpc_create_request.md"
        },
        {
            "type": "markdown",
            "name": "mg_rpc_create_reply.md"
        },
        {
            "type": "markdown",
            "name": "mg_rpc_create_error.md"
        },
        {
            "type": "markdown",
            "name": "mg_rpc_create_std_error.md"
        },
        {
            "type": "markdown",
            "name": "mg_rpc_dispatch.md"
        },
        {
            "type": "markdown",
            "name": "struct_mg_rpc_request.md"
        },
        {
            "type": "markdown",
            "name": "struct_mg_rpc_reply.md"
        },
        {
            "type": "markdown",
            "name": "struct_mg_rpc_error.md"
        }
    ]
}