浏览代码

Improve title of 3D text for descriptive navigation (#5897)

Previously, it displayed as "Introduction" under the 3D tab, making it incredibly unclear what the page was actually about. If I understand ReadTheDocs generation of the menu correctly, this will give it a much clearer and more descriptive name of "3D text" in the navigation menu.
I based my exact title on the format of the "3D lights and shadows" documentation title, figuring it was the closest in content type to what is included in the 3D Text documentation.

Co-authored-by: Hugo Locurcio <[email protected]>
Evan 3 年之前
父节点
当前提交
9ad2043126
共有 1 个文件被更改,包括 5 次插入2 次删除
  1. 5 2
      tutorials/3d/3d_text.rst

+ 5 - 2
tutorials/3d/3d_text.rst

@@ -1,9 +1,12 @@
 .. _doc_3d_text:
 .. _doc_3d_text:
 
 
+3D text
+=======
+
 Introduction
 Introduction
-============
+------------
 
 
-In a project there may be times when text needs to be created as
+In a project, there may be times when text needs to be created as
 part of a 3D scene and not just in the HUD. Godot provides two
 part of a 3D scene and not just in the HUD. Godot provides two
 methods to do this. The Label3D node and the text mesh for a
 methods to do this. The Label3D node and the text mesh for a
 MeshInstance node.
 MeshInstance node.