Skip to content

Commit 17f20ee

Browse files
Update URL
1 parent ca2c7d8 commit 17f20ee

File tree

6 files changed

+8
-10
lines changed

6 files changed

+8
-10
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Reconmap documentation
22

3-
This repository contain the markdown files that generate content for http://docs.reconmap.com
3+
This repository contain the markdown files that generate content for https://reconmap.com
44

55
## Dependencies
66

docs/CNAME

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
docs.netfoe.com
1+
reconmap.com

docs/index.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,11 @@
11
---
22
title: Home
33
nav_order: 0
4+
tags: [vulnerability-management, penetration-testing, vapt]
45
---
56

67
## Open-source **vulnerability assessment** and **pentesting management** platform
78

89
![images/browser-preview.png](images/browser-preview.png)
910

1011
Reconmap is an open-source **collaboration platform for InfoSec professionals** that allows them to plan, execute and document all phases of penetration test projects for multiple targets and clients.
11-
12-
#vulnerability-management
13-
#penetration-testing
14-
#vapt

docs/overview/live-demo.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ nav_order: 1
55

66
## Try it yourself
77

8-
There is a live demo running on [https://demo.reconmap.com](https://demo.reconmap.com).
8+
There is a live demo running on <https://demo.netfoe.com>.
99

1010
The demo server has 4 users to show the different permission levels. The credentials for these users are:
1111

docs/robots.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Sitemap: https://docs.reconmap.com/sitemap.xml
1+
Sitemap: https://reconmap.com/sitemap.xml
22
User-agent: *
33
Disallow:
44

mkdocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ theme:
1414
- content.action.edit
1515
- content.code.copy
1616
- navigation.footer
17-
palette:
17+
palette:
1818
- scheme: default
1919
primary: red
2020
toggle:
@@ -29,6 +29,7 @@ theme:
2929

3030
plugins:
3131
- search
32+
- tags
3233
- git-revision-date-localized:
3334
enable_creation_date: false
3435

@@ -47,4 +48,4 @@ markdown_extensions:
4748
pygments_lang_class: true
4849
- pymdownx.inlinehilite
4950
- pymdownx.snippets
50-
- pymdownx.superfences
51+
- pymdownx.superfences

0 commit comments

Comments
 (0)