From 1db8e27a741730bb76c6971c31b501945fa9c17c Mon Sep 17 00:00:00 2001 From: Thomas Heartman Date: Tue, 3 Jan 2023 14:51:44 +0100 Subject: [PATCH] Docs(feat): Add info about docs being generated to the doc. --- website/docusaurus.config.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/website/docusaurus.config.js b/website/docusaurus.config.js index 22446eb6ae..b5ab948694 100644 --- a/website/docusaurus.config.js +++ b/website/docusaurus.config.js @@ -609,6 +609,10 @@ module.exports = { title: ${sdk.sidebarName} SDK --- +:::info Generated content +This document was generated from the README in the [${sdk.sidebarName} SDK's GitHub repository](${sdk.repoUrl}). +::: + ${content} `, };