Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
IQB
testcenter-backend
Commits
2e96f16e
Commit
2e96f16e
authored
Mar 04, 2021
by
paflov
Browse files
restructure up gh-pages folder
parent
84f87614
Changes
6
Hide whitespace changes
Inline
Side-by-side
UPGRADE.md
→
docs/
UPGRADE.md
View file @
2e96f16e
File moved
docs/README.md
→
docs/
api/
README.md
View file @
2e96f16e
File moved
docs/index.html
→
docs/
api/
index.html
View file @
2e96f16e
...
...
@@ -2,7 +2,7 @@
<html
lang=
"en"
>
<head>
<title>
IQB Test
s
center API
</title>
<title>
IQB Testcenter API
</title>
<meta
charset=
"utf-8"
/>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1"
>
...
...
docs/specs.yml
→
docs/
api/
specs.yml
View file @
2e96f16e
File moved
docs/index.md
0 → 100644
View file @
2e96f16e
# IQB Testcenter Backend
*
(API)[]
*
Upgrade Information
integration/test-api-spec.js
View file @
2e96f16e
...
...
@@ -171,7 +171,7 @@ gulp.task('update_docs', done => {
cliPrint
.
headline
(
'
write compiled spec to docs folder
'
);
const
compiledFileName
=
'
tmp/compiled.specs.yml
'
;
const
targetFileName
=
'
../docs/specs.yml
'
;
const
targetFileName
=
'
../docs/
api/
specs.yml
'
;
const
yamlString
=
fs
.
readFileSync
(
compiledFileName
,
"
utf8
"
);
const
yamlTree
=
YAML
.
parse
(
yamlString
);
const
localizeReference
=
(
key
,
val
)
=>
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment