Skip to content

Commit ee6f3c6

Browse files
authored
Merge pull request #351 from vkucera/titles
Fix project titles
2 parents 1a2798c + 98274d4 commit ee6f3c6

5 files changed

Lines changed: 9 additions & 11 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# O2 Analysis Framework Documentation
1+
# ALICE O2 Analysis Framework Documentation
22

3-
Welcome to the documentation page of the O2 analysis framework! Please use the links below to navigate quickly to the content you're looking for.
3+
Welcome to the documentation page of the ALICE O2 analysis framework! Please use the links below to navigate quickly to the content you're looking for.
44

55
{% include horizontalcontents.html %}

_config.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
title: ALICE O2 documentation
2-
description: ALICE O2 Data Analysis Framework documentation project
1+
title: ALICE O2 Analysis Framework Documentation
2+
description: ALICE O2 Analysis Framework Documentation project
33

44
theme: null
55

_includes/common/rest/title.liquid

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{%- case page.url -%}
22
{%- when "/" -%}
3-
{%- assign title = site.title
4-
| append: " · "
5-
| append: site.description | truncate: 110 -%}
3+
{%- assign title = site.title -%}
64
{%- when "/search.html" -%}
75
{%- assign title = __.search | default: "Search"
86
| append: " · "

_includes/templates/sidebar.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
<div class="sidebar height-full overflow-y-scroll overflow-x-hidden">
33
<div class="header d-flex flex-column p-0 text-center">
44
<div class="p-0"><a href="{{site.baseurl}}/docs/"><img src="{{site.baseurl}}/docs/images/aliceanalysis-1.png" width="50%"></a></div>
5-
<div class="p-0">ALICE O2 Analysis framework</div>
6-
<div class="p-0">D<small style="font-size: 75%">OCUMENTATION</small></div>
5+
<div class="p-0">ALICE O2 Analysis Framework</div>
6+
<div class="p-0">Documentation</small></div>
77
</div>
88
<div class="header d-flex flex-column p-3 text-center">
99
<span class="version">{{ docs.latest_release.name }}</span>

docs/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
22
sort: 0
3-
title: Documentation home
3+
title: Home
44
---
55

6-
# O2 Analysis Framework Documentation
6+
# ALICE O2 Analysis Framework Documentation
77

88
Welcome to the documentation page of the O2 analysis framework! Please use the links below to navigate quickly to the content you're looking for.
99

0 commit comments

Comments
 (0)