From c0029b9847b6d04f4422f19c60a9f645d15f9931 Mon Sep 17 00:00:00 2001 From: Victor Zverovich Date: Sun, 2 Jun 2024 21:16:04 -0700 Subject: [PATCH] Update docs --- doc/syntax.md | 5 ++--- support/mkdocs.yml | 3 +-- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/doc/syntax.md b/doc/syntax.md index a952172d..87fa53f8 100644 --- a/doc/syntax.md +++ b/doc/syntax.md @@ -1,8 +1,7 @@ # Format String Syntax -[Formatting functions](api.md) such as [`fmt::format`](api.md#format) and -[`fmt::print`]( api.md#print) use the same format string syntax described -in this section. +Formatting functions such as [`fmt::format`](api.md#format) and [`fmt::print`]( +api.md#print) use the same format string syntax described in this section. Format strings contain "replacement fields" surrounded by curly braces `{}`. Anything that is not contained in braces is considered literal text, which is diff --git a/support/mkdocs.yml b/support/mkdocs.yml index 7ff2f8a7..d816142e 100644 --- a/support/mkdocs.yml +++ b/support/mkdocs.yml @@ -34,11 +34,10 @@ plugins: default_handler: cxx nav: + - Home: index.md - Usage: usage.md - API: api.md - Syntax: syntax.md - # Make the {fmt} link work locally. - - '': index.md extra: version: