mirror of
https://github.com/ent/ent.git
synced 2026-05-24 09:31:56 +03:00
go: add remote import paths for subpackages (#1241)
Currently, website is stored in S3 as static content, and this should be generated by the server when we change the website deployment
This commit is contained in:
12
doc/website/static/ent/cmd/ent/index.html
Normal file
12
doc/website/static/ent/cmd/ent/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<meta name="go-import" content="entgo.io/ent git https://github.com/facebook/ent">
|
||||
<meta name="go-source" content="entgo.io/ent https://github.com/facebook/ent https://github.com/facebook/ent/tree/master{/dir} https://github.com/facebook/ent/blob/master{/dir}/{file}#L{line}">
|
||||
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/entgo.io/ent/cmd/ent">
|
||||
</head>
|
||||
<body>
|
||||
Nothing to see here; <a href="https://pkg.go.dev/entgo.io/ent/cmd/ent">move along</a>.
|
||||
</body>
|
||||
</html>
|
||||
12
doc/website/static/ent/entc/gen/index.html
Normal file
12
doc/website/static/ent/entc/gen/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<meta name="go-import" content="entgo.io/ent git https://github.com/facebook/ent">
|
||||
<meta name="go-source" content="entgo.io/ent https://github.com/facebook/ent https://github.com/facebook/ent/tree/master{/dir} https://github.com/facebook/ent/blob/master{/dir}/{file}#L{line}">
|
||||
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/entgo.io/ent/entc/gen">
|
||||
</head>
|
||||
<body>
|
||||
Nothing to see here; <a href="https://pkg.go.dev/entgo.io/ent/entc/gen">move along</a>.
|
||||
</body>
|
||||
</html>
|
||||
12
doc/website/static/ent/entc/index.html
Normal file
12
doc/website/static/ent/entc/index.html
Normal file
@@ -0,0 +1,12 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
|
||||
<meta name="go-import" content="entgo.io/ent git https://github.com/facebook/ent">
|
||||
<meta name="go-source" content="entgo.io/ent https://github.com/facebook/ent https://github.com/facebook/ent/tree/master{/dir} https://github.com/facebook/ent/blob/master{/dir}/{file}#L{line}">
|
||||
<meta http-equiv="refresh" content="0; url=https://pkg.go.dev/entgo.io/ent/entc">
|
||||
</head>
|
||||
<body>
|
||||
Nothing to see here; <a href="https://pkg.go.dev/entgo.io/ent/entc">move along</a>.
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user