mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Preserve JSON key order in YAML, refs #1153
This commit is contained in:
parent
38fcc96e67
commit
0183e1a72d
2 changed files with 2 additions and 2 deletions
|
|
@ -30,12 +30,12 @@ Your ``metadata.yaml`` file can look something like this:
|
|||
|
||||
.. code-block:: yaml
|
||||
|
||||
title: Custom title for your index page
|
||||
description: Some description text can go here
|
||||
license: ODbL
|
||||
license_url: https://opendatacommons.org/licenses/odbl/
|
||||
source: Original Data Source
|
||||
source_url: http://example.com/
|
||||
title: Custom title for your index page
|
||||
|
||||
|
||||
.. tab:: JSON
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue