From d0f636cf7ea01b6e28ee3f5cc9bf49b4c594bd4b Mon Sep 17 00:00:00 2001 From: root Date: Mon, 30 Dec 2019 05:58:33 +0000 Subject: [PATCH 1/3] updated the ReadMe --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 30858a193..e36b2f7eb 100644 --- a/README.md +++ b/README.md @@ -28,8 +28,6 @@ __Bugs:__ https://github.com/beefproject/beef/issues __Security Bugs:__ security@beefproject.com -__IRC:__ ircs://irc.freenode.net/beefproject - __Twitter:__ @beefproject From c23e78f2de1537262aa6cd718d81208d93d4ada0 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 30 Dec 2019 07:47:33 +0000 Subject: [PATCH 2/3] updated to show the Jsdocs --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index e36b2f7eb..de404814c 100644 --- a/README.md +++ b/README.md @@ -61,10 +61,14 @@ $ ./install For full installation details, please refer to [INSTALL.txt](https://github.com/beefproject/beef/blob/master/INSTALL.txt). + +Wiki +--- We also have an [Installation](https://github.com/beefproject/beef/wiki/Installation) page on the wiki. -Upon successful installation, be sure to read the [Configuration](https://github.com/beefproject/beef/wiki/Configuration) page on the wiki for important details on configuring and securing BeEF. +Upon successful installation, be sure to read the [Configuration](https://github.com/beefproject/beef/wiki/Configuration)page on the wiki for important details on configuring and securing BeEF. +Go to beefproject.github.io/beef/index.html in order to view the JSdocs for BeEF. Usage ----- From e54517a96296652635f9c615542abd267f79011a Mon Sep 17 00:00:00 2001 From: beefproject Date: Tue, 7 Jan 2020 09:55:43 +1000 Subject: [PATCH 3/3] Set theme jekyll-theme-minimal --- _config.yml | 1 + 1 file changed, 1 insertion(+) create mode 100644 _config.yml diff --git a/_config.yml b/_config.yml new file mode 100644 index 000000000..2f7efbeab --- /dev/null +++ b/_config.yml @@ -0,0 +1 @@ +theme: jekyll-theme-minimal \ No newline at end of file