68 lines
1.6 KiB
YAML
68 lines
1.6 KiB
YAML
project:
|
|
type: website
|
|
|
|
website:
|
|
title: "CRAN R Package Binaries"
|
|
reader-mode: false
|
|
favicon: favicon.ico
|
|
back-to-top-navigation: true
|
|
navbar:
|
|
right:
|
|
- icon: gitlab
|
|
href: https://gitlab.com/devxy
|
|
- icon: browser-safari
|
|
href: https://www.devxy.io
|
|
- icon: bluesky
|
|
href: https://www.devxy.io
|
|
sidebar:
|
|
logo: ""
|
|
style: "docked"
|
|
collapse-level: 4
|
|
search: true
|
|
border: true
|
|
pinned: true
|
|
contents:
|
|
- text: 'Introduction'
|
|
file: index.qmd
|
|
- text: "---"
|
|
- text: 'Configuration'
|
|
file: configuration/index.qmd
|
|
- section: "**Use Cases**"
|
|
contents:
|
|
- text: "CI/CD"
|
|
file: cicd/index.qmd
|
|
- text: "R Development Environments"
|
|
file: r-dev-environments/index.qmd
|
|
- text: "Containers"
|
|
file: containers/index.qmd
|
|
- section: "**Technical Background**"
|
|
contents:
|
|
- text: "Infrastructure"
|
|
file: infrastructure/index.qmd
|
|
# - text: "Continuous Updates"
|
|
# file: 032-continuous-updates.qmd
|
|
# - section: "**Miscellaneous**"
|
|
# contents:
|
|
# - text: "Private Mirror"
|
|
# file: 040-private-mirror.qmd
|
|
# - text: "Fair Usage"
|
|
# file: 041-fair-usage.qmd
|
|
- text: "---"
|
|
- text: 'Contributing & Help'
|
|
file: "contributing/index.qmd"
|
|
|
|
search:
|
|
location: sidebar
|
|
type: "textbox"
|
|
limit: 5
|
|
copy-button: true
|
|
collapse-after: 2
|
|
format:
|
|
html:
|
|
theme: cosmo
|
|
css: styles.css
|
|
fontsize: 1rem
|
|
toc: true
|
|
grid:
|
|
sidebar-width: 300px
|
|
|