mirror of
https://github.com/ReaJason/MemShellParty.git
synced 2026-09-22 07:00:43 +08:00
26 lines
654 B
TypeScript
26 lines
654 B
TypeScript
export const siteConfig = {
|
|
name: "MemShellParty",
|
|
url: "https://party.memshell.news",
|
|
github: "https://github.com/ReaJason/MemShellParty",
|
|
latestRelease: "https://github.com/ReaJason/MemShellParty/releases/latest",
|
|
docSite: "https://github.com/ReaJason/MemShellParty/wiki",
|
|
author: "ReaJason",
|
|
authorGithub: "https://github.com/ReaJason",
|
|
authorIntro: "Java RASP Developer",
|
|
blog: "https://reajason.eu.org",
|
|
navItems: [
|
|
{
|
|
href: "/memshell",
|
|
label: "MemShellGenerator",
|
|
},
|
|
{
|
|
href: "/probeshell",
|
|
label: "ProbeShellGenerator",
|
|
},
|
|
{
|
|
href: "/about",
|
|
label: "About",
|
|
},
|
|
],
|
|
};
|