mirror of https://github.com/apache/lucene.git
SOLR-10854: Add full Solr logo and use it for PDF title page; add "author" and pubdate metadata to title page
This commit is contained in:
parent
0a52191577
commit
7ee9d33730
Binary file not shown.
After Width: | Height: | Size: 46 KiB |
|
@ -1,6 +1,10 @@
|
||||||
= Apache Solr Reference Guide: For Solr {solr-docs-version}
|
= Apache Solr Reference Guide: For Solr {solr-docs-version}
|
||||||
:toc:
|
:toc:
|
||||||
:toc-title: Table of Contents
|
:toc-title: Table of Contents
|
||||||
|
:toclevels: 2
|
||||||
|
:author: Written by the Apache Lucene/Solr Project
|
||||||
|
:email: https://lucene.apache.org/solr
|
||||||
|
:revdate: Published {build-date}
|
||||||
// Licensed to the Apache Software Foundation (ASF) under one
|
// Licensed to the Apache Software Foundation (ASF) under one
|
||||||
// or more contributor license agreements. See the NOTICE file
|
// or more contributor license agreements. See the NOTICE file
|
||||||
// distributed with this work for additional information
|
// distributed with this work for additional information
|
||||||
|
|
|
@ -92,8 +92,8 @@ title_page:
|
||||||
align: right
|
align: right
|
||||||
logo:
|
logo:
|
||||||
top: 10%
|
top: 10%
|
||||||
image: image:../../images/solr-sunOnly-small.png[pdfwidth=10%]
|
image: image:../../images/Solr_Logo_on_white.png[pdfwidth=50%]
|
||||||
align: right
|
align: left
|
||||||
title:
|
title:
|
||||||
top: 55%
|
top: 55%
|
||||||
font_size: $heading_h1_font_size
|
font_size: $heading_h1_font_size
|
||||||
|
@ -105,8 +105,7 @@ title_page:
|
||||||
line_height: 1
|
line_height: 1
|
||||||
authors:
|
authors:
|
||||||
margin_top: $base_font_size * 1.25
|
margin_top: $base_font_size * 1.25
|
||||||
font_size: $base_font_size_large
|
font_size: $base_font_size
|
||||||
font_color: '#181818'
|
|
||||||
revision:
|
revision:
|
||||||
margin_top: $base_font_size * 1.25
|
margin_top: $base_font_size * 1.25
|
||||||
block:
|
block:
|
||||||
|
|
Loading…
Reference in New Issue