Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Validata
Validata UI
Commits
8e462a87
Commit
8e462a87
authored
Jul 01, 2019
by
Johan Richer
Browse files
Add example for a catalog section
parent
c1be4edb
Changes
1
Hide whitespace changes
Inline
Side-by-side
homepage_config.json.example
View file @
8e462a87
{
"sections": [
{
"name": "my-catalog",
"title": "My catalog of schemas",
"name": "schema-catalog",
"title": "A catalog of schemas",
"description": "This is a catalog of schemas that is published somewhere. (Note: the catalog must be conform to this schema: https://opendataschema.frama.io/catalog/schema-catalog.json",
"catalog": "https://git.opendatafrance.net/scdl/catalog/raw/master/catalog.json"
},
{
"name": "schema-list",
"title": "A list of schemas",
"description": "This is a list of other schemas.",
"catalog": {
"version": 1,
"schemas": [
...
...
@@ -28,8 +35,8 @@
},
{
"name": "external",
"title": "
External schema
s",
"description": "
A
selection of validation tools",
"title": "
A list of links to external validator
s",
"description": "
This is a
selection of validation tools
that complement Validata.
",
"links": [
{
"name": "inspire",
...
...
@@ -48,4 +55,4 @@
]
}
]
}
\ No newline at end of file
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment