feat(docs): add initial doc layout and CI jobs

!1
This commit is contained in:
2024-02-21 00:44:07 +09:30
parent f9af64e7a1
commit e8af8a6356
13 changed files with 147 additions and 0 deletions

42
mkdocs.yml Normal file
View File

@ -0,0 +1,42 @@
INHERIT: website-template/mkdocs.yml
docs_dir: 'docs'
repo_name: phpIPAM Scan Agent
repo_url: https://gitlab.com/nofusscomputing/projects/ansible/collections/phpipam_scan_agent
edit_uri: '/-/ide/project/nofusscomputing/projects/ansible/collections/phpipam_scan_agent/edit/development/-/docs/'
nav:
- Home: index.md
- Articles:
- articles/index.md
- Projects:
- projects/index.md
- Ansible:
- projects/ansible/index.md
- Collections:
- docs/projects/ansible/collection/index.md
- phpIPAM Scan Agent:
- projects/ansible/collection/phpipam_scan_agent/index.md
- projects/ansible/collection/phpipam_scan_agent/scanner.md
- projects/ansible/collection/phpipam_scan_agent/server.md
- Operations:
- operations/index.md
- Contact Us: contact.md