Ensure documentation adheres to established style guidelines and technical standards:

  1. Use proper terminology and formatting:
  2. Avoid possessives with product names:
    // Incorrect
    Grafana's dashboard features allow users to visualize data.
    Then we can use the following query for our graph panel.
       
    // Correct
    The dashboard features in Grafana allow users to visualize data.
    To call this stored procedure from a graph panel, use the following query.
    
  3. Use appropriate linking syntax:
  4. Handle deprecated features properly: