Compare commits
No commits in common. "54a3acb9dec02464ff7ec1fccec1d42349e8c6b9" and "4a4631a2169cb14cb4e8f33d633082f3967201d9" have entirely different histories.
54a3acb9de
...
4a4631a216
|
@ -15,7 +15,7 @@ module.exports = {
|
||||||
}]
|
}]
|
||||||
],
|
],
|
||||||
port: 3030,
|
port: 3030,
|
||||||
base: '/edu-dis-labs/',
|
base: '/docs/',
|
||||||
theme: 'cool',
|
theme: 'cool',
|
||||||
// dest: 'dist',
|
// dest: 'dist',
|
||||||
head: [
|
head: [
|
||||||
|
@ -74,10 +74,10 @@ module.exports = {
|
||||||
|
|
||||||
lastUpdated: 'Останнє оновлення', // string | boolean
|
lastUpdated: 'Останнє оновлення', // string | boolean
|
||||||
// Assumes GitHub. Can also be a full GitLab url.
|
// Assumes GitHub. Can also be a full GitLab url.
|
||||||
repo: 'http://139.162.162.130:3000/hasslesstech/edu-dis-labs',
|
repo: 'https://github.com/boldak/edu-dis-labs',
|
||||||
// Customising the header label
|
// Customising the header label
|
||||||
// Defaults to "GitHub"/"GitLab"/"Bitbucket" depending on `themeConfig.repo`
|
// Defaults to "GitHub"/"GitLab"/"Bitbucket" depending on `themeConfig.repo`
|
||||||
repoLabel: 'Gitea',
|
repoLabel: 'Github',
|
||||||
|
|
||||||
// Optional options for generating "Edit this page" link
|
// Optional options for generating "Edit this page" link
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
"version": "2.1.0",
|
"version": "2.1.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"description": "Databases course work template",
|
"description": "Databases course work template",
|
||||||
"repository": "http://139.162.162.130:3000/hasslesstech/edu-dis-labs",
|
"repository": "https://github.com/boldak/dis-edu",
|
||||||
"author": "Andrey Boldak <boldak.andrey@gmail.com>",
|
"author": "Andrey Boldak <boldak.andrey@gmail.com>",
|
||||||
"license": "ECL 2.0",
|
"license": "ECL 2.0",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
@ -23,4 +23,5 @@
|
||||||
"jest": "^27.1.0",
|
"jest": "^27.1.0",
|
||||||
"jsdoc-to-markdown": "^7.0.1"
|
"jsdoc-to-markdown": "^7.0.1"
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
@ -14,12 +14,12 @@ cd docs/.vuepress/dist
|
||||||
|
|
||||||
git init
|
git init
|
||||||
git add -A
|
git add -A
|
||||||
git commit -m '[automated]: pushing regenerated documentation'
|
git commit -m 'deploy'
|
||||||
|
|
||||||
# if you are deploying to https://<USERNAME>.github.io
|
# if you are deploying to https://<USERNAME>.github.io
|
||||||
# git push -f git@github.com:boldak/<USERNAME>.github.io.git master
|
# git push -f git@github.com:boldak/<USERNAME>.github.io.git master
|
||||||
|
|
||||||
# if you are deploying to https://<USERNAME>.github.io/<REPO>
|
# if you are deploying to https://<USERNAME>.github.io/<REPO>
|
||||||
git push -f http://10.1.1.1:3000/hasslesstech/edu-dis-labs master:gh-pages
|
git push -f https://github.com/boldak/dis-edu.git master:gh-pages
|
||||||
|
|
||||||
cd -
|
cd -
|
||||||
|
|
Reference in New Issue