Skip to content

Commit

Permalink
docs: create references.md
Browse files Browse the repository at this point in the history
  • Loading branch information
luncliff committed Sep 28, 2024
1 parent 6a19470 commit 2d5c69a
Show file tree
Hide file tree
Showing 3 changed files with 32 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ on:
- "docs"
paths:
- 'docs/**'
- '.github/workflows/gh-pages.yml'

permissions:
contents: read
Expand Down
30 changes: 30 additions & 0 deletions docs/references.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
# 참고자료

문서, 예제 작성을 위한 참고자료 목록

## vcpkg 공식 문서 & 저장소

* [vcpkg.io](https://vcpkg.io/en/packages)
* [GitHub: microsoft/vcpkg-tool](https://github.com/microsoft/vcpkg-tool)

## Microsoft

* [https://learn.microsoft.com/en-us/vcpkg/](https://learn.microsoft.com/en-us/vcpkg/)
* [Using registries](https://learn.microsoft.com/en-us/vcpkg/consume/git-registries)
* [Creating registries](https://learn.microsoft.com/en-us/vcpkg/maintainers/registries)

### C++ Team Blog

* [https://devblogs.microsoft.com/cppblog/category/vcpkg/](https://devblogs.microsoft.com/cppblog/category/vcpkg/)

## GitHub

* [Topic: `vcpkg-registry`](https://github.com/topics/vcpkg-registry)
* [Topic: `vcpkg`](https://github.com/topics/vcpkg)
* [GitHub: microsoft/vcpkg Discussions](https://github.com/microsoft/vcpkg/discussions)
* [저장소 README.md](https://github.com/luncliff/vcpkg-registry?tab=readme-ov-file#vcpkg-registry)

## CMake 가이드

* [Using Dependencies Guide](https://cmake.org/cmake/help/latest/guide/using-dependencies/index.html)
* [Dependency Provider](https://cmake.org/cmake/help/latest/command/cmake_language.html#dependency-providers)
2 changes: 1 addition & 1 deletion mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ repo_url: https://github.com/luncliff/vcpkg-registry

copyright: "CC0 1.0 Public Domain"


markdown_extensions:
- admonition
- pymdownx.details
Expand Down Expand Up @@ -66,3 +65,4 @@ theme:
docs_dir: docs
nav:
- Home: vcpkg-for-kor.md
- References: references.md

0 comments on commit 2d5c69a

Please sign in to comment.