1
0
mirror of https://github.com/Unleash/unleash.git synced 2025-09-05 17:53:12 +02:00

Docs(feat): Add info about docs being generated to the doc.

This commit is contained in:
Thomas Heartman 2023-01-03 14:51:44 +01:00
parent 4c750335e8
commit 1db8e27a74
No known key found for this signature in database
GPG Key ID: 47CFBB2D87C87664

View File

@ -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}
`,
};