Remove the old templating system (#3445)
* Inline resolve_references in dump-swagger Since this is the only bit of the old templating system we still use, let's inline it. OrederedLoader and OrderedDict are now redundant, because all dicts in Python preserve insertion order. * Remove the old templating system We've now replaced the old templates with hugo, so we can get rid of this mess.
This commit is contained in:
parent
265ebef584
commit
61ac438871
18 changed files with 21 additions and 2263 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -4,11 +4,8 @@ node_modules
|
|||
/data/msc
|
||||
/env*
|
||||
/resources
|
||||
/scripts/gen
|
||||
/scripts/continuserv/continuserv
|
||||
/scripts/swagger
|
||||
/scripts/tmp
|
||||
/templating/out
|
||||
/hugo-config.toml
|
||||
/public
|
||||
*.pyc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue