Skip to content

Commit f4ad832

Browse files
authored
Merge pull request #258 from bytecodealliance/ydnar/docs-cm
docs: add separate cm.html file for package cm
2 parents 6217386 + 04a6581 commit f4ad832

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

docs/404.html

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<html>
2+
<head>
3+
<title>Not Found</title>
4+
</head>
5+
<body>
6+
<h1>Not Found</h1>
7+
</body>
8+
</html>

docs/cm.html

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<html>
2+
<head>
3+
<title>go.bytecodealliance.org/cm</title>
4+
<meta name="go-import" content="go.bytecodealliance.org git https://github.com/bytecodealliance/go-modules" />
5+
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/go.bytecodealliance.org/cm">
6+
</head>
7+
<body>
8+
<a href="https://pkg.go.dev/go.bytecodealliance.org/cm">Redirecting to documentation…</a>
9+
</body>
10+
</html>

0 commit comments

Comments
 (0)