From 5c4faa4967de7c9489df764d608d0d07524d1629 Mon Sep 17 00:00:00 2001 From: Robert Schumacher Date: Thu, 25 Feb 2021 20:41:55 +0000 Subject: [PATCH] [docs] Add references to awesome community websites. Fixes #16278 --- docs/index.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/index.md b/docs/index.md index 7d0601c139a3c0..926be4f32d741d 100644 --- a/docs/index.md +++ b/docs/index.md @@ -31,6 +31,11 @@ Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This too - [Layout of the vcpkg source tree](tool-maintainers/layout.md) - [Maintainer Guidelines](maintainers/maintainer-guide.md) +### Community Resources (not directly affiliated with vcpkg) + +- [vcpkg.info](https://vcpkg.info/) - Package index + search (includes older port versions) +- [vcpkgx](https://vcpkgx.com/) - Package index + search + ### Specifications - [Export](specifications/export-command.md)