-
Notifications
You must be signed in to change notification settings - Fork 3.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Website with documentation #3039
Conversation
Update user-guide
This is probably due to recent changes in the config.toml file. You need specify |
@nmanovic does it solve the issue? If so, lets keep "/" as baseURL in the config and pass option for Hugo during build. |
@TOsmanov , why do we need so many favicons? |
@TOsmanov , should the actual icon be so small? |
To generate favicons I used the site https://cthedot.de/icongen/ as described in the docsy manual. This number of files is needed to be displayed correctly on different devices and browsers. |
… developers" section description
+++ | ||
title = "CVAT" | ||
linkTitle = "CVAT" | ||
+++ | ||
|
||
{{< 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 >}} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I would suggest redirecting from this page to About page. I think it is a good candidate to be default page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
And add link to GitHub repository from the header
Motivation and context
This PR contains a website created using an extended version of Hugo 0.81 (hugo documentation) and a docsy theme (docsy documentation) .
Current issues:
Readme files not added to the website:
cvat\cvat\apps\dataset_repo\README.md
cvat\components\serverless\README.md
cvat\cvat-canvas\README.md
cvat\cvat-canvas3d\README.md
cvat\cvat-core\README.md
cvat\cvat-data\README.md
cvat\cvat-ui\README.md
cvat\docs\rest_api_desing.md
cvat\kubernetes-templates\README.md
cvat\ssh\README.md
Change table:
The documentation has the following structure:
How has this been tested?
Checklist
develop
branchcvat-core, cvat-data and cvat-ui)
License
Feel free to contact the maintainers if that's a concern.