From 38a35ad10fc153b7a8c6c239b8b1d2ca810a6fa7 Mon Sep 17 00:00:00 2001 From: James J Balamuta Date: Tue, 13 Feb 2024 03:18:24 +0000 Subject: [PATCH] Enable TOCs outside the index page. --- docs/_quarto.yml | 4 ++++ docs/index.qmd | 3 +++ 2 files changed, 7 insertions(+) diff --git a/docs/_quarto.yml b/docs/_quarto.yml index c54ee24..2fa087e 100644 --- a/docs/_quarto.yml +++ b/docs/_quarto.yml @@ -35,3 +35,7 @@ website: - section: "Extra" contents: - qembedio-release-notes.qmd + +format: + html: + toc: true diff --git a/docs/index.qmd b/docs/index.qmd index a145a9e..6167c11 100644 --- a/docs/index.qmd +++ b/docs/index.qmd @@ -1,5 +1,8 @@ --- title: "Home" +format: + html: + toc: false --- The `embedio` shortcode extension allows you to incorporate different file types into Quarto HTML documents by using Quarto's shortcode mechanism.