aboutsummaryrefslogtreecommitdiff
path: root/docs/index.md
diff options
context:
space:
mode:
authorRobert Schumacher <roschuma@microsoft.com>2017-05-24 23:33:16 -0700
committerRobert Schumacher <roschuma@microsoft.com>2017-05-28 14:15:13 -0700
commit49cd3995862c0bed0701f84535812e1d0690896f (patch)
tree6fcbc7ef1752c45270abfe21eabd5452876462d8 /docs/index.md
parente95a0986962405ab5b6e2da149462f04f199b2c8 (diff)
downloadvcpkg-49cd3995862c0bed0701f84535812e1d0690896f.tar.gz
vcpkg-49cd3995862c0bed0701f84535812e1d0690896f.zip
[vcpkg-docs] Rework documentation for compatibility with readthedocs.io and MkDocs.
Diffstat (limited to 'docs/index.md')
-rw-r--r--docs/index.md38
1 files changed, 38 insertions, 0 deletions
diff --git a/docs/index.md b/docs/index.md
new file mode 100644
index 000000000..9b279baf0
--- /dev/null
+++ b/docs/index.md
@@ -0,0 +1,38 @@
+### Quick Start
+
+Vcpkg helps you get C and C++ libraries on Windows. This tool and ecosystem are currently in a preview state; your involvement is vital to its success.
+
+- [How to use Sqlite in your application](examples/using-sqlite.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)
+
+### User Help
+
+- [Integration with build systems](users/integration.md)
+
+### Maintainer help
+
+- [Control files](maintainers/control-files.md)
+- [Portfile functions](maintainers/portfile-functions.md)
+
+### Specifications
+
+- [Export](specifications/export-command.md)
+
+### Blog posts
+
+- [Vcpkg: introducing the export command](https://blogs.msdn.microsoft.com/vcblog/2017/05/03/vcpkg-introducing-export-command/)
+- [Binary Compatibility and Pain-free Upgrade Why Moving to Visual Studio 2017 is almost "too easy"](https://blogs.msdn.microsoft.com/vcblog/2017/03/07/binary-compatibility-and-pain-free-upgrade-why-moving-to-visual-studio-2017-is-almost-too-easy/)
+- [Vcpkg recent enhancements](https://blogs.msdn.microsoft.com/vcblog/2017/02/14/vcpkg-recent-enhancements/)
+- [Vcpkg 3 Months Anniversary, Survey](https://blogs.msdn.microsoft.com/vcblog/2017/01/11/vcpkg-3-months-anniversary-survey/)
+- [Vcpkg updates: Static linking is now available](https://blogs.msdn.microsoft.com/vcblog/2016/11/01/vcpkg-updates-static-linking-is-now-available/)
+- [Vcpkg: a tool to acquire and build C++ open source libraries on Windows](https://blogs.msdn.microsoft.com/vcblog/2016/09/19/vcpkg-a-tool-to-acquire-and-build-c-open-source-libraries-on-windows/)
+
+### Other
+
+- [FAQ](about/faq.md)
+- [Privacy](about/privacy.md)