-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path_quarto.yml
50 lines (45 loc) · 1.12 KB
/
_quarto.yml
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
project:
type: website
preview:
port: 4200
website:
favicon: assets/img/logos/apex_icon_blue.svg
repo-url: "https://github.com/ESA-APEx/apex_demo_documentation"
repo-branch: "main"
search:
location: sidebar
type: textbox
copy-button: true
navbar:
pinned: true
page-navigation: true
title: "APEx - Demo Documentation Portal"
sidebar:
style: "floating"
collapse-level: 2
contents:
- href: index.qmd
text: Welcome
- text: Features
contents:
- href: features/charts.qmd
text: Charts
- href: features/apex_demo_catalogue.ipynb
text: Notebooks
- href: features/dashboards/dashboard.qmd
text: Dashboard
- href: features/listing/listing.qmd
text: Listings
- href: features/custom/doclisting.qmd
text: Custom code
format:
html:
toc-depth: 4
page-layout: full
theme: [cosmo, css/custom.scss]
scss: true
highlight-style: solarized
include-in-header:
- html/esa-header.html
link-external-newwindow: false
bread-crumbs: true