diff --git a/docs/docs/08-references/03-config.md b/docs/docs/08-references/03-config.md index d436e979b2..3193ef6983 100644 --- a/docs/docs/08-references/03-config.md +++ b/docs/docs/08-references/03-config.md @@ -15,7 +15,6 @@ build: # Contains build configuration options. ldflags: (string list) # List of custom linker flags for building the binary. proto: # Contains proto build configuration options. path: (string) # Relative path where the application's proto files are located. - third_party_paths: (string list) # Relative paths to third-party proto files used by the application. accounts: (list) # Lists the options for setting up Cosmos Accounts. name: (string) # Local name associated with the Account's key pair. coins: (string list) # List of token balances for the account.