Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Contributes to #123
Introduce specs dashboard side.
Example in https://singulargarden.github.io/gateway-conformance/specs/
We preserve the structure passed from specs.ipfs.tech to make linking and navigation easier.
For example:
https://singulargarden.github.io/gateway-conformance/specs/http-gateways/trustless-gateway/#entity-bytes-request-query-parameter
specs/a/b/c/
pages#sub-spec-by-hash
https://
to the specs URL + addSpecs
field for multiple specsNote:
Tests are trees:
TestDagSomething/GET_Something/StatusCode
And specs are also trees:
http-gateways/trustless-gateway/#entity-bytes-request-query-parameter
What do you render for the spec
http-gateways/trustless-gateway
, especially if no tests are linking to that specific node in the tree?The current PR renders all of its children, we'll have to refine this in further PRs.