Skip to content

Commit 46dc02a

Browse files
committed
Better searchability
1 parent 519781a commit 46dc02a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/docs/Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
FROM debian:bookworm
22

3-
ENV QUARTO_VERSION 1.5.53
3+
# 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
45

56
ARG PUID
67
ARG PGID

src/_quarto.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,7 @@ website:
2828
image: img/logo_tm.png
2929
reader-mode: true
3030
page-navigation: true
31-
search:
32-
limit: 200 # potentially slow but workaround for https://github.com/quarto-dev/quarto-cli/issues/8986
31+
open-graph: true
3332
back-to-top-navigation: true
3433
repo-url: https://github.com/stan-dev/docs
3534
repo-subdir: src

0 commit comments

Comments
 (0)