-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy path_config.yml
More file actions
55 lines (53 loc) · 1.38 KB
/
_config.yml
File metadata and controls
55 lines (53 loc) · 1.38 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
# Site settings
title: "ALICE O² Developer's Entry Point"
email: alice-o2-support@cern.ch
description: > # this means to ignore newlines until "baseurl:"
Lean and clean web pages for our GitHub organization,
to avoid having it returning 404. Most of the
information should still come from https://alice-o2.web.cern.ch
baseurl: ""
url: "https://aliceo2group.github.io" # the base hostname & protocol for your site
categories: [main, infrastructure]
# Build settings
markdown: kramdown
highlighter: rouge
menu_header: ALICE O²
menu:
- name: quickstart
label: Newcomers' guide
items:
- name: overview
label: Overview
- name: wp
label: Work Packages
- name: organisation
label: Code organisation
- name: fair-dpl
label: FairMQ and DPL
- name: build
label: Build packages
- name: devel
label: Development process
- name: binaries
label: Binaries
- name: help
label: Getting help
- name: advanced
label: Advanced
items:
- name: cmake
label: CMake
- name: ninja
label: Ninja
- name: doxygen
label: Doxygen
- name: coverage
label: Coverage reports
- name: guideline
label: Coding Guidelines
- name: release-process
label: Release Process
- name: ides
label: IDEs
plugins:
- jemoji