Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/reconmap/documentation
Static website that contains Reconmap's documentation such as the user and admin manuals.
https://github.com/reconmap/documentation
cybersecurity documentation hacktoberfest infosec manual pentesting saas security vulnerability
Last synced: about 1 month ago
JSON representation
Static website that contains Reconmap's documentation such as the user and admin manuals.
- Host: GitHub
- URL: https://github.com/reconmap/documentation
- Owner: reconmap
- Created: 2020-08-13T16:11:43.000Z (over 4 years ago)
- Default Branch: gh-pages
- Last Pushed: 2024-03-19T00:15:17.000Z (9 months ago)
- Last Synced: 2024-04-14T04:08:50.673Z (9 months ago)
- Topics: cybersecurity, documentation, hacktoberfest, infosec, manual, pentesting, saas, security, vulnerability
- Language: SCSS
- Homepage: https://docs.reconmap.com
- Size: 6.57 MB
- Stars: 11
- Watchers: 3
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Reconmap documentation
This is the Jekyll website that serves the Reconmap product documentation at https://docs.reconmap.com.
## Dependencies
- Ruby
- Bundle
- Make## How to run locally
```shell
make
xdg-open http://localhost:4000 # or mozilla http://localhost:4000
```