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", } ];