forked from denocn/deno_docs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
toc.json
107 lines (107 loc) · 2.83 KB
/
toc.json
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
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
{
"introduction": {
"name": "简介"
},
"getting_started": {
"name": "快速入门",
"children": {
"installation": "安装",
"setup_your_environment": "设置环境",
"first_steps": "第一步",
"command_line_interface": "命令行界面",
"permissions": "权限",
"webassembly": "使用 WebAssembly",
"debugging_your_code": "调试代码"
}
},
"runtime": {
"name": "运行时",
"children": {
"stability": "稳定性",
"program_lifecycle": "程序生命周期",
"permission_apis": "权限 API",
"web_platform_apis": "Web 平台 API",
"http_server_apis": "HTTP Server APIs",
"location_api": "Location API",
"workers": "Workers"
}
},
"linking_to_external_code": {
"name": "链接至外部代码",
"children": {
"reloading_modules": "重新载入模块",
"integrity_checking": "完整性检查",
"proxies": "代理",
"private": "私有模块",
"import_maps": "Import maps"
}
},
"typescript": {
"name": "使用 TypeScript",
"children": {
"overview": "概述",
"configuration": "配置",
"types": "类型与类型声明",
"migration": "迁移至 JavaScript 或从 JavaScript 迁移",
"runtime": "运行时编译器 API",
"faqs": "FAQ"
}
},
"standard_library": {
"name": "标准库"
},
"examples": {
"name": "示例",
"children": {
"hello_world": "Hello world",
"import_export": "import 和 export 模块",
"manage_dependencies": "管理依赖",
"fetch_data": "请求数据",
"read_write_files": "文件读写",
"unix_cat": "实现 unix cat 程序",
"http_server": "HTTP web 服务器",
"file_server": "文件服务器",
"tcp_echo": "TCP echo 服务器",
"subprocess": "创建子进程",
"os_signals": "OS 信号",
"file_system_events": "文件系统事件",
"module_metadata": "模块 metadata"
}
},
"testing": {
"name": "测试",
"children": {
"assertions": "断言"
}
},
"tools": {
"name": "工具",
"children": {
"script_installer": "脚本安装器",
"formatter": "格式化",
"repl": "REPL",
"bundler": "打包工具",
"compiler": "编译可执行文件",
"documentation_generator": "文档生成器",
"dependency_inspector": "依赖检查器",
"linter": "Linter"
}
},
"embedding_deno": {
"name": "嵌入 Deno"
},
"help": {
"name": "Help"
},
"contributing": {
"name": "贡献",
"children": {
"building_from_source": "从源代码构建",
"development_tools": "开发工具",
"web_platform_tests": "Web 平台测试",
"style_guide": "样式指南",
"architecture": "架构",
"release_schedule": "发布规划表"
}
}
}