docsy-example
An example documentation site using the Docsy Hugo theme
파일 탐색기
최종 버전 다운로드 (.zip)- links.yaml
- dependabot.yml
- _styles_project.scss
- _variables_project.scss
- featured-background.jpg
- index.md
- featured-pexels-peter-xie-sunset-35157036.jpg
- index.md
- _index.md
- second-post.md
- _index.md
- in-depth-monoliths-detailed-spec.md
- _index.md
- _index.md
- _index.md
- example-page.md
- _index.md
- parameter-reference.md
- _index.md
- configuring-ponycopters.md
- launching-ponycopters.md
- _index.md
- beds.md
- porridge.md
- task.md
- _index.md
- multi-bear.md
- tutorial2.md
- _index.md
- concepts.md
- contribution-guidelines.md
- examples.md
- overview.md
- _index.md
- featured-background.jpg
- search.md
- site.md
- index.md
- index.md
- _index.md
- _index.md
- in-depth-monoliths-detailed-spec.md
- _index.md
- _index.md
- _index.md
- overview.md
- _index.md
- search.md
- _index.md
- the-math-of-monographs-how-does-it-work.md
- _index.md
- in-depth-go-the-inner-workings.md
- the-inside-of-cryptography-how-does-it-work.md
- the-inside-of-java-detailed-spec.md
- the-inside-of-microservices-detailed-spec.md
- the-math-of-cryptography-the-inner-workings.md
- _index.md
- the-math-of-monographs-how-does-it-work.md
- _index.md
- in-depth-cryptography-the-core-concepts.md
- in-depth-go-how-does-it-work.md
- the-inside-of-monoliths-how-does-it-work.md
- _index.md
- in-depth-monographs-the-inner-workings.md
- the-inside-of-go-the-inner-workings.md
- the-inside-of-microservices-detailed-spec.md
- the-math-of-java-the-inner-workings.md
- the-math-of-microservices-detailed-spec.md
- the-math-of-monographs-detailed-spec.md
- the-math-of-monoliths-the-inner-workings.md
- _index.md
- in-depth-go-detailed-spec.md
- in-depth-monoliths-detailed-spec.md
- the-inside-of-java-how-does-it-work.md
- _index.md
- in-depth-microservices-the-core-concepts.md
- the-inside-of-cryptography-the-core-concepts.md
- the-inside-of-microservices-the-core-concepts.md
- the-inside-of-recursion-the-inner-workings.md
- _index.md
- the-inside-of-cryptography-how-does-it-work.md
- the-inside-of-monographs-the-core-concepts.md
- the-math-of-microservices-how-does-it-work.md
- the-math-of-monoliths-the-inner-workings.md
- _index.md
- in-depth-java-detailed-spec.md
- the-inside-of-java-the-core-concepts.md
- the-math-of-go-the-inner-workings.md
- the-math-of-recursion-the-inner-workings.md
- _index.md
- the-math-of-cryptography-how-does-it-work.md
- _index.md
- in-depth-cryptography-detailed-spec.md
- the-inside-of-monographs-how-does-it-work.md
- the-inside-of-monoliths-the-core-concepts.md
- the-inside-of-recursion-how-does-it-work.md
- _index.md
- in-depth-monoliths-detailed-spec.md
- the-inside-of-cryptography-detailed-spec.md
- the-inside-of-microservices-how-does-it-work.md
- the-math-of-java-how-does-it-work.md
- the-math-of-monographs-how-does-it-work.md
- _index.md
- the-inside-of-java-the-inner-workings.md
- the-math-of-monoliths-detailed-spec.md
- _index.md
- _index.md
- search.md
- render-heading.html
- home.redirects
- apple-touch-icon.png
- favicon.ico
- favicon.svg
- docsy-0.14.0-upgrade.md
- favicons.test.mjs
- no-deprecations.test.mjs
- site.test.mjs
- .cspell.yml
- .gitignore
- .lycheecache
- .nvmrc
- .prettierignore
- config.yaml
- CONTRIBUTING.md
- docker-compose.yaml
- Dockerfile
- docsy.work
- docsy.work.sum
- go.mod
- go.sum
- hugo.yaml
- LICENSE
- lychee.toml
- netlify.toml
- package.json
- README.md
# 설치 가이드
1. 코드 내려받기
git clone https://github.com/google/docsy-example
깃허브에서 프로젝트 코드 전체를 내 컴퓨터로 내려받습니다.
cd docsy-example
방금 내려받은 프로젝트 폴더 안으로 이동합니다.
2. Docker
쉬움 추천사전 준비물
- Git GitHub에서 프로젝트 코드를 내려받으려면 필요합니다.
- Docker Desktop 컨테이너를 빌드하고 실행하려면 필요합니다. 설치 후 실행해서 백그라운드에 켜두세요.
docker-compose build
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
docker-compose up
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
docker-compose rm
compose 설정 파일에 정의된 서비스들을 대상으로 명령을 실행합니다.
터미널에 docker compose ps 를 입력해 컨테이너들이 Up 상태인지 확인하세요. README에 포트 번호가 적혀있다면 브라우저에서 http://localhost:포트번호 로 접속해보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
3. Node.js
쉬움사전 준비물
npm install
package.json에 명시된 라이브러리들을 내려받아 설치합니다.
npm run local serve
이 명령어를 터미널에 그대로 입력해 실행하세요.
명령어 실행 후 터미널에 나타나는 주소(보통 http://localhost:3000 형태)를 브라우저에서 열어보세요.
이 레포의 README에 적힌 실제 명령어를 그대로 가져왔습니다.
// repository documentation
Was this content helpful?
(0 ratings)
