There was an error while loading. Please reload this page.
1 parent 6afac48 commit 0e9e112Copy full SHA for 0e9e112
2 files changed
api/index.md
@@ -0,0 +1,11 @@
1
+## Packages
2
+
3
+| Package | Description |
4
+| --- | --- |
5
+| [`node-core-library`](./node-core-library.md) | Core libraries that every NodeJS toolchain project should use. |
6
7
+## External Packages
8
9
10
11
+| [`web-apis`](./web-apis.md) | Documentation for system libraries used by these packages. |
index.html
@@ -1,3 +1,9 @@
<html>
+<head>
+<title>web-build-tools</title>
+<meta http-equiv="refresh" content="1; URL=https://github.com/Microsoft/web-build-tools/wiki">
+</head>
<body>
-<h1>Hello, world</h1>
+Redirecting to <a href="https://github.com/Microsoft/web-build-tools/wiki">web-build-tools</a>...
+</body>
+</html>
0 commit comments