Skip to content
Snippets Groups Projects
Commit 20590d22 authored by Egor Fuchezhi's avatar Egor Fuchezhi
Browse files

DOCS-78[feat]: Fixed href for docks site and create header item for picodata.io url

parent 5c3ec6ba
No related branches found
No related tags found
1 merge request!160DOCS-78[feat]: Fixed href for docks site and create header item for picodata.io url
Pipeline #23369 passed
File suppressed by a .gitattributes entry or the file's encoding is unsupported.
......@@ -337,3 +337,11 @@ h6 {
.md-main {
background: white;
}
.main-site-icon {
max-width: 5.9rem !important;
}
.md-header__source {
max-width: 4.1rem;
}
\ No newline at end of file
......@@ -48,7 +48,7 @@ theme:
extra:
homepage: https://picodata.io/
homepage: /
analytics:
provider: google
property: G-6X8Z5N2CGR
......
......@@ -78,6 +78,9 @@
{% include "partials/source.html" %}
</div>
{% endif %}
<div class="md-header__source main-site-icon">
{% include "partials/main-site-item.html" %}
</div>
</nav>
{% if "navigation.tabs.sticky" in features %}
{% if "navigation.tabs" in features %}
......
<a href="https://picodata.io/" target="_blank" title="{{ lang.t('source.link.title') }}" class="md-source" data-md-component="source">
<div class="md-source__icon md-icon">
<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M30.6575 19.2421L19.242 30.6575C17.4521 32.4475 14.5478 32.4475 12.7579 30.6575L1.34247 19.2421C-0.44749 17.4521 -0.44749 14.5479 1.34247 12.7579L12.7579 1.34247C14.5478 -0.44749 17.4521 -0.44749 19.242 1.34247L30.6575 12.7579C32.4475 14.5479 32.4475 17.4521 30.6575 19.2421Z" fill="#323232"/>
<path d="M15.8939 9.19973L14.522 10.5943L15.8303 11.9242L21.0915 17.2725L21.1056 17.2868L24.8888 13.441L24.8747 13.4266L23.5876 12.1183L19.6135 8.07829L18.3052 6.74841L15.8939 9.19973ZM18.2345 9.47285L22.2088 13.5128L21.1763 14.5624L17.2021 10.5225L18.2345 9.47285Z" fill="white"/>
<path d="M10.9055 17.1719L12.1926 15.8636L10.8843 14.5337L9.59735 13.2254L8.28903 11.8955L4.26538 15.9858L4.27954 16.0001L7.77287 19.5513L8.16887 19.9539L15.8556 27.7679L17.2274 26.3733L9.54071 18.5593L10.9055 17.1719ZM9.59735 15.842L8.23959 17.2222L6.95255 15.9139L8.31031 14.5337L9.59735 15.842Z" fill="white"/>
<path d="M26.1111 14.6847L21.1045 19.7742L12.1237 10.6519L17.1303 5.56237L15.8292 4.23248L9.4436 10.7166L9.4648 10.7381L19.7326 21.176L21.0409 22.5059L22.4127 21.104L27.4194 16.0146L26.1111 14.6847Z" fill="white"/>
<path d="M15.903 19.92L14.5979 21.2466L18.4332 25.1453L19.7382 23.8187L15.903 19.92Z" fill="white"/>
<path d="M13.3201 17.2953L12.015 18.622L13.4051 20.0351L14.7102 18.7084L13.3201 17.2953Z" fill="white"/>
</svg>
</div>
<div class="md-source__repository">
Picodata
</div>
</a>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment