From b4e53e8c081d08906b3e5092017d72a424f2c991 Mon Sep 17 00:00:00 2001 From: Steve Piercy Date: Mon, 22 Jul 2024 23:14:44 +0200 Subject: [PATCH] Promote heading one level higher --- docs/contribute.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/contribute.md b/docs/contribute.md index 948db798..b5f869c6 100644 --- a/docs/contribute.md +++ b/docs/contribute.md @@ -131,7 +131,7 @@ tox -e livehtml The [`plone.api` documentation](https://6.docs.plone.org/plone.api) is automatically generated from the documentation source files when its submodule is updated in the [main Plone `documentation` repository](https://github.com/plone/documentation/). -### Add a function to an existing module +## Add a function to an existing module This section describes how to add a new function `foo` to `plone.api`.