-
Notifications
You must be signed in to change notification settings - Fork 29
Expand file tree
/
Copy path_quarto.yml
More file actions
111 lines (105 loc) · 3.17 KB
/
_quarto.yml
File metadata and controls
111 lines (105 loc) · 3.17 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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
project:
title: "Positron"
type: posit-docs
render:
- "*.qmd"
execute:
freeze: auto
website:
favicon: "images/favicon.svg"
repo-url: https://github.com/posit-dev/positron-website
issue-url: https://github.com/posit-dev/positron/issues/
repo-actions: [edit, source, issue]
page-footer:
left:
- text: "<img class='posit-footer-logo' alt='Posit' src='images/posit-logo-black-TM.svg'>Copyright © 2022-2025 Posit Software, PBC. All Rights Reserved."
href: "https://posit.co/"
center: "Positron {{< env RELEASE_VERSION >}}"
right:
- text: "Support"
href: "https://support.posit.co/"
- text: "License"
href: licensing.qmd
- text: "Privacy Policy"
aria-label: "Link to Privacy Policy"
href: "https://posit.co/about/privacy-policy/"
navbar:
left:
- text: "Get Started"
href: start.qmd
- text: "Guides"
href: add-to-path.qmd
- text: "Help"
href: troubleshooting.qmd
- text: "<span id='top-bar-download-btn' class='btn btn-primary'>Download</span>"
href: download.qmd
right:
- icon: github
aria-label: 'Link to Positron Github Repository'
href: https://github.com/posit-dev/positron
sidebar:
- title: "Get Started"
style: "docked"
contents:
- start.qmd
- download.qmd
- extensions.qmd
- updating.qmd
- about.qmd
- privacy.qmd
- title: "Guides"
style: "docked"
contents:
- add-to-path.qmd
- section: "User Interface"
contents:
- layout.qmd
- command-palette.qmd
- action-bars.qmd
- section: "Interpreters"
contents:
- managing-interpreters.qmd
- interpreter-startup.qmd
- python-installations.qmd
- r-installations.qmd
- reticulate.qmd
- section: "Dynamic Documents and Apps"
contents:
- quarto.qmd
- jupyter-notebooks.qmd
- develop-data-apps.qmd
- section: "Database Connections"
contents:
- connections-pane.qmd
- extending-connections.qmd
- keyboard-shortcuts.qmd
- data-explorer.qmd
- assistant.qmd
- variables-pane.qmd
- help-pane.qmd
- remote-ssh.qmd
- extension-development.qmd
- folder-templates.qmd
- text: "Migrating from VS Code"
href: migrate-vscode.qmd
- section: "Migrating from RStudio"
contents:
- migrate-rstudio.qmd
- migrate-rstudio-keybindings.qmd
- migrate-rstudio-settings-and-extensions.qmd
- migrate-rstudio-code.qmd
- migrate-rstudio-rproj.qmd
- migrate-rstudio-compare.qmd
- git.qmd
- title: "Help"
style: "docked"
contents:
- troubleshooting.qmd
- feedback.qmd
- faqs.qmd
format:
html:
css: styles.css
mermaid:
theme: neutral
link-external-filter: '^(?:http:|https:)\/\/(?:positron|cdn)\.posit\.co(?:\/|$)|^(?:http:|https:)\/\/.*--positron-posit-co\.netlify\.app(?:\/|$)|^(?!https?:\/\/)'