{"id":31727210,"url":"https://github.com/onisimiacob/bootcamp-devsecops-docs","last_synced_at":"2026-05-02T18:32:42.889Z","repository":{"id":317082342,"uuid":"1065856307","full_name":"onisimiacob/bootcamp-devsecops-docs","owner":"onisimiacob","description":"Personal notes of Onisim Iacob for the DevSecOps Bootcamp as a Github Pages site.","archived":false,"fork":false,"pushed_at":"2025-09-28T17:39:12.000Z","size":1363,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-28T19:09:08.825Z","etag":null,"topics":["aws","cicd","devsecops","gitlab","kubernetes","terraform"],"latest_commit_sha":null,"homepage":"https://onisimiacob.github.io/bootcamp-devsecops-docs/","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/onisimiacob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-28T15:07:50.000Z","updated_at":"2025-09-28T17:37:41.000Z","dependencies_parsed_at":"2025-09-28T19:09:33.138Z","dependency_job_id":"8a112529-57c3-4c27-b50c-663b3cb63477","html_url":"https://github.com/onisimiacob/bootcamp-devsecops-docs","commit_stats":null,"previous_names":["onisimiacob/bootcamp-devsecops-docs"],"tags_count":null,"template":false,"template_full_name":null,"purl":"pkg:github/onisimiacob/bootcamp-devsecops-docs","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onisimiacob%2Fbootcamp-devsecops-docs","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onisimiacob%2Fbootcamp-devsecops-docs/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onisimiacob%2Fbootcamp-devsecops-docs/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onisimiacob%2Fbootcamp-devsecops-docs/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onisimiacob","download_url":"https://codeload.github.com/onisimiacob/bootcamp-devsecops-docs/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onisimiacob%2Fbootcamp-devsecops-docs/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000850,"owners_count":26082950,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["aws","cicd","devsecops","gitlab","kubernetes","terraform"],"created_at":"2025-10-09T06:19:14.207Z","updated_at":"2025-10-09T06:19:17.536Z","avatar_url":"https://github.com/onisimiacob.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# 🛡️ DevSecOps Bootcamp Documentation ♾️\n\nA modern, responsive documentation site built with MkDocs and the Material theme.\n\n## Features\n\n- **Modern Design**: Clean, responsive layout with Material Design principles\n- **Dark/Light Mode**: Toggle between dark and light themes\n- **Search Functionality**: Full-text search with highlighting and suggestions\n- **Code Highlighting**: Syntax highlighting with copy-to-clipboard functionality\n- **Navigation**: Tabbed navigation with sections and smooth scrolling\n- **Mobile Responsive**: Optimized for all device sizes\n\n## Prerequisites\n\n- Python 3.7 or higher\n- pip (Python package installer)\n\n## Installation\n\n1. Clone this repository:\n   ```bash\n   git clone \u003cyour-repo-url\u003e\n   cd mkdocs-project\n   ```\n\n2. Install the required dependencies:\n   ```bash\n   pip install -r requirements.txt\n   ```\n\n## Usage\n\n### Local Development\n\nTo start the development server:\n```bash\nmkdocs serve\n```\n\nThe site will be available at `http://localhost:8000`\n\n### Building the Site\n\nTo build the static site:\n```bash\nmkdocs build\n```\n\nThe built site will be in the `site/` directory.\n\n### Deploying\n\nTo deploy to GitHub Pages:\n```bash\nmkdocs gh-deploy\n```\n\n## Project Structure\n\n```\nmkdocs-project/\n├── docs/\n│   ├── index.md          # Home page\n│   ├── getting-started.md\n│   ├── user-guide.md\n│   ├── api-reference.md\n│   └── about.md\n├── site/                 # Built site (generated)\n├── mkdocs.yml           # MkDocs configuration\n├── requirements.txt     # Python dependencies\n└── README.md           # This file\n```\n\n## Configuration\n\nThe site is configured through `mkdocs.yml` which includes:\n\n- **Theme**: Material theme with custom color schemes\n- **Navigation**: Organized into logical sections\n- **Extensions**: Enhanced markdown support with:\n  - Admonitions\n  - Code highlighting\n  - Tabbed content\n  - Table of contents with permalinks\n- **Plugins**: Search and HTML minification\n\n## Customization\n\n### Adding New Pages\n\n1. Create a new `.md` file in the `docs/` directory\n2. Add the page to the `nav:` section in `mkdocs.yml`\n\n### Changing Theme Colors\n\nEdit the `palette:` section in `mkdocs.yml` to customize colors.\n\n### Adding New Features\n\nThe Material theme supports many extensions. See the [Material for MkDocs documentation](https://squidfunk.github.io/mkdocs-material/) for more options.\n\n## Contributing\n\n1. Fork the repository\n2. Create a feature branch\n3. Make your changes\n4. Test locally with `mkdocs serve`\n5. Submit a pull request\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE file for details.\n\n## Support\n\nFor questions or issues, please open an issue on the GitHub repository.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonisimiacob%2Fbootcamp-devsecops-docs","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonisimiacob%2Fbootcamp-devsecops-docs","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonisimiacob%2Fbootcamp-devsecops-docs/lists"}