We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0947ad5 commit c24ddc0Copy full SHA for c24ddc0
_quarto.yml
@@ -22,7 +22,7 @@ website:
22
page-navigation: true
23
back-to-top-navigation: true
24
open-graph: true
25
-
+
26
navbar:
27
logo: "img/logo_tm.png"
28
logo-alt: "Stan logo"
@@ -31,7 +31,7 @@ website:
31
- text: "Stan"
32
href: index.qmd
33
- text: "Getting Started"
34
- href: install/
+ href: install/index.qmd
35
- text: "Documentation"
36
href: "https://mc-stan.org/docs"
37
- text: "Learning Resources"
@@ -49,9 +49,9 @@ website:
49
- text: "Diagnostics and Warnings"
50
href: learn-stan/diagnostics-warnings.qmd
51
- text: "Tools"
52
- href: tools/
+ href: tools/index.qmd
53
- text: "About"
54
- href: about/
+ href: about/index.qmd
55
tools:
56
- icon: github
57
url: https://github.com/stan-dev
quarto-config
0 commit comments