added new documentation site

This commit is contained in:
epi
2021-09-25 16:47:52 -05:00
parent 45efaa7388
commit c4b6fed6ef
4 changed files with 36 additions and 67 deletions

1
docs/feroxbuster-docs Submodule

Submodule docs/feroxbuster-docs added at 7233c045e6

View File

@@ -1,67 +0,0 @@
<!doctype html>
<!--
Instructions:
- Save this file.
- Replace "USER" with your GitHub username.
- Replace "REPO" with your GitHub repo name.
- Replace "Your Project" with your project name.
- Upload this file (or commit to GitHub Pages).
Customize as you see fit!
-->
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<meta name="viewport" content="width=device-width">
<title>feroxbuster</title>
<!-- Flatdoc -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js"></script>
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/legacy.js'></script>
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/flatdoc.js'></script>
<!-- Flatdoc theme -->
<link href='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/theme-white/style.css' rel='stylesheet'>
<script src='https://cdn.rawgit.com/rstacruz/flatdoc/v0.9.0/theme-white/script.js'></script>
<!-- Meta -->
<meta content="feroxbuster" property="og:title">
<meta content="A fast, simple, recursive content discovery tool written in Rust." name="description">
<!-- Initializer -->
<script>
Flatdoc.run({
fetcher: Flatdoc.github('epi052/feroxbuster')
});
</script>
</head>
<body role='flatdoc' class='big-h3 large-brief'>
<div class='header'>
<div class='left'>
<h1>feroxbuster</h1>
<ul>
<li><a href='https://github.com/epi052/feroxbuster'>View on GitHub</a></li>
<li><a href='https://github.com/epi052/feroxbuster/issues'>Issues</a></li>
</ul>
</div>
<div class='right'>
<!-- GitHub buttons: see http://ghbtns.com -->
<iframe src="https://ghbtns.com/github-btn.html?user=epi052&amp;repo=feroxbuster&amp;type=watch&amp;count=true" allowtransparency="true" frameborder="0" scrolling="0" width="110" height="20"></iframe>
</div>
</div>
<div class='content-root'>
<div class='menubar'>
<div class='menu section' role='flatdoc-menu'></div>
</div>
<div role='flatdoc-content' class='content'></div>
</div>
</body>
</html>