Skip to content

Commit 5b309b5

Browse files
committed
[upd] Cloudflare マニュアル追加等
1 parent 0781294 commit 5b309b5

12 files changed

Lines changed: 56 additions & 5 deletions

File tree

.vitepress/config.mts

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,15 +24,15 @@ export default defineConfig({
2424
text: '公式サイト更新マニュアル',
2525
items: [
2626
{ text: '公式サイトの更新方法', link: '/website/readme' },
27-
{ text: 'プレビュー機能', link: '/website/preview' },
2827
{ text: 'ログイン', link: '/website/login' },
2928
{ text: 'トップページ設定・全体設定', link: '/website/config' },
3029
{ text: '固定ページ管理', link: '/website/pages' },
3130
{ text: '記事ページ管理', link: '/website/posts' },
3231
{ text: '作品紹介ページ管理', link: '/website/works' },
3332
{ text: '班管理', link: '/website/groups' },
3433
{ text: 'メンバー管理', link: '/website/members' },
35-
{ text: '記事ページ用カテゴリ管理', link: '/website/post_categories' }
34+
{ text: '記事ページ用カテゴリ管理', link: '/website/post_categories' },
35+
{ text: 'プレビュー機能', link: '/website/preview' }
3636
]
3737
},
3838
{
@@ -46,6 +46,12 @@ export default defineConfig({
4646
items: [
4747
{ text: '入会システムの技術', link: '/join_tech/readme' },
4848
]
49+
},
50+
{
51+
text: 'GitHub Organization',
52+
items: [
53+
{ text: 'GitHub Organizationの管理', link: '/github/readme' },
54+
]
4955
}
5056
],
5157

attachments/20250117225033.png

-17.4 KB
Loading

attachments/20250117230229.png

-17.3 KB
Loading

attachments/20250213183250.png

-17.3 KB
Loading

attachments/20250213185007.png

-17.3 KB
Loading

attachments/20250213193152.png

-17.6 KB
Loading

attachments/20250213193153.png

-17.4 KB
Loading

attachments/20250304231701.png

341 KB
Loading

cloudflare/readme.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
# Cloudflare について
2+
3+
デジタルコンテンツ研究会では以下の Cloudflare のサービスを利用しています。
4+
5+
- ネームサーバー(DNSサーバー)の管理
6+
- Cloudflare Pages によるWEBサイトのホスティング
7+
8+
## ログイン方法
9+
10+
デジタルコンテンツ研究会の`メールアドレス``パスワード`でログインしてください。
11+
> [!NOTE]
12+
> ログイン情報についてはセキュリティ上の理由でこちらには記載しません。
13+
14+
https://dash.cloudflare.com/login

github/readme.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# GitHub Organization の管理
2+
3+
## GitHub Organization について
4+
5+
GitHub Organization は、東京都市大学デジタルコンテンツ研究会の公式 GitHub アカウントです。
6+
7+
デジコンの公式サイトや各種プロジェクトのリポジトリを管理しています。
8+
9+
東京都市大学デジタルコンテンツ研究会の GitHub Organization は、以下の URL からアクセスできます。
10+
11+
https://github.com/TCU-DC/
12+
13+
## Owner 権限
14+
15+
メンバーの管理を行うためには、Owner 権限が必要です。
16+
17+
デジタルコンテンツ研究会の責任者やプログラミング班のリーダーに Owner 権限を付与してください。
18+
19+
## 招待方法
20+
21+
適宜、デジコンのメンバーに対して GitHub Organization への招待を行ってください。
22+
23+
https://github.com/orgs/TCU-DC/people から、招待を行うことができます。
24+
25+
招待方法の詳細は GitHub の[ドキュメント](https://docs.github.com/ja/organizations/managing-membership-in-your-organization/inviting-users-to-join-your-organization)を参照してください。
26+
27+
![](/attachments/20250304231701.png)

0 commit comments

Comments
 (0)