Extend docs with links

- add links to the docs
- add tools/sort_metadata to resort data
This commit is contained in:
Artem Goncharov 2022-08-23 10:34:31 +02:00
parent 3de09e4e02
commit 1d9eff3b2a
2 changed files with 752 additions and 637 deletions

File diff suppressed because it is too large Load Diff

9
tools/sort_metadata.py Normal file
View 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()