Update documentation site (#3789)
parent
9747636230
commit
7b40b84cc8
@ -1,24 +0,0 @@
|
|||||||
+++
|
|
||||||
title = "Home"
|
|
||||||
linkTitle = "Home"
|
|
||||||
+++
|
|
||||||
|
|
||||||
<meta http-equiv="refresh" content="0; URL=/cvat/about">
|
|
||||||
|
|
||||||
{{< blocks/section height="full" color="docs" >}}
|
|
||||||
|
|
||||||
<section id="temporary-page" class="mx-auto text-center py-5">
|
|
||||||
<div class="py-4">
|
|
||||||
<i class="fas fa-tools fa-7x"></i>
|
|
||||||
</div>
|
|
||||||
<div class="py-4">
|
|
||||||
<h1 class="text-center">This page is in development.</h1>
|
|
||||||
</div>
|
|
||||||
<div class="py-4">
|
|
||||||
<h3 class="text-center">
|
|
||||||
Visit our <a href="https://github.com/openvinotoolkit/cvat">GitHub</a> repository.
|
|
||||||
</h3>
|
|
||||||
</div>
|
|
||||||
</section>
|
|
||||||
|
|
||||||
{{< /blocks/section >}}
|
|
||||||
@ -1 +1,6 @@
|
|||||||
<meta http-equiv="refresh" content="0; URL=/cvat/page_404">
|
<!DOCTYPE html>
|
||||||
|
<html lang="en" class="no-js">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="refresh" content="0; URL=/cvat/page_404">
|
||||||
|
</head>
|
||||||
|
</html>
|
||||||
|
|||||||
@ -0,0 +1,6 @@
|
|||||||
|
<!DOCTYPE html>
|
||||||
|
<html lang="en" class="no-js">
|
||||||
|
<head>
|
||||||
|
<meta http-equiv="refresh" content="0; URL=/cvat/docs">
|
||||||
|
</head>
|
||||||
|
</html>
|
||||||
Loading…
Reference in New Issue