mirror of
https://github.com/qdrant/landing_page.git
synced 2026-09-27 15:08:30 +02:00
add documentation section (not public yet)
This commit is contained in:
@@ -0,0 +1,16 @@
|
||||
{{- partial "header.html" . -}}
|
||||
|
||||
{{- partial "second_header.html" . -}}
|
||||
|
||||
|
||||
<section>
|
||||
<div class="auto-container pt-5">
|
||||
<div class="row clearfix">
|
||||
{{- partial "docs_sidebar.html" . -}}
|
||||
{{ block "main" . }}{{ end }}
|
||||
</div>
|
||||
</div>
|
||||
</section>
|
||||
|
||||
|
||||
{{- partial "footer.html" . -}}
|
||||
@@ -0,0 +1,7 @@
|
||||
{{ define "main" }}
|
||||
<article class="col-lg-8 col-md-8 col-12 pb-5">
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
</article>
|
||||
{{ end }}
|
||||
@@ -0,0 +1,7 @@
|
||||
{{ define "main" }}
|
||||
<article class="col-lg-8 col-md-8 col-12 pb-5">
|
||||
|
||||
{{ .Content }}
|
||||
|
||||
</article>
|
||||
{{ end }}
|
||||
@@ -19,7 +19,7 @@
|
||||
<div class="news-block-two">
|
||||
<div class="inner-box">
|
||||
<div class="upper-box">
|
||||
<h4><a href="blog-detail.html">{{ .Title }}</a></h4>
|
||||
<h4><a href="{{ .Params.default_link }}">{{ .Title }}</a></h4>
|
||||
<!-- <div class="category">{{ .Params.subtitle }}</div> -->
|
||||
</div>
|
||||
<div class="image">
|
||||
|
||||
@@ -95,5 +95,5 @@ article img {
|
||||
article ul li {
|
||||
list-style: circle;
|
||||
padding: 0;
|
||||
margin: 1em;
|
||||
margin: 1em 1em 1em 2em;
|
||||
}
|
||||
Reference in New Issue
Block a user