Skip to content

Commit

Permalink
Merge pull request #550 from lukecotter/chore-fix-broken-doc-anchors
Browse files Browse the repository at this point in the history
docs: fix broken anchors in lana site docs
  • Loading branch information
lcottercertinia authored Dec 3, 2024
2 parents e83bf04 + 104791d commit 6801dcb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions lana-docs-site/docs/docs/features.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,11 @@ sidebar_position: 4

# ✨ Features

- 🔥 [**Timeline / Flame chart**](#timeline--flame-chart) - Gain a deep understanding of code execution over time via a timeline flame chart and tooltips to show additional information about events.
- 🌳 [**Call Tree**](#call-tree) - View the execution path in a tree view with aggregated DML Count, SOQL Count, Throws Count, Row Count, Self Time and Total Time. Apply filters to filter the events.
- 🧠 [**Analysis**](#analysis) - Quickly identify which methods took the most time in aggregate.
- 💾 [**Database**](#database) - Identify which SOQL + DML executed the most, returned the most rows and took the most time.
- 🔍 [**Find**](#find) - Find, highlight and step through matching text and log events on the Timeline, Call Tree, Analysis
- 🔥 [**Timeline / Flame chart**](#-timeline--flame-chart) - Gain a deep understanding of code execution over time via a timeline flame chart and tooltips to show additional information about events.
- 🌳 [**Call Tree**](#-call-tree) - View the execution path in a tree view with aggregated DML Count, SOQL Count, Throws Count, Row Count, Self Time and Total Time. Apply filters to filter the events.
- 🧠 [**Analysis**](#-analysis) - Quickly identify which methods took the most time in aggregate.
- 💾 [**Database**](#-database) - Identify which SOQL + DML executed the most, returned the most rows and took the most time.
- 🔍 [**Find**](#-find) - Find, highlight and step through matching text and log events on the Timeline, Call Tree, Analysis

## 🔥 Timeline / Flame chart

Expand Down

0 comments on commit 6801dcb

Please sign in to comment.