forked from infra/otc-metadata
Extend docs with links
- add links to the docs - add tools/sort_metadata to resort data
This commit is contained in:
parent
3de09e4e02
commit
1d9eff3b2a
File diff suppressed because it is too large
Load Diff
9
tools/sort_metadata.py
Normal file
9
tools/sort_metadata.py
Normal file
@ -0,0 +1,9 @@
|
||||
import copy
|
||||
|
||||
import otc_metadata.services
|
||||
from ruamel.yaml import YAML
|
||||
|
||||
data = otc_metadata.services.Services()
|
||||
|
||||
data._sort_data()
|
||||
data._rewrite_data()
|
Loading…
x
Reference in New Issue
Block a user