From e420a1355a36ba6b14fa3a757f5b28e0f4856e28 Mon Sep 17 00:00:00 2001 From: LandonTClipp Date: Thu, 15 Feb 2024 15:13:18 -0600 Subject: [PATCH] Add typeset plugin for docs --- docs/installation.md | 4 +--- mkdocs.yml | 8 +++++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/docs/installation.md b/docs/installation.md index 44642230..8dcb10d3 100644 --- a/docs/installation.md +++ b/docs/installation.md @@ -4,9 +4,7 @@ Getting Started Installation ------------- -### GitHub Release - -recommended +### GitHub Release recommended Visit the [releases page](https://github.com/vektra/mockery/releases) to download one of the pre-built binaries for your platform. diff --git a/mkdocs.yml b/mkdocs.yml index 2c59e576..4959ac1d 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -83,10 +83,12 @@ extra: property: G-0ZGMQGZGRN plugins: +- glightbox - mike: alias_type: symlink canonical_version: latest -- glightbox -- social -- search - open-in-new-tab +- search +- social +- typeset: + enabled: true