From d9c9317e7cf3a658f4f63daefbd65beedb515fc6 Mon Sep 17 00:00:00 2001 From: LandonTClipp Date: Thu, 20 Apr 2023 22:40:18 -0500 Subject: [PATCH] Rename "notes" page to FAQ --- docs/notes.md | 5 +++-- mkdocs.yml | 5 +++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/docs/notes.md b/docs/notes.md index 973d3b4b..e9112a1f 100644 --- a/docs/notes.md +++ b/docs/notes.md @@ -1,5 +1,5 @@ -Additional Notes -================ +Frequently Asked Questions +=========================== internal error: package without types was imported --------------------------------------------------- @@ -118,6 +118,7 @@ The versioning in this project applies only to the behavior of the mockery binar 4. Behavior of mockery given a set of arguments. What the version does _not_ track: + 1. The interfaces, objects, methods etc. in the vektra/mockery package. 2. Compatibility of `go get`-ing mockery with new or old versions of Golang. diff --git a/mkdocs.yml b/mkdocs.yml index 69e67aca..a3cf0317 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -42,11 +42,12 @@ markdown_extensions: - pymdownx.emoji: emoji_index: !!python/name:materialx.emoji.twemoji emoji_generator: !!python/name:materialx.emoji.to_svg + - pymdownx.details - pymdownx.highlight: anchor_linenums: true auto_title: true - pymdownx.inlinehilite - - pymdownx.details + - pymdownx.magiclink - pymdownx.superfences - pymdownx.tabbed: alternate_style: true @@ -63,7 +64,7 @@ nav: - Examples: examples.md - Features: features.md - Notes: - - Additional Notes: notes.md + - FAQ: notes.md - Changelog: changelog.md extra_css: