We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 519781a commit 46dc02aCopy full SHA for 46dc02a
docker/docs/Dockerfile
@@ -1,6 +1,7 @@
1
FROM debian:bookworm
2
3
-ENV QUARTO_VERSION 1.5.53
+# synced with the one in https://github.com/stan-dev/stan-dev.github.io/blob/master/.github/workflows/build.yml
4
+ENV QUARTO_VERSION 1.6.39
5
6
ARG PUID
7
ARG PGID
src/_quarto.yml
@@ -28,8 +28,7 @@ website:
28
image: img/logo_tm.png
29
reader-mode: true
30
page-navigation: true
31
- search:
32
- limit: 200 # potentially slow but workaround for https://github.com/quarto-dev/quarto-cli/issues/8986
+ open-graph: true
33
back-to-top-navigation: true
34
repo-url: https://github.com/stan-dev/docs
35
repo-subdir: src
0 commit comments