-
Notifications
You must be signed in to change notification settings - Fork 2
/
_quarto.yml
57 lines (53 loc) · 1.78 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
57
project:
type: posit-docs
render:
- "*.qmd"
- "!changelog.md"
website:
title: 'Posit Product Documentation <small>Version {{< env PRODUCT_VERSION >}}</small>'
page-navigation: true
navbar:
left:
- text: "Home"
href: index.qmd
- text: "Admin Guide"
file: admin.qmd
- text: "User Guide"
file: user.qmd
# Hybrid navigation meant to show some amount of nested sidebar navigation
# https://quarto.org/docs/websites/website-navigation.html#hybrid-navigation
sidebar:
- title: "Admin Guide"
contents:
- admin.qmd
- section: Subsection
contents:
- text: Installation
file: install.qmd
- text: Duplicate
file: install.qmd
- title: "User Guide"
contents:
- user.qmd
- section: Subsection
contents:
- text: Sharing
file: sharing.qmd
- text: Duplicate
file: sharing.qmd
page-footer:
left: |
Copyright © 2000-{{< env CURRENT_YEAR >}} Posit Software, PBC. All Rights Reserved.
center: |
Posit PRODUCT {{< env PRODUCT_VERSION >}}
right:
- icon: question-circle-fill
aria-label: 'Link to Posit Support'
href: "https://support.posit.co/hc/en-us"
- icon: lightbulb-fill
aria-label: 'Link to Posit Solutions'
href: "https://solutions.posit.co/"
- text: "<img alt='Link to Posit Documentation' src='/_extensions/posit-docs/assets/images/posit-guide-ltmd.svg' id='footer-right-logo'>"
href: "https://docs.posit.co/"
- text: "<img alt='Link to main Posit site' src='/_extensions/posit-docs/assets/images/posit-icon-fullcolor.svg' id='footer-right-posit-logo'>"
href: "https://posit.co/"