Blame googletest/docs/Documentation.md

Packit bd1cd8
This page lists all documentation wiki pages for Google Test **(the SVN trunk version)**
Packit bd1cd8
-- **if you use a released version of Google Test, please read the
Packit bd1cd8
documentation for that specific version instead.**
Packit bd1cd8
Packit bd1cd8
  * [Primer](Primer.md) -- start here if you are new to Google Test.
Packit bd1cd8
  * [Samples](Samples.md) -- learn from examples.
Packit bd1cd8
  * [AdvancedGuide](AdvancedGuide.md) -- learn more about Google Test.
Packit bd1cd8
  * [XcodeGuide](XcodeGuide.md) -- how to use Google Test in Xcode on Mac.
Packit bd1cd8
  * [Frequently-Asked Questions](FAQ.md) -- check here before asking a question on the mailing list.
Packit bd1cd8
Packit bd1cd8
To contribute code to Google Test, read:
Packit bd1cd8
Packit bd1cd8
  * [DevGuide](DevGuide.md) -- read this _before_ writing your first patch.
Packit bd1cd8
  * [PumpManual](PumpManual.md) -- how we generate some of Google Test's source files.