From a856c2cf67e64b52bcd8c2fb8620b0271d31fb07 Mon Sep 17 00:00:00 2001 From: TOsmanov <54434686+TOsmanov@users.noreply.github.com> Date: Tue, 12 Oct 2021 11:34:19 +0300 Subject: [PATCH 1/3] update docs site --- site/content/en/_index.html | 24 ------------------------ site/layouts/404.html | 7 ++++++- site/layouts/home.html | 6 ++++++ site/layouts/partials/footer.html | 8 ++++---- site/layouts/partials/navbar.html | 2 +- 5 files changed, 17 insertions(+), 30 deletions(-) delete mode 100644 site/content/en/_index.html create mode 100644 site/layouts/home.html diff --git a/site/content/en/_index.html b/site/content/en/_index.html deleted file mode 100644 index 1fe09b59dcbe..000000000000 --- a/site/content/en/_index.html +++ /dev/null @@ -1,24 +0,0 @@ -+++ -title = "Home" -linkTitle = "Home" -+++ - - - -{{< blocks/section height="full" color="docs" >}} - -
-
- -
-
-

This page is in development.

-
-
-

- Visit our GitHub repository. -

-
-
- -{{< /blocks/section >}} diff --git a/site/layouts/404.html b/site/layouts/404.html index 2a8e27bfa08c..0755dd2dfd32 100644 --- a/site/layouts/404.html +++ b/site/layouts/404.html @@ -1 +1,6 @@ - + + + + + + diff --git a/site/layouts/home.html b/site/layouts/home.html new file mode 100644 index 000000000000..7a6f2a7f7f05 --- /dev/null +++ b/site/layouts/home.html @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html index 535247024e91..fe872c19f0cf 100644 --- a/site/layouts/partials/footer.html +++ b/site/layouts/partials/footer.html @@ -17,11 +17,11 @@ {{ end }}
- {{ with .Site.Params.intel_privacy_notice }}{{ T "footer_intel_privacy_notice" }}{{ end }} + {{ with .Site.Params.intel_privacy_notice }}{{ T "footer_intel_privacy_notice" }}{{ end }} | - {{ with .Site.Params.intel_terms_of_use }}{{ T "footer_intel_terms_of_use" }}{{ end }} + {{ with .Site.Params.intel_terms_of_use }}{{ T "footer_intel_terms_of_use" }}{{ end }} | - {{ with .Site.Params.cvat_terms_of_use }}{{ T "footer_cvat_terms_of_use" }}{{ end }} + {{ with .Site.Params.cvat_terms_of_use }}{{ T "footer_cvat_terms_of_use" }}{{ end }}