Skip to content

Commit

Permalink
docs: add legacy path redirections
Browse files Browse the repository at this point in the history
  • Loading branch information
sundowndev committed Sep 12, 2022
1 parent 2cf834e commit 3042a86
Show file tree
Hide file tree
Showing 5 changed files with 18 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install mkdocs==1.3.0 mkdocs-material==8.3.9 mkdocs-minify-plugin==0.5.0
python -m pip install mkdocs==1.3.0 mkdocs-material==8.3.9 mkdocs-minify-plugin==0.5.0 mkdocs-redirects==1.1.0
- name: Deploy
run: |
Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ PhoneInfoga is one of the most advanced tools to scan international phone number

## Features

- Check if phone number exists and has connectivity status with [HLR lookups](https://www.hlr-lookups.com/en/what-is-an-hlr-lookup)
- Gather standard informations such as country, line type and carrier
- OSINT footprinting using external APIs, Google Hacking, phone books & search engines
- Check if phone number exists
- Gather basic information such as country, line type and carrier
- OSINT footprinting using external APIs, phone books & search engines
- Check for reputation reports, social media, disposable numbers and more
- Use the graphical user interface to run scans from the browser
- Programmatic usage with the REST API and [Go modules](https://pkg.go.dev/github.com/sundowndev/phoneinfoga/v2)
- Programmatic usage with the [REST API](https://petstore.swagger.io/?url=https://raw.githubusercontent.com/sundowndev/phoneinfoga/master/web/docs/swagger.yaml) and [Go modules](https://pkg.go.dev/github.com/sundowndev/phoneinfoga/v2)

## Anti-features

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Resources
# Additional resources

### Understanding phone numbers

Expand Down
File renamed without changes.
14 changes: 12 additions & 2 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
site_name: PhoneInfoga
site_url: https://sundowndev.github.io/phoneinfoga
repo_name: 'sundowndev/phoneinfoga'
repo_url: 'https://github.com/sundowndev/phoneinfoga'
site_description: 'Advanced information gathering & OSINT tool for phone numbers.'
Expand All @@ -9,10 +10,11 @@ nav:
- 'Getting Started':
- 'Installation': getting-started/install.md
- 'Usage': getting-started/usage.md
- 'Formatting phone numbers': getting-started/formatting.md
- 'Scanners': getting-started/scanners.md
- 'Go module usage': getting-started/go-module-usage.md
- 'Additional resources': getting-started/resources.md
- 'Resources':
- 'Formatting phone numbers': resources/formatting.md
- 'Additional resources': resources/additional-resources.md
- 'Contribute': contribute.md
theme:
name: material
Expand Down Expand Up @@ -56,3 +58,11 @@ plugins:
- search
- minify:
minify_html: true
- redirects:
redirect_maps:
'install.md': 'getting-started/install.md'
'usage.md': 'getting-started/usage.md'
'scanners.md': 'getting-started/scanners.md'
'go-module-usage.md': 'getting-started/go-module-usage.md'
'formatting.md': 'resources/formatting.md'
'resources.md': 'resources/additional-resources.md'

3 comments on commit 3042a86

@nela9999
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

hi

@nela9999
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

contct me

@PODDA2004
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cool

Please sign in to comment.