Preparation for including docs in round-trip with OSS, Manual merge, review and merge docs internal-OSS

This commit is contained in:
Gennadiy Civil
2019-07-17 15:35:48 -04:00
parent f899e81e43
commit 63e878b624
4 changed files with 1030 additions and 918 deletions

View File

@@ -8,7 +8,7 @@ the respective git branch/tag).**
* [CheatSheet](cheat_sheet.md) -- a quick reference.
* [CookBook](cook_book.md) -- recipes for doing various tasks using Google Mock.
* [DesignDoc](design_doc.md) -- design of and rationale behind some Google Mock features.
* [FrequentlyAskedQuestions](frequently_asked_questions.md) and [KnownIssues](known_issues.md) -- check here before asking a question on the mailing list.
* [FrequentlyAskedQuestions](gmock_faq.md) and [KnownIssues](known_issues.md) -- check here before asking a question on the mailing list.
To contribute code to Google Mock, read: