update docs

This commit is contained in:
Ohpe 2024-03-08 16:34:10 +01:00
parent deaa6307fc
commit 93615bd35e
No known key found for this signature in database
3 changed files with 11 additions and 5 deletions

View file

@ -6,6 +6,11 @@ nav_order: 1
---
<img src="images/logo.png" alt="drawing" style="width:300px; display:block; margin-left:auto; margin-right:auto"/>
<p align="center">
<a href="https://github.com/muraenateam/muraena/releases/latest"><img alt="Release" src="https://img.shields.io/github/release/muraenateam/muraena.svg?style=flat-square"></a>
<a href="https://github.com/muraenateam/muraena/blob/master/LICENSE.md"><img alt="Software License" src="https://img.shields.io/badge/license-BSD3-brightgreen.svg?style=flat-square"></a>
<a href="https://goreportcard.com/report/github.com/muraenateam/muraena"><img alt="Go Report Card" src="https://goreportcard.com/badge/github.com/muraenateam/muraena?style=flat-square&fuckgithubcache=1"></a>
</p>
# Muraena
{: .fs-9 }
@ -13,7 +18,9 @@ nav_order: 1
An almost-transparent reverse proxy aimed at automating phishing and post-phishing activities.
{: .fs-6 .fw-300 }
[Get started now](docs){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[Get started now](/docs){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
[View it on GitHub](https://github.com/muraenateam/muraena){: .btn .fs-5 .mb-4 .mb-md-0 }
---

View file

@ -1,9 +1,7 @@
---
layout: default
title: Debugging Muraena
permalink: /debug
nav_order: 1
has_toc: true
permalink: /infra/debug
---
# Debugging Muraena

View file

@ -2,7 +2,8 @@
layout: default
title: Running Muraena
permalink: /infra/run
nav_order: 1
nav_order: 3
has_children: true
has_toc: true
---