Skip to content

Commit 8c9a796

Browse files
authored
Merge pull request #77 from telerik/niliev/seo-fixes
seo fixes
2 parents c9a2932 + 815efec commit 8c9a796

34 files changed

+77
-54
lines changed

_config.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ has_api_reference: false
8181
edit_repo_url: https://github.com/telerik/fiddler-docs/edit/master
8282
download: https://www.telerik.com/download/fiddler
8383
nav:
84-
"Videos": https://www.telerik.com/videos/fiddler/getting-started-with-fiddler-web-debugging-proxy
8584
"Release History": https://www.telerik.com/support/whats-new/fiddler/release-history
8685
"About": https://www.telerik.com/fiddler
8786
"Priority Support": https://www.telerik.com/purchase/fiddler
@@ -90,7 +89,7 @@ footer:
9089
-
9190
title: "Getting Started"
9291
links:
93-
"Getting Started": https://www.telerik.com/videos/fiddler/getting-started-with-fiddler-web-debugging-proxy
92+
"Getting Started": https://www.telerik.com/videos/product/fiddler-classic
9493
"Download": https://www.telerik.com/download/fiddler
9594
-
9695
title: "Support Resources"
@@ -100,7 +99,7 @@ footer:
10099
title: "Community"
101100
links:
102101
"Blogs": https://www.telerik.com/blogs/tag/fiddler
103-
"Videos": https://www.telerik.com/videos/fiddler
102+
"Videos": https://www.telerik.com/videos/product/fiddler-classic
104103

105104
footer_social:
106105
facebook: https://www.facebook.com/Telerik/

configure-fiddler/tasks/monitordialupandvpn.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Monitor RAS, VPN, or Dialup Connections
3+
description: "Instructions for monitoring traffic via dial-up and VPN in Fiddler Classic - set up proxy capture for varying network scenarios."
34
slug: MonitorDialupAndVPN
45
publish: true
56
position: 10

configure-fiddler/tasks/monitorlocaltraffic.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Monitor traffic to localhost from IE or .NET
3+
description: "Configure Fiddler Classic to capture local machine traffic - manage local proxy rules and network interfaces for loopback debugging."
34
slug: MonitorLocalTraffic
45
publish: true
56
position: 22

configure-fiddler/tasks/monitorremotemachine.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Capture traffic from another machine
3+
description: "Configure Fiddler Classic to capture traffic from a remote machine - set up reverse proxy or network settings for remote session debugging."
34
slug: MonitorRemoteMachine
45
publish: true
56
position: 11

extend-fiddler/addmenuitems.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Add Menu Items
3+
description: "Add custom menu items in Fiddler Classic via .NET extensions - integrate external features or tools into Fiddler UI."
34
slug: AddMenuItems
45
publish: true
56
position: 14

extend-fiddler/buildimporterexporter.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Build a Custom Importer or Exporter
3+
description: "Detailed guide to building importer/exporter extensions for Fiddler Classic to automate session import/export workflows."
34
slug: BuildImporterExporter
45
publish: true
56
position: 8

extend-fiddler/extendwithdotnet.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Configure Visual Studio
3-
decription: Extending Fiddler Classic with .NET Code
3+
description: "Guide to extending Fiddler Classic with .NET - create custom inspectors, menu items, and automation using .NET assemblies."
44
slug: ConfigureVS
55
publish: true
66
position: 1
@@ -25,11 +25,10 @@ See [Build extension assemblies to run in both Fiddler Classic versions 2 and 4]
2525
Debugging
2626
---------
2727

28-
+ To ensure that exceptions and other extension-related errors are not silently caught: [set][1] the [fiddler.debug.extensions.showerrors][2] preference to **True**.
29-
+ To output logging information to the **Log** tab: [set][1] the [fiddler.debug.extensions.verbose][2]
28+
+ To ensure that exceptions and other extension-related errors are not silently caught: [set][1] the `fiddler.debug.extensions.showerrors` preference to **True**.
29+
+ To output logging information to the **Log** tab: [set][1] the `fiddler.debug.extensions.verbose`
3030

3131
[1]: http://fiddler.wikidot.com/prefsaction
32-
[2]: http://fiddler.wikidot.com/prefslist
3332

3433
Direct Fiddler Classic to load extension assemblies
3534
-------------------------------------------

extend-fiddler/sampleextensions.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Sample Extensions
3+
description: "Guide on building sample extensions for Fiddler Classic - learn how to extend functionality by creating plugins that customize the behavior and UI."
34
slug: SampleExtensions
45
publish: true
56
position: 12

generate-traffic/tasks/performance.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Test performance
3+
description: "Use Fiddler Classic for performance testing - generate traffic, measure response times, and evaluate server behavior under load."
34
slug: Performance
45
publish: true
56
position: 6

generate-traffic/tasks/resendrequest.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
22
title: Resend a Request
3+
description: "Learn to resend captured HTTP requests in Fiddler Classic - modify and replay traffic to test endpoints or reproduce bugs."
34
slug: ResendRequest
45
publish: true
56
position: 8

0 commit comments

Comments
 (0)