mirror of
https://github.com/overleaf/overleaf.git
synced 2025-02-23 17:51:51 +00:00
init chance in config
This commit is contained in:
parent
02ec2bc264
commit
acf392eb4e
1 changed files with 28 additions and 0 deletions
|
@ -279,6 +279,34 @@ module.exports =
|
|||
}]
|
||||
}]
|
||||
|
||||
templates: [{
|
||||
name : "cv_or_resume",
|
||||
url : "/templates/cv"
|
||||
}, {
|
||||
name : "cover_letter",
|
||||
url : "/templates/cover-letters"
|
||||
}, {
|
||||
name : "journal_article",
|
||||
url : "/templates/journals"
|
||||
|
||||
}, {
|
||||
name : "presentation",
|
||||
url : "/templates/presentations"
|
||||
|
||||
}, {
|
||||
name : "thesis",
|
||||
url : "/templates/thesis"
|
||||
|
||||
}, {
|
||||
name : "bibliographies",
|
||||
url : "/templates/bibliographies"
|
||||
|
||||
}, {
|
||||
name : "view_all",
|
||||
url : "/templates"
|
||||
|
||||
}]
|
||||
|
||||
|
||||
redirects:
|
||||
"/templates/index": "/templates/"
|
||||
|
|
Loading…
Reference in a new issue