Skip to content
Snippets Groups Projects
Commit effc5770 authored by Jiří Ježek's avatar Jiří Ježek
Browse files

Merge branch 'osbolete-documentation-warning' into 'master'

Added information on base html about osbolete documentation

See merge request !119
parents 58c87206 84cddca2
Branches
Tags
1 merge request!119Added information on base html about osbolete documentation
......@@ -25,6 +25,13 @@
{{ partial "menu" . }}
</aside>
{{ end }}
<blockquote class="container gdoc-hint danger obsolete">
<p><strong>WARNING</strong></p>
<p>
This documentation is obsolete and not maintained anymore, please use new <a class="gdoc-markdown__link" href="https://docs.e-infra.cz/compute/openstack/">e-INFRA CZ documentation</a>
</p>
</blockquote>
<div class="gdoc-page">
{{ template "main" . }}
......
/* You can add custom styles here. */
.obsolete{
filter: saturate(2.5) brightness(.85);
border-left: 4px solid #d50000;
}
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment