docs: Add mitmweb user interface tutorial (#7507)
docs: add mitmweb tutorial
This commit is contained in:
parent
b761cb46c4
commit
562c4cda1c
|
@ -0,0 +1,17 @@
|
|||
---
|
||||
title: "User Interface"
|
||||
weight: 6
|
||||
menu:
|
||||
web-tutorial:
|
||||
weight: 2
|
||||
---
|
||||
|
||||
# User Interface
|
||||
|
||||
{{% video src="https://videos.mitmproxy.org/mitmweb-01-user-interface.webm" %}}
|
||||
<!--
|
||||
{{% video src="https://videos.mitmproxy.org/mitmweb-02-intercepting-traffic.webm" %}}
|
||||
{{% video src="https://videos.mitmproxy.org/mitmweb-03-analysing-flows.webm" %}}
|
||||
{{% video src="https://videos.mitmproxy.org/mitmweb-04-modifying-requests.webm" %}}
|
||||
{{% video src="https://videos.mitmproxy.org/mitmweb-05-replaying-flows.webm" %}}
|
||||
-->
|
|
@ -8,9 +8,12 @@
|
|||
<p class="menu-label">Overview</p>
|
||||
{{ partial "sidemenu" (dict "ctx" . "menuname" "overview") }}
|
||||
|
||||
<p class="menu-label">Beginner Tutorial</p>
|
||||
<p class="menu-label">Beginner Tutorial (CLI)</p>
|
||||
{{ partial "sidemenu" (dict "ctx" . "menuname" "mitmproxytutorial") }}
|
||||
|
||||
<p class="menu-label">Beginner Tutorial (Web)</p>
|
||||
{{ partial "sidemenu" (dict "ctx" . "menuname" "web-tutorial") }}
|
||||
|
||||
<p class="menu-label">Core concepts</p>
|
||||
{{ partial "sidemenu" (dict "ctx" . "menuname" "concepts") }}
|
||||
|
||||
|
|
|
@ -0,0 +1,3 @@
|
|||
<video controls width="100%" loop="false" autoplay>
|
||||
<source src="{{ .Get "src" }}" type="video/webm" />
|
||||
</video>
|
Loading…
Reference in New Issue