From bbff2ac71ba37f866d930f80fcdd839f9c12d725 Mon Sep 17 00:00:00 2001 From: Luigi Sayson Date: Wed, 13 Oct 2021 16:54:42 -0700 Subject: [PATCH 1/2] Fix timeout rtd module doc --- dev-docs/modules/timeoutRtdProvider.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/modules/timeoutRtdProvider.md b/dev-docs/modules/timeoutRtdProvider.md index 969b9311aa..7c22f6cec0 100644 --- a/dev-docs/modules/timeoutRtdProvider.md +++ b/dev-docs/modules/timeoutRtdProvider.md @@ -1,6 +1,7 @@ --- layout: page_v2 title: Timeout Rtd Module +display_name: Timeout RTD description: Module for managing timeouts in real time page_type: module module_type: rtd From 8dffcb55ca0fd14632c742afd7b799981c555116 Mon Sep 17 00:00:00 2001 From: Luigi Sayson Date: Wed, 13 Oct 2021 16:55:07 -0700 Subject: [PATCH 2/2] Add display_name to sample doc header --- dev-docs/add-rtd-submodule.md | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-docs/add-rtd-submodule.md b/dev-docs/add-rtd-submodule.md index f025d6f5ad..b965c92cf9 100644 --- a/dev-docs/add-rtd-submodule.md +++ b/dev-docs/add-rtd-submodule.md @@ -280,6 +280,7 @@ Once everything looks good, submit the code, tests, and markdown as a pull reque --- layout: page_v2 title: Example Module + display_name: Example description: Useful statement for what this does page_type: module module_type: rtd