Skip to content

Commit

Permalink
Rename project to telescopium
Browse files Browse the repository at this point in the history
  • Loading branch information
Taucher2003 committed Dec 18, 2023
1 parent 53ea302 commit c856952
Show file tree
Hide file tree
Showing 9 changed files with 13 additions and 9 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/mirror.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- run: git clone https://github.com/${{ github.repository }} .
- run: git remote add gitlab https://gitlab.com/code0-tech/docs.git
- run: git remote add gitlab https://gitlab.com/code0-tech/telescopium.git
- run: >-
git
-c credential.helper='!f() { sleep 1; echo "username=${{ secrets.GL_API_USER }}"; echo "password=${{ secrets.GL_API_TOKEN }}"; }; f'
Expand Down
2 changes: 2 additions & 0 deletions build.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -exo pipefail

rm -rf dist/

build_project() {
Expand Down
2 changes: 1 addition & 1 deletion ci-template.gitlab-ci.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
docs:
stage: test
trigger:
project: code0-tech/docs
project: code0-tech/telescopium
strategy: depend
variables:
C0_TRIGGER_PROJECT: $CI_PROJECT_NAME
Expand Down
2 changes: 2 additions & 0 deletions clone_projects.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -exo pipefail

shopt -s extglob
shopt -s dotglob

Expand Down
4 changes: 2 additions & 2 deletions docs/index.mdx
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
title: Welcome to the Documentation for Code0 Documentation
title: Welcome to the Documentation for Telescopium
description: Find out how the documentation page works
template: splash
---

*Coming soon*
Telescopium is the documentation page for Code0.
2 changes: 1 addition & 1 deletion docs/starlight.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"title": "Documentation"
"title": "Telescopium"
}
2 changes: 1 addition & 1 deletion documentation_repositories.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
https://github.com/code0-tech/docs
https://github.com/code0-tech/telescopium
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "docs",
"name": "telescopium",
"type": "module",
"version": "0.0.1",
"scripts": {
Expand Down

0 comments on commit c856952

Please sign in to comment.