Googletest export

Remove anchors from page titles in docs

PiperOrigin-RevId: 358474917
diff --git a/docs/gmock_faq.md b/docs/gmock_faq.md
index c02e539..09623b4 100644
--- a/docs/gmock_faq.md
+++ b/docs/gmock_faq.md
@@ -1,4 +1,4 @@
-## Legacy gMock FAQ {#GMockFaq}
+# Legacy gMock FAQ
 
 ### When I call a method on my mock object, the method for the real object is invoked instead. What's the problem?
 
diff --git a/docs/gmock_for_dummies.md b/docs/gmock_for_dummies.md
index 4f7daf5..9b5bdcc 100644
--- a/docs/gmock_for_dummies.md
+++ b/docs/gmock_for_dummies.md
@@ -1,4 +1,4 @@
-# gMock for Dummies {#GMockForDummies}
+# gMock for Dummies
 
 ## What Is gMock?
 
diff --git a/docs/samples.md b/docs/samples.md
index aaa5883..2d97ca5 100644
--- a/docs/samples.md
+++ b/docs/samples.md
@@ -1,4 +1,4 @@
-# Googletest Samples {#samples}
+# Googletest Samples
 
 If you're like us, you'd like to look at
 [googletest samples.](https://github.com/google/googletest/tree/master/googletest/samples)