Skip to content

Commit bf1c734

Browse files
committed
docs: fix typo in img urls
1 parent 58c8fce commit bf1c734

21 files changed

Lines changed: 57 additions & 22 deletions

lana-docs-site/docs/docs/features/analysis.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,15 @@ keywords:
1212
filter salesforce logs,
1313
salesforce developer tools,
1414
]
15-
image: https://github.com/certinia/debug-log-analyzer/blob/main/lana/assests/v1.18/lana-analysis.png
15+
image: https://github.com/certinia/debug-log-analyzer/blob/main/lana/assets/v1.18/lana-analysis.png
16+
hide_title: true
1617
---
1718

1819
## 🧠 Analysis
1920

2021
Analyze Salesforce debug logs with detailed metrics on method calls, including Self Time, Total Time, Count, Name, and Type. Easily sort, filter, and group log events by namespace or type, and export or copy results for efficient troubleshooting and performance optimization.
2122

22-
![Analysis view screenshot showing method call metrics such as Self Time, Total Time, Count, Name, and Type](https://github.com/certinia/debug-log-analyzer/blob/main/lana/assests/v1.18/lana-analysis.png)
23+
![Analysis view screenshot showing method call metrics such as Self Time, Total Time, Count, Name, and Type](https://github.com/certinia/debug-log-analyzer/blob/main/lana/assets/v1.18/lana-analysis.png)
2324

2425
### Sort
2526

lana-docs-site/docs/docs/features/calltree.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ keywords:
1313
visual studio code extension,
1414
salesforce developer tools,
1515
]
16-
image: https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-calltree.png
16+
image: https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-calltree.png
17+
hide_title: true
1718
---
1819

1920
## 🌳 Call Tree
2021

2122
The Call Tree helps efficently visualize and navigate the call stack in Salesfroce Apex debug logs. Learn to expand and collapse method calls, sort and filter by execution metrics, and quickly jump to code locations in Visual Studio Code. Enhance your Salesforce debugging and performance analysis with detailed insights into DML, SOQL, and execution times.
2223

23-
![Call Tree Screenshot displaying an expandable and collapsible call stack with event types, method signatures, timing metrics, and aggregated DML, SOQL, Throws, and Row counts.](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-calltree.png)
24+
![Call Tree Screenshot displaying an expandable and collapsible call stack with event types, method signatures, timing metrics, and aggregated DML, SOQL, Throws, and Row counts.](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-calltree.png)
2425

2526
Each row shows event type, details such as method signature, self and total time as well as aggregated DML, SOQL, Throws and Row counts.
2627

lana-docs-site/docs/docs/features/database.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,15 @@ keywords:
1313
salesforce developer tools,
1414
salesfroce query optimization,
1515
]
16-
image: https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-database.png
16+
image: https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-database.png
17+
hide_title: true
1718
---
1819

1920
## 💾 Database
2021

2122
Database insights help Salesforce developers analyze SOQL and DML operations, assess query selectivity, performance, and aggregations, and optimize Apex code using advanced sorting, grouping, filtering, call stack tracing, and CSV export tools.
2223

23-
![Database view screenshot displaying SOQL and DML operations with row counts, execution times, selectivity indicators, and aggregation details for Salesforce log analysis.](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-database.png)
24+
![Database view screenshot displaying SOQL and DML operations with row counts, execution times, selectivity indicators, and aggregation details for Salesforce log analysis.](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-database.png)
2425

2526
The _Selectivity_ column will have a green tick if the query is selective, a red cross if it is not and will be blank if the selectivity could not be determine. Sorting on this column will sort the rows by relative query cost, this number can be seen by hovering the cell on the selectivity column.
2627

lana-docs-site/docs/docs/features/features.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ keywords:
1313
apex log analyzer features,
1414
apex debug log analzyer for salesforce feature overview,
1515
]
16-
image: https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-timeline.png
16+
image: https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-timeline.png
17+
hide_title: true
1718
---
1819

1920
import DocCardList from '@theme/DocCardList';

lana-docs-site/docs/docs/features/find.md

Lines changed: 19 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords:
1111
find in salesforce logs,
1212
salesforce developer tools,
1313
]
14-
image: https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-timeline.png
14+
image: https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-timeline.png
1515
---
1616

1717
The Find feature in Apex Debug Log Analyzer for Salesforce quickly searches, highlights, and navigates through debug logs. Discover how Find enhances productivity by supporting case-sensitive search, matching text in Timeline, Call Tree, Analysis, and Database views.
@@ -28,18 +28,33 @@ The Find feature in Apex Debug Log Analyzer for Salesforce quickly searches, hig
2828
- The find will match on Event Type or text in the event
2929
- The tooltip is shown for the current matching event, making it easy to view the event details such as Total or Self time.
3030

31-
![Timeline screenshot showing highlighted search results and tooltip with event details](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-timeline-find.png)
31+
<img
32+
src="https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-timeline-find.png"
33+
alt="Timeline screenshot showing highlighted search results and tooltip with event details"
34+
style={{
35+
width: '50%', height:'auto', maxWidth:'400px'
36+
}}/>
3237

3338
### Call Tree
3439

3540
- If the next matching text is within a parent that parent will be expanded.
3641
- The row with the current matching text will also be highlighted
3742

38-
![Call Tree view screenshot showing expanded parent nodes and highlighted search result](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-calltree-find.png)
43+
<img
44+
src="https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-calltree-find.png"
45+
alt="Call Tree view screenshot showing expanded parent nodes and highlighted search result"
46+
style={{
47+
width: '50%', height:'auto', maxWidth:'400px'
48+
}}/>
3949

4050
### Analysis + Database
4151

