update git links
This commit is contained in:
parent
c5132c2ec4
commit
1ed5918db9
2 changed files with 6 additions and 6 deletions
|
@ -26,11 +26,11 @@ all() {
|
|||
build
|
||||
}
|
||||
|
||||
FRONTEND_REMOTE_REPO_DEFAULT='https://git.pleroma.social/pleroma/pleroma-fe.git'
|
||||
BACKEND_REMOTE_REPO_DEFAULT='https://codeberg.org/newroma-dev/newroma.git'
|
||||
FRONTEND_REMOTE_REPO_DEFAULT='https://akkoma.dev/AkkomaGang/pleroma-fe.git'
|
||||
BACKEND_REMOTE_REPO_DEFAULT='https://akkoma.dev/AkkomaGang/akkoma.git'
|
||||
|
||||
FRONTEND_LOCAL_REPO_DEFAULT='../pleroma-fe'
|
||||
BACKEND_LOCAL_REPO_DEFAULT='../newroma'
|
||||
BACKEND_LOCAL_REPO_DEFAULT='../akkoma'
|
||||
BRANCH='develop'
|
||||
|
||||
if [ -z "$1" ] || [ "$1" = "--help" ]; then
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
site_name: Newroma Documentation
|
||||
site_name: Akkoma Documentation
|
||||
theme:
|
||||
favicon: 'images/pleroma_logo_vector_bg_32.png'
|
||||
name: 'material'
|
||||
|
@ -14,8 +14,8 @@ theme:
|
|||
|
||||
extra_css:
|
||||
- css/extra.css
|
||||
repo_name: 'newroma-dev/pages'
|
||||
repo_url: 'https://codeberg.org/newroma-dev/pages'
|
||||
repo_name: 'AkkomaGang/docs'
|
||||
repo_url: 'https://akkoma.dev/AkkomaGang/docs'
|
||||
|
||||
extra:
|
||||
repo_icon: gitea
|
||||
|
|
Reference in a new issue