Skip to content

Commit fbc92b4

Browse files
jmariomejiapprees1
andauthored
release host-discovery, using nmap with API, update discovery layered… (#127)
* release host-discovery, using nmap with API, update discovery layered img * Update _data/sidebars/main_sidebar.yml Co-authored-by: Philip Rees <[email protected]> Co-authored-by: Philip Rees <[email protected]>
1 parent db2491e commit fbc92b4

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

_data/sidebars/main_sidebar.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,9 @@ entries:
4242
- title: Gathering Machine Stats
4343
output: web
4444
url: machine_stats.html
45+
- title: Host discovery with Nmap
46+
output: web
47+
url: host-discovery.html
4548
- title: Integrating with vSphere
4649
output: web
4750
url: vsphere.html
@@ -105,6 +108,9 @@ entries:
105108
- title: Using with Postman
106109
output: web
107110
url: /postman_docs.html
111+
- title: Using with Nmap
112+
output: web
113+
url: /nmap-api.html
108114

109115
- title: Troubleshooting
110116
output: web

pages/user guides/discover_nmap.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ keywords: nmap, ip, address, api, services
44
last_updated: September 2020
55
summary: "How to use nmap to scan your network"
66
sidebar: main_sidebar
7+
folder: userguides
78
permalink: host-discovery.html
89
---
910

@@ -32,7 +33,7 @@ By leveraging the power of **Tidal Tools**, you can send the output generated by
3233
```
3334
tidal sync nmap my-network.xml
3435
```
35-
5. Head over to your Tidal Migrations account! (https://<account_name>.tidalmg.com/#/labs/host_discovery)
36+
5. Head over to your Tidal Migrations account! (https://<<account_name>>.tidalmg.com/#/discover/host_discovery)
3637
3738
3839
## Installing Nmap

pages/user guides/six_steps.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ elements to the cloud. However, the path to the cloud can be long and painful
33
without proper planning and execution. By following Tidal Migration's six
44
discovery layering techniques, you will be migrating to the cloud with ease!
55

6-
{% include image.html file="layered_discovery.png" caption="Tidal Migrations'
6+
{% include image.html file="layered_discovery_expanded.png" caption="Tidal Migrations'
77
layered approach to application discovery, for cloud migration." %}
88

99
# Six Steps To Discovery Bliss

0 commit comments

Comments
 (0)