-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy path_config.yml
More file actions
43 lines (38 loc) · 903 Bytes
/
_config.yml
File metadata and controls
43 lines (38 loc) · 903 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
title: DevOps-OS
description: >-
A comprehensive DevOps automation platform featuring a Multi-Language
Development Container, CI/CD generators, MCP server, and AI-powered
pipeline automation from CI/CD to SRE dashboards.
baseurl: "/devops_os"
url: "https://cloudengine-labs.github.io"
# Author
author:
name: CloudEngine Labs
# Theme
remote_theme: pages-themes/cayman@v0.2.0
plugins:
- jekyll-remote-theme
- jekyll-seo-tag
# Markdown settings
markdown: kramdown
highlighter: rouge
# Navigation
header_pages:
- README.md
- docs/DEVOPS-OS-QUICKSTART.md
- docs/CICD-GENERATORS-README.md
- docs/GITHUB-ACTIONS-README.md
- docs/JENKINS-PIPELINE-README.md
- docs/KUBERNETES-DEPLOYMENT-README.md
- mcp_server/README.md
- skills/README.md
# Exclude from build
exclude:
- .devcontainer
- go-project
- scripts
- "*.pyc"
- __pycache__
- .git
- vendor
- node_modules