From 473e43e86d7be62f3827e8501f042b2af04ef576 Mon Sep 17 00:00:00 2001 From: Ashutosh Tripathi <39340292+ashucoder9@users.noreply.github.com> Date: Tue, 11 Feb 2025 22:07:14 +0530 Subject: [PATCH] add: config flags remote source --- utils/content-loader/remote-content.mts | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/utils/content-loader/remote-content.mts b/utils/content-loader/remote-content.mts index dfab9f39396..16fca2f22d8 100644 --- a/utils/content-loader/remote-content.mts +++ b/utils/content-loader/remote-content.mts @@ -181,6 +181,13 @@ async function main(): Promise { title: "X-Chain API", description: "This page is an overview of the X-Chain API associated with AvalancheGo.", contentUrl: "https://github.com/ava-labs/avalanchego/blob/master/vms/avm/", + }, + { + sourceUrl: "https://raw.githubusercontent.com/ava-labs/avalanchego/master/config/config.md", + outputPath: "content/docs/nodes/configure/configs-flags.mdx", + title: "AvalancheGo Configs and Flags", + description: "This page is an overview of the configurations and flags supported by AvalancheGo.", + contentUrl: "https://github.com/ava-labs/avalanchego/blob/master/config", } ];