godot-docs icon indicating copy to clipboard operation
godot-docs copied to clipboard

Style is inconsistent within the Shader docs pages

Open tetrapod00 opened this issue 1 year ago • 0 comments

Your Godot version: 4.3 Issue description: Already working on a PR for this one.

Within the shader reference pages, there is some inconsistency in styling/markup. Built-in variables are styled as:

  • VERTEX
  • VERTEX
  • VERTEX

Render modes are styled as:

  • render_mode ``unshaded`
  • the world_vertex_coords render mode

At least within these 5 pages, the style should be generally standardized.

URL to the documentation page (if already existing): https://docs.godotengine.org/en/latest/tutorials/shaders/shader_reference/spatial_shader.html https://docs.godotengine.org/en/latest/tutorials/shaders/shader_reference/canvas_item_shader.html https://docs.godotengine.org/en/latest/tutorials/shaders/shader_reference/sky_shader.html https://docs.godotengine.org/en/latest/tutorials/shaders/shader_reference/particle_shader.html https://docs.godotengine.org/en/latest/tutorials/shaders/shader_reference/fog_shader.html

tetrapod00 avatar Aug 14 '24 04:08 tetrapod00