-
Notifications
You must be signed in to change notification settings - Fork 7
/
_quarto.yml
56 lines (51 loc) · 1.65 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
51
52
53
54
55
56
project:
type: website
format:
html:
theme: cosmo
fontsize: 1em
linestretch: 1.7
css: styles.css
toc: true
website:
twitter-card:
image: "https://farm6.staticflickr.com/5510/14338202952_93595258ff_z.jpg"
site: "@Nixtlainc"
open-graph:
image: "https://github.com/Nixtla/styles/blob/2abf51612584169874c90cd7c4d347e3917eaf73/images/Banner%20Github.png"
google-analytics: "G-NXJNCVR18L"
repo-actions: [issue]
navbar:
background: primary
search: true
collapse-below: lg
left:
- text: "NixtlaVerse"
menu:
- text: "StatsForecast ⚡️"
href: https://github.com/nixtla/statsforecast
- text: "NeuralForecast 🧠"
href: https://github.com/nixtla/neuralforecast
- text: "MLForecast 🤖"
href: https://github.com/nixtla/mlforecast
- text: "HierarchicalForecast 👑"
href: https://github.com/nixtla/hierarchicalforecast
- text: "Help"
menu:
- text: "Report an Issue"
icon: bug
href: https://github.com/nixtla/utilsforecast/issues/new/choose
- text: "Join our Slack"
icon: chat-right-text
href: https://join.slack.com/t/nixtlaworkspace/shared_invite/zt-135dssye9-fWTzMpv2WBthq8NK0Yvu6A
right:
- icon: github
href: "https://github.com/nixtla/utilsforecast"
- icon: twitter
href: https://twitter.com/nixtlainc
aria-label: Nixtla Twitter
sidebar:
style: floating
body-footer: |
Give us a ⭐ on [Github](https://github.com/nixtla/utilsforecast)
metadata-files: [nbdev.yml, sidebar.yml]