Change C# page titles to describe the pages' contents

The page title will be used in the tab name, which can impact
search engine results as well as general usability. Using just
"Introduction" or "Features" doesn't make it very meaningful.
This commit is contained in:
Hugo Locurcio
2020-06-15 10:59:56 +02:00
parent b75fd032ef
commit b495c74423
3 changed files with 8 additions and 5 deletions

View File

@@ -1,7 +1,7 @@
.. _doc_c_sharp_differences:
API differences to GDScript
===========================
C# API differences to GDScript
==============================
This is a (incomplete) list of API differences between C# and GDScript.