-
Notifications
You must be signed in to change notification settings - Fork 209
/
oldurls.json
78 lines (78 loc) · 4.71 KB
/
oldurls.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
{
"/runtime/tutorials/read_write_files/": "/examples/",
"/runtime/tutorials/unix_cat/": "/examples/unix_cat/",
"/examples/dependency-management/": "/runtime/fundamentals/configuration/#dependencies",
"/runtime/tutorials/tcp_echo/": "/examples/tcp_echo_server/",
"/runtime/tutorials/tcp_server/": "/examples/tcp_echo_server/",
"/runtime/reference/deploying_and_embedding/": "/deploy/manual/",
"/runtime/manual/advanced/embedding_deno/": "/deploy/manual/",
"/runtime/manual/advanced/deploying_deno/": "/deploy/manual/",
"/runtime/reference/tcp_udp_connections/": "/examples/",
"/runtime/getting_started/": "/runtime/",
"/api/deno/~/Deno.TlsConn.rid/": "/runtime/reference/migration_guide/#rid",
"/manual@main/advanced/typescript/faqs": "/runtime/fundamentals/typescript/",
"/runtime/tutorials/": "/examples/",
"/runtime/manual/examples/how_to_with_npm/": "/examples/",
"/runtime/manual/tutorials/": "/examples/",
"/examples/aes-encryption": "/examples/aes_encryption",
"/examples/byte-manipulation": "/examples/byte_manipulation",
"/examples/checking-file-existence": "/examples/checking_file_existence",
"/examples/color-logging": "/examples/color_logging",
"/examples/command-line-arguments": "/examples/command_line_arguments",
"/examples/create-remove-directories": "/examples/create_remove_directories",
"/examples/creating-and-verifying-jwt": "/examples/creating_and_verifying_jwt",
"/examples/data-processing": "/examples/data_processing",
"/examples/deleting-files": "/examples/deleting_files",
"/examples/deno-version": "/examples/deno_version",
"/examples/dns-queries": "/examples/dns_queries",
"/examples/environment-variables": "/examples/environment_variables",
"/examples/exponential-backoff": "/examples/exponential_backoff",
"/examples/hello-world": "/examples/hello_world",
"/examples/hex-base64-encoding": "/examples/hex_base64_encoding",
"/examples/hmac-generate-verify": "/examples/hmac_generate_verify",
"/examples/http-requests": "/examples/http_requests",
"/examples/http-server-files": "/examples/http_server_files",
"/examples/http-server-oak-crud-middleware-with-sqlite3-db": "/examples/http_server_oak_crud_middleware_with_sqlite3_db",
"/examples/http-server-routing": "/examples/http_server_routing",
"/examples/http-server-streaming": "/examples/http_server_streaming",
"/examples/http-server-websocket": "/examples/http_server_websocket",
"/examples/http-server": "/examples/http_server",
"/examples/import-export": "/examples/import_export",
"/examples/importing-json": "/examples/importing_json",
"/examples/kv-watch": "/examples/kv_watch",
"/examples/moving-renaming-files": "/examples/moving_renaming_files",
"/examples/node-built-in": "/examples/node_built_in",
"/examples/openai-chat-completion": "/examples/openai_chat_completion",
"/examples/os-signals": "/examples/os_signals",
"/examples/parsing-serializing-csv": "/examples/parsing_serializing_csv",
"/examples/parsing-serializing-json": "/examples/parsing_serializing_json",
"/examples/parsing-serializing-toml": "/examples/parsing_serializing_toml",
"/examples/parsing-serializing-yaml": "/examples/parsing_serializing_yaml",
"/examples/path-operations": "/examples/path_operations",
"/examples/piping-streams": "/examples/piping_streams",
"/examples/reading-files": "/examples/reading_files",
"/examples/reading-system-metrics": "/examples/reading_system_metrics",
"/examples/rsa-signature": "/examples/rsa_signature",
"/examples/spy-functions": "/examples/spy_functions",
"/examples/streaming-files": "/examples/streaming_files",
"/examples/subprocess-running-files": "/examples/subprocess_running_files",
"/examples/subprocesses-output": "/examples/subprocesses_output",
"/examples/subprocesses-spawn": "/examples/subprocesses_spawn",
"/examples/tcp-connector": "/examples/tcp_connector",
"/examples/tcp-echo-server": "/examples/tcp_echo_server",
"/examples/tcp-listener": "/examples/tcp_listener",
"/examples/temporary-files": "/examples/temporary_files",
"/examples/tls-connector": "/examples/tls_connector",
"/examples/tls-listener": "/examples/tls_listener",
"/examples/typescript-support": "/examples/typescript_support",
"/examples/udp-connector": "/examples/udp_connector",
"/examples/udp-listener": "/examples/udp_listener",
"/examples/unix-cat": "/examples/unix_cat",
"/examples/unzip-gzipped-file": "/examples/unzip_gzipped_file",
"/examples/url-parsing": "/examples/url_parsing",
"/examples/walking-directories": "/examples/walking_directories",
"/examples/watching-files": "/examples/watching_files",
"/examples/web-workers": "/examples/web_workers",
"/examples/writing-files": "/examples/writing_files",
"/examples/writing-tests": "/examples/writing_tests"
}