aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorPhil Christensen <philc@microsoft.com>2018-11-19 14:13:30 -0800
committerPhil Christensen <philc@microsoft.com>2018-11-19 14:13:30 -0800
commitd0d196488c708aad600d6fbef86fd9af03e53f9b (patch)
tree75c8ca3fafeb49d0f62b4ac55dbe8127416b1322 /docs/index.md
parent787f40569c846c32018ac7c8df443efde5e34892 (diff)
parent73f51d6aa8aa3fd23e8b3996a2f7dedbbf49d6cc (diff)
downloadvcpkg-d0d196488c708aad600d6fbef86fd9af03e53f9b.tar.gz
vcpkg-d0d196488c708aad600d6fbef86fd9af03e53f9b.zip
Merge branch 'master' of https://github.com/microsoft/vcpkg into dev/philc/4759
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/index.md b/docs/index.md
index 90245d36a..69dbdcd1e 100644
--- a/docs/index.md
+++ b/docs/index.md
@@ -2,13 +2,14 @@
Vcpkg helps you manage C and C++ libraries on Windows, Linux and MacOS. This tool and ecosystem are constantly evolving; your involvement are vital to its success!
-- [How to use Sqlite in your application](examples/using-sqlite.md)
+- [Installing and Using Packages Example: sqlite](examples/installing-and-using-packages.md)
### Examples
-- [Example 1: Using Sqlite](examples/using-sqlite.md)
-- [Example 2: Packaging zlib](examples/packaging-zlib.md)
-- [Example 3: Patching libpng for x86-uwp](examples/patching-libpng.md)
+- [Installing and Using Packages Example: sqlite](examples/installing-and-using-packages.md)
+- [Packaging Zipfiles Example: zlib](examples/packaging-zipfiles.md)
+- [Packaging GitHub Repositories Example: libogg](examples/packaging-github-repos.md)
+- [Patching Example: Patching libpng to work for x86-uwp](examples/patching.md)
### User Help