Skip to content

Commit a0dfa4c

Browse files
docs(config): update config doc (#4753)
Co-authored-by: julienrbrt <[email protected]>
1 parent 880f013 commit a0dfa4c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

docs/docs/08-configuration/02-config_example.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ client: # Configures client code generation.
3737
path: (string) # Relative path where the application&#39;s Typescript files are located.
3838
composables: # Configures Vue 3 composables code generation.
3939
path: (string) # Relative path where the application&#39;s composable files are located.
40-
hooks: # Configures React hooks code generation.
41-
path: (string) # Relative path where the application&#39;s hooks files are located.
4240
openapi: # Configures OpenAPI spec generation for the API.
4341
path: (string) # Relative path where the application&#39;s OpenAPI files are located.
4442
genesis: (key/value) # Custom genesis block modifications. Follow the nesting of the genesis file here to access all the parameters.
@@ -86,4 +84,4 @@ validators: (list) # Contains information related to the list of validators and
8684
sequence: (uint) # Sequence number of the signing account (offline mode only).
8785
sign-mode: (string) # Chooses sign mode (direct|amino-json), an advanced feature.
8886
timeout-height: (uint) # Sets a block timeout height to prevent the transaction from being committed past a certain height.
89-
```
87+
```

0 commit comments

Comments
 (0)