Skip to content

Commit 0e9e112

Browse files
committed
Add index.md, fix up index.html to redirect
1 parent 6afac48 commit 0e9e112

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

api/index.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
| Package | Description |
10+
| --- | --- |
11+
| [`web-apis`](./web-apis.md) | Documentation for system libraries used by these packages. |

index.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
<html>
2+
<head>
3+
<title>web-build-tools</title>
4+
<meta http-equiv="refresh" content="1; URL=https://github.com/Microsoft/web-build-tools/wiki">
5+
</head>
26
<body>
3-
<h1>Hello, world</h1>
7+
Redirecting to <a href="https://github.com/Microsoft/web-build-tools/wiki">web-build-tools</a>...
8+
</body>
9+
</html>

0 commit comments

Comments
 (0)