diff --git a/docs/css/extra.css b/docs/css/extra.css index 7d6086d8..497d8add 100644 --- a/docs/css/extra.css +++ b/docs/css/extra.css @@ -53,4 +53,50 @@ text-decoration-color: var(--md-primary-fg-color); text-decoration-thickness: 2px; text-underline-offset: 0.3125em; +} + +.global-footer__links{ + clear: both; + list-style-type: none!important; + margin: 0 0 4px!important; + padding: 0; +} + +.global-footer__links>li{ + display: inline-block; + margin-left: 5px!important; + margin-right: 5px!important; + margin-bottom: 0px!important; + padding-right: 10px; + position: relative; +} + +.global-footer__links>li:last-child:after { + display: none +} + +.global-footer__links>li>a { + color: #666; + display: inline-block; + font-size: 1pc; + font-weight: 100; + line-height: 24px; + text-decoration: none; +} + +.global-footer__links>li:after{ + background: #666; + content: " "; + height: 14px; + position: absolute; + right: 0; + top: 5px; + width: 1px; +} + +.global-footer__copyright{ + clear: both; + color: #666; + font-size: 9pt; + line-height: 1pc; } \ No newline at end of file diff --git a/docs/overrides/home.html b/docs/overrides/home.html index 79f98ca9..ba3cf83b 100644 --- a/docs/overrides/home.html +++ b/docs/overrides/home.html @@ -488,5 +488,15 @@

Benchmarks

{% endblock %} {% block footer %} -
Copyright © 2023 NVIDIA Corporation
+ {% endblock %} diff --git a/mkdocs.yml b/mkdocs.yml index 294085bb..da90cf27 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -1,7 +1,7 @@ site_name: NVIDIA Jetson Generative AI Lab site_url: site_description: Showcasing generative AI projects that run on Jetson -copyright: Copyright © 2023 NVIDIA Corporation +copyright: ## Repository #repo_name: jetson-generative-ai-playground #repo_url: https://github.com/NVIDIA-AI-IOT/jetson-generative-ai-playground @@ -24,7 +24,8 @@ theme: - navigation.top - content.tabs.link - content.code.copy - + - announce.dismiss + plugins: - search - redirects: