From 528db137de31c93b586fe35be7d22a7333520a75 Mon Sep 17 00:00:00 2001 From: Ariel Mashraki <7413593+a8m@users.noreply.github.com> Date: Fri, 5 Feb 2021 14:09:50 +0200 Subject: [PATCH] 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 --- doc/website/static/{contrib => contrib/index.html} | 0 doc/website/static/ent/cmd/ent/index.html | 12 ++++++++++++ doc/website/static/ent/entc/gen/index.html | 12 ++++++++++++ doc/website/static/ent/entc/index.html | 12 ++++++++++++ doc/website/static/{ent => ent/index.html} | 0 5 files changed, 36 insertions(+) rename doc/website/static/{contrib => contrib/index.html} (100%) create mode 100644 doc/website/static/ent/cmd/ent/index.html create mode 100644 doc/website/static/ent/entc/gen/index.html create mode 100644 doc/website/static/ent/entc/index.html rename doc/website/static/{ent => ent/index.html} (100%) diff --git a/doc/website/static/contrib b/doc/website/static/contrib/index.html similarity index 100% rename from doc/website/static/contrib rename to doc/website/static/contrib/index.html diff --git a/doc/website/static/ent/cmd/ent/index.html b/doc/website/static/ent/cmd/ent/index.html new file mode 100644 index 000000000..e11b7db9f --- /dev/null +++ b/doc/website/static/ent/cmd/ent/index.html @@ -0,0 +1,12 @@ + + +
+ + + + + + +Nothing to see here; move along. + + diff --git a/doc/website/static/ent/entc/gen/index.html b/doc/website/static/ent/entc/gen/index.html new file mode 100644 index 000000000..a2a450b44 --- /dev/null +++ b/doc/website/static/ent/entc/gen/index.html @@ -0,0 +1,12 @@ + + + + + + + + + +Nothing to see here; move along. + + diff --git a/doc/website/static/ent/entc/index.html b/doc/website/static/ent/entc/index.html new file mode 100644 index 000000000..6231a4214 --- /dev/null +++ b/doc/website/static/ent/entc/index.html @@ -0,0 +1,12 @@ + + + + + + + + + +Nothing to see here; move along. + + diff --git a/doc/website/static/ent b/doc/website/static/ent/index.html similarity index 100% rename from doc/website/static/ent rename to doc/website/static/ent/index.html