Skip to content

Commit

Permalink
Remove Validate command
Browse files Browse the repository at this point in the history
  • Loading branch information
jamesbayly committed Oct 31, 2023
1 parent 108644c commit bc294cc
Show file tree
Hide file tree
Showing 13 changed files with 0 additions and 52 deletions.
4 changes: 0 additions & 4 deletions docs/build/manifest/algorand.md
Original file line number Diff line number Diff line change
Expand Up @@ -292,7 +292,3 @@ When declaring a `range` use an string in the format of `"start - end"`. Both st
}
}
```

## Validating

You can validate your project manifest by running `subql validate`. This will check that it has the correct structure, valid values where possible and provide useful feedback as to where any fixes should be made.
4 changes: 0 additions & 4 deletions docs/build/manifest/arbitrum.md
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,3 @@ When declaring a `range` use an string in the format of `"start - end"`. Both st
}
}
```

## Validating

You can validate your project manifest by running `subql validate`. This will check that it has the correct structure, valid values where possible and provide useful feedback as to where any fixes should be made.
4 changes: 0 additions & 4 deletions docs/build/manifest/avalanche.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,3 @@ When declaring a `range` use an string in the format of `"start - end"`. Both st
}
}
```

## Validating

You can validate your project manifest by running `subql validate`. This will check that it has the correct structure, valid values where possible and provide useful feedback as to where any fixes should be made.
4 changes: 0 additions & 4 deletions docs/build/manifest/bsc.md
Original file line number Diff line number Diff line change
Expand Up @@ -336,7 +336,3 @@ When declaring a `range` use an string in the format of `"start - end"`. Both st
}
}
```

## Validating

You can validate your project manifest by running `subql validate`. This will check that it has the correct structure, valid values where possible and provide useful feedback as to where any fixes should be made.
4 changes: 0 additions & 4 deletions docs/build/manifest/cosmos.md
Original file line number Diff line number Diff line change
Expand Up @@ -389,7 +389,3 @@ Some Cosmos chains, like Juno, have hard forks that intentionally skip blocks. T
5. Continue indexing

:::

## Validating

You can validate your project manifest by running `subql validate`. This will check that it has the correct structure, valid values where possible and provide useful feedback as to where any fixes should be made.
4 changes: 0 additions & 4 deletions docs/build/manifest/ethereum.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,3 @@ When declaring a `range` use an string in the format of `"start - end"`. Both st
}
}
```

## Validating

You can validate your project manifest by running `subql validate`. This will check that it has the correct structure, valid values where possible and provide useful feedback as to where any fixes should be made.
4 changes: 0 additions & 4 deletions docs/build/manifest/flare.md
Original file line number Diff line number Diff line change
Expand Up @@ -241,7 +241,3 @@ When declaring a `range` use an string in the format of `"start - end"`. Both st
}
}
```

## Validating

You can validate your project manifest by running `subql validate`. This will check that it has the correct structure, valid values where possible and provide useful feedback as to where any fixes should be made.
4 changes: 0 additions & 4 deletions docs/build/manifest/gnosis.md
Original file line number Diff line number Diff line change
Expand Up @@ -347,7 +347,3 @@ When declaring a `range` use an string in the format of `"start - end"`. Both st
}
}
```

## Validating

You can validate your project manifest by running `subql validate`. This will check that it has the correct structure, valid values where possible and provide useful feedback as to where any fixes should be made.
4 changes: 0 additions & 4 deletions docs/build/manifest/near.md
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,3 @@ When declaring a `range` use an string in the format of `"start - end"`. Both st
}
}
```

## Validating

You can validate your project manifest by running `subql validate`. This will check that it has the correct structure, valid values where possible and provide useful feedback as to where any fixes should be made.
4 changes: 0 additions & 4 deletions docs/build/manifest/optimism.md
Original file line number Diff line number Diff line change
Expand Up @@ -344,7 +344,3 @@ When declaring a `range` use an string in the format of `"start - end"`. Both st
}
}
```

## Validating

You can validate your project manifest by running `subql validate`. This will check that it has the correct structure, valid values where possible and provide useful feedback as to where any fixes should be made.
4 changes: 0 additions & 4 deletions docs/build/manifest/polkadot.md
Original file line number Diff line number Diff line change
Expand Up @@ -456,7 +456,3 @@ Here is a list of supported custom datasources:
| Kind | Supported Handlers | Filters | Description |
| -------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------- | ------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------- |
| [substrate/FrontierEvm](../substrate-evm.md) | [substrate/FrontierEvmEvent](../substrate-evm.md#event-handlers), [substrate/FrontierEvmCall](../substrate-evm.md#call-handlers) | See filters under each handlers | Provides easy interaction with EVM transactions and events on the Frontier EVM (widely used across Polkadot including in Moonbeam and Astar networks) |

## Validating

You can validate your project manifest by running `subql validate`. This will check that it has the correct structure, valid values where possible and provide useful feedback as to where any fixes should be made.
4 changes: 0 additions & 4 deletions docs/build/manifest/polygon.md
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,3 @@ When declaring a `range` use an string in the format of `"start - end"`. Both st
}
}
```

## Validating

You can validate your project manifest by running `subql validate`. This will check that it has the correct structure, valid values where possible and provide useful feedback as to where any fixes should be made.
4 changes: 0 additions & 4 deletions docs/build/manifest/stellar.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,7 +345,3 @@ When declaring a `range` use an string in the format of `"start - end"`. Both st
}
}
```

## Validating

You can validate your project manifest by running `subql validate`. This will check that it has the correct structure, valid values where possible and provide useful feedback as to where any fixes should be made.

0 comments on commit bc294cc

Please sign in to comment.