AI 기반 모바일 앱 자동 테스트 플랫폼의 공식 문서 사이트입니다.
# 저장소 클론
git clone https://github.com/apptestai/docs-new.git
cd docs-new
git submodule update --init --recursive
# 로컬 서버 실행
hugo server로컬:
npx decap-server # 터미널 1
hugo server # 터미널 2→ http://localhost:1313/admin/
프로덕션:
→ https://apptestai.github.io/docs-new/admin/
→ 처음 사용 시: OAuth 설정 가이드
content/ 폴더의 .md 파일을 직접 수정
git push origin main # GitHub Actions 자동 배포사이트: https://apptestai.github.io/docs-new/
테마 없음:
git submodule update --init --recursiveShortcode 에러:
cd themes/hugo-book/layouts && ln -s _shortcodes shortcodesdocs-new/
├── content/ # 📄 문서 콘텐츠 (en/ko)
├── static/ # 🖼️ 이미지, 정적 파일
├── config/ # ⚙️ Hugo 설정
├── docs/ # 📖 개발자 가이드
└── themes/hugo-book/ # 🎨 Hugo Book 테마