4252
- If the next matching text is within a group that group will be expanded.
4353
- The row with the current matching text will also be highlighted
4454

45-
![Analysis view screenshot showing expanded groups and highlighted search results](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-analysis-find.png)
55+
<img
56+
src="https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-analysis-find.png"
57+
alt="Analysis view screenshot showing expanded groups and highlighted search results"
58+
style={{
59+
width: '50%', height:'auto', maxWidth:'400px'
60+
}}/>

lana-docs-site/docs/docs/features/timeline.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,14 +11,15 @@ keywords:
1111
salesforce debugging,
1212
apex performance analysis,
1313
]
14-
image: https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-timeline.png
14+
image: https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-timeline.png
15+
hide_title: true
1516
---
1617

1718
## 🔥 Timeline / Flame chart
1819

1920
Use the Timeline to visualize code execution, event durations, and performance bottlenecks. Zoom, pan, and interact with detailed tooltips for efficient Salesforce apex log analysis and debugging.
2021

21-
![Timeline view screenshot showing a color-coded flame chart of Salesforce event types such as DB, Method, and SOQL, visualizing code execution duration and performance](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-timeline.png)
22+
![Timeline view screenshot showing a color-coded flame chart of Salesforce event types such as DB, Method, and SOQL, visualizing code execution duration and performance](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-timeline.png)
2223

2324
### Zoom + pan
2425

@@ -33,7 +34,12 @@ Clicking an event in the Timeline will go to and select that event in the Call T
3334

3435
### Tooltip
3536

36-
![Tooltip showing detailed event information including event name, description, timestamps, duration, and row counts](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-timeline-tooltip.pmg)
37+
<img
38+
src="https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-timeline-tooltip.png"
39+
alt="Tooltip showing detailed event information including event name, description, timestamps, duration, and row counts"
40+
style={{
41+
width: '50%', height:'auto', maxWidth:'400px'
42+
}}/>
3743

3844
Hovering over an element provides information on the item. If you click on an item it will take you to that row in the Call Tree.
3945

lana-docs-site/docs/docs/gettingstarted.md

Lines changed: 8 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ keywords: [
1313
vscode salesforce extension,
1414
apex debugging,
1515
]
16-
image: https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-timeline.png
16+
image: https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-timeline.png
1717
---
1818

1919
## Installation
2020

21-
![install](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-install.webp)
21+
![install](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-install.webp)
2222

2323
Search for `Apex Log Analyzer` from the extensions side bar in VS Code and click `Install` or
2424
install from the VS Code market place by clicking install on [Visual Studio Code Market Place: Apex Log Analyzer](https://marketplace.visualstudio.com/items?itemName=financialforce.lana)
@@ -47,7 +47,12 @@ With the `.log` file open in VSCode.
4747
1. Open command pallette (CMD/CTRL + Shift + P) -> 'Log: Show Apex Log Analysis'\
4848
or
4949
1. Click the 'Log: Show Apex Log Analysis' code lens at the top of the file\
50-
![Screenshot showing the Log: Show Apex Log Analysis code lense in a log file](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-showanalysis-lens.webp)\
50+
<img
51+
src="https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-showanalysis-lens.webp"
52+
alt="Screenshot showing the Log: Show Apex Log Analysis code lense in a log file"
53+
style={{
54+
width: '50%', height:'auto', maxWidth:'400px'
55+
}}/>\
5156
or
5257
1. Right click -> 'Log: Show Apex Log Analysis'
5358
or

lana-docs-site/docs/docs/settings.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,20 @@ keywords:
1010
salesforce developer tools,
1111
apex log analyzer settings,
1212
]
13-
image: https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/settings-color-lana.webp
13+
image: https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/settings-color-lana.webp
1414
---
1515

1616
## Timeline color settings
1717

1818
The default colors shown on the timeline can be changed in the VSCode settings.\
1919
Either in the UI `preferences -> extensions -> Apex Log Analyzer`
2020

21-
![Screenshot of Apex Log Analyzer VS Code extension color settings, showing customizable timeline colors for Salesforce debug log analysis](https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/settings-color-lana.webp)
21+
<img
22+
src="https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/settings-color-lana.webp"
23+
alt="Screenshot of Apex Log Analyzer VS Code extension color settings, showing customizable timeline colors for Salesforce debug log analysis"
24+
style={{
25+
width: '50%', height:'auto', maxWidth:'400px'
26+
}}/>
2227

2328
or
2429

lana-docs-site/src/pages/index.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ keywords:
2828
salesforce log analysis,
2929
apex code analysis,
3030
]
31-
image: https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-timeline.png
31+
image: https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-timeline.png
3232
hide_title: true
3333
hide_table_of_contents: true
3434
---
@@ -60,7 +60,7 @@ import styles from './styles.module.css';
6060
</div>
6161

6262
<img
63-
src="https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-preview.gif"
63+
src="https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-preview.gif"
6464
alt="Animated preview of the Apex Log Analyzer VS Code extension visualizing Salesforce Apex logs with flame charts and call trees"
6565
className={styles.previewImg}
6666
/>
@@ -120,7 +120,7 @@ import styles from './styles.module.css';
120120
<Link className="button button--secondary" to="/docs/features/timeline#-timeline--flame-chart">Learn More</Link>
121121
</div>
122122
<div className={styles.visualImage}>
123-
<img src="https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assests/v1.18/lana-timeline.png" alt="Flame chart of Apex log execution time" />
123+
<img src="https://raw.githubusercontent.com/certinia/debug-log-analyzer/main/lana/assets/v1.18/lana-timeline.png" alt="Flame chart of Apex log execution time" />
124124
</div>
125125
</section>
126126

0 commit comments

Comments
 (0)