Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# O2 Analysis Framework Documentation
# ALICE O2 Analysis Framework Documentation

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.
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.

{% include horizontalcontents.html %}
4 changes: 2 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
title: ALICE O2 documentation
description: ALICE O2 Data Analysis Framework documentation project
title: ALICE O2 Analysis Framework Documentation
description: ALICE O2 Analysis Framework Documentation project

theme: null

Expand Down
4 changes: 1 addition & 3 deletions _includes/common/rest/title.liquid
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
{%- case page.url -%}
{%- when "/" -%}
{%- assign title = site.title
| append: " · "
| append: site.description | truncate: 110 -%}
{%- assign title = site.title -%}
{%- when "/search.html" -%}
{%- assign title = __.search | default: "Search"
| append: " · "
Expand Down
4 changes: 2 additions & 2 deletions _includes/templates/sidebar.liquid
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@
<div class="sidebar height-full overflow-y-scroll overflow-x-hidden">
<div class="header d-flex flex-column p-0 text-center">
<div class="p-0"><a href="{{site.baseurl}}/docs/"><img src="{{site.baseurl}}/docs/images/aliceanalysis-1.png" width="50%"></a></div>
<div class="p-0">ALICE O2 Analysis framework</div>
<div class="p-0">D<small style="font-size: 75%">OCUMENTATION</small></div>
<div class="p-0">ALICE O2 Analysis Framework</div>
<div class="p-0">Documentation</small></div>
</div>
<div class="header d-flex flex-column p-3 text-center">
<span class="version">{{ docs.latest_release.name }}</span>
Expand Down
4 changes: 2 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
sort: 0
title: Documentation home
title: Home
---

# O2 Analysis Framework Documentation
# ALICE O2 Analysis Framework Documentation

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.

Expand Down
Loading