Skip to content

Commit 1aa5ed1

Browse files
committed
DOCS : 사이트 제목 변경 및 index.qmd 구조 정리
- 사이트 제목을 'OpenStack 학습 자료실'로 변경 (_quarto.yml, index.qmd) - 아올다 소개를 한 줄로 간결하게 정리 - 주요 콘텐츠 섹션에 '컴포넌트 개념 학습' 항목 추가, 설치 가이드 링크는 추후 정리 예정으로 비워둠
1 parent ed01156 commit 1aa5ed1

4 files changed

Lines changed: 18 additions & 12 deletions

File tree

.claude/settings.local.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
{
2+
"permissions": {
3+
"allow": [
4+
"Bash(git rm --cached -r docs/)",
5+
"Bash(git add .gitignore .github/workflows/publish.yml)",
6+
"Bash(git commit:*)",
7+
"Bash(git push origin main)",
8+
"Bash(git add index.qmd README.md)",
9+
"Bash(git add -A)"
10+
]
11+
}
12+
}

_quarto.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ project:
33
output-dir: docs
44

55
website:
6-
title: "OpenInfra Korea User Group"
6+
title: "OpenStack 학습 자료실"
77
navbar:
88
background: primary
99
search: true

index.qmd

Lines changed: 5 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,14 @@
11
---
2-
title: "OpenStack Korea Community"
2+
title: "OpenStack 학습 자료실"
33
---
44

55
# 환영합니다!
66

7-
OpenStack Korea Community에 오신 것을 환영합니다. 이 사이트는 오픈스택을 학습하는데 필요한 다양한 강의 자료들을 제공합니다.
7+
이 사이트는 오픈스택을 학습하는데 필요한 다양한 자료들을 제공합니다.
88

99
## 함께 만드는 곳
1010

11-
이 콘텐츠는 **OpenInfra Korea User Group****아주대학교 소학회 아올다**가 함께 만들어가고 있습니다.
12-
13-
[아올다(Aolda)](http://aoldacloud.com/)는 아주대학교의 클라우드 인프라 소학회로, 오픈스택을 비롯한 오픈소스 인프라 기술을 함께 배우고 실습하는 모임입니다.
11+
이 콘텐츠는 **OpenInfra Korea User Group****아주대학교 소학회 [아올다(Aolda)](http://aoldacloud.com/)**가 함께 만들어가고 있습니다.
1412

1513
## 주요 콘텐츠
1614

@@ -21,12 +19,8 @@ OpenStack Korea Community에 오신 것을 환영합니다. 이 사이트는 오
2119
- 주요 컴포넌트 설명
2220

2321
### 설치 가이드
24-
- [DevStack 설치 가이드](lectures/ch2/ch2_1_lec.qmd)
25-
- 개발 및 테스트 환경 구성
26-
- 단일 노드 설치 방법
27-
- [Kolla-Ansible 설치 가이드](lectures/ch2/ch2_2_lec.qmd)
28-
- 프로덕션 환경 구성
29-
- 멀티 노드 클러스터 구축
22+
23+
### 컴포넌트 개념 학습
3024

3125
### 커뮤니티 활동
3226
- [Discord](https://discord.gg/3ZzKMJKtPg)에서 실시간 대화에 참여하세요

lectures/ch2/images/asdfqwer.png

816 KB
Loading

0 commit comments

Comments
 (0)