Skip to content

Fix issues introduced by checkout of _quarto.yml #248

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
28 changes: 26 additions & 2 deletions site/_quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@ project:
type: website
post-render: make python-docs
website:
announcement:
content: "[**{{< fa graduation-cap >}} ValidMind Academy**](/training/training-overview.qmd) — Gain hands-on experience and explore what ValidMind has to offer with our training environment."
position: below-navbar
favicon: validmind.png
title: "ValidMind"
cookie-consent:
Expand All @@ -20,6 +23,7 @@ website:
repo-actions: [edit, issue]

navbar:
collapse-below: xl
logo: about/ValidMind-logo-color.svg
background: white
title: false
Expand Down Expand Up @@ -66,6 +70,10 @@ website:
file: https://validmind.com/
target: _blank

# COMMENT THIS OUT WHEN DONE TESTING
# - text: "{{< fa flask >}} Testing"
# file: internal/testing.qmd

sidebar:
- title: "Home"
style: docked
Expand Down Expand Up @@ -276,6 +284,19 @@ website:
- text: "---"
- support/troubleshooting.qmd

# COMMENT THIS OUT WHEN DONE TESTING
# - title: "Testing"
# contents:
# - internal/testing.qmd
# - text: "---"
# - text: "EXPERIMENTS"
# - file: internal/footnotes/footnotes.qmd
# contents:
# - internal/footnotes/hover-only.qmd
# - internal/footnotes/margin-only.qmd
# - internal/footnotes/margin-hover.qmd
# - internal/footnotes/text-notes.qmd

page-footer:
background: "#DE257E"
left: "© Copyright 2023-2024 ValidMind Inc. All Rights Reserved."
Expand All @@ -294,6 +315,10 @@ website:

format:
html:
footnotes-hover: true
reference-location: margin
include-in-header:
- heap-production.html
code-overflow: wrap
code-annotations: below
theme:
Expand All @@ -304,5 +329,4 @@ format:
toc: true
link-external-newwindow: true
link-external-icon: true
callout-appearance: simple

callout-appearance: simple
Loading