diff --git a/doc/_quarto.yml b/doc/_quarto.yml index f76ec6d..51ddc95 100644 --- a/doc/_quarto.yml +++ b/doc/_quarto.yml @@ -39,15 +39,20 @@ website: - text: "Sample Rates" href: "samplerates.qmd" - section: "Delays" + href: 'delays.qmd' contents: - "baseline.qmd" - "calibration.qmd" - "fi_curve.qmd" - "filestimulus.qmd" + - "sam.qmd" - section: "API" href: "api/index.qmd" contents: - - "api/index.qmd" + - "api/main.qmd" + - "api/metadata.qmd" + - "api/stimulus_recreation.qmd" + - "api/tonix.qmd" quartodoc: @@ -62,6 +67,12 @@ quartodoc: desc: Terminal client contents: - main + - title: helper + desc: Helper Function + contents: + - metadata + - stimulus_recreation + - tonix execute: freeze: auto