-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_config.yml
More file actions
141 lines (126 loc) · 2.63 KB
/
Copy path_config.yml
File metadata and controls
141 lines (126 loc) · 2.63 KB
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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
title: OpenCTEM Documentation
description: Continuous Threat Exposure Management (CTEM) Platform Documentation
baseurl: ""
url: "https://docs.openctem.io"
# Build settings
remote_theme: just-the-docs/just-the-docs@v0.10.0
plugins:
- jekyll-remote-theme
- jekyll-seo-tag
- jekyll-include-cache
# Permalink style (clean URLs without .html)
permalink: pretty
# Just the Docs settings
color_scheme: dark
search_enabled: true
search:
heading_level: 3
previews: 3
preview_words_before: 5
preview_words_after: 10
rel_url: true
button: true
# Footer
footer_content: "Copyright © 2026 OpenCTEM. <a href=\"https://openctem.io\">openctem.io</a> | <a href=\"mailto:openctemio@gmail.com\">Contact</a>"
# Header links
aux_links:
"Platform":
- "https://app.openctem.io"
"API Docs":
- "https://api.openctem.io/docs"
"GitHub":
- "https://github.com/openctemio"
aux_links_new_tab: true
# Navigation
nav_external_links:
- title: Platform
url: https://app.openctem.io
opens_in_new_tab: true
- title: API
url: https://api.openctem.io/docs
opens_in_new_tab: true
# Back to top link
back_to_top: true
back_to_top_text: "Back to top"
# Enable copy code button
enable_copy_code_button: true
# Callouts
callouts_level: quiet
callouts:
warning:
title: Warning
color: red
note:
title: Note
color: blue
tip:
title: Tip
color: green
important:
title: Important
color: yellow
# Exclude from build
exclude:
- node_modules/
- Gemfile
- Gemfile.lock
- _internal/
- vendor/
- .git/
- .github/
# Default front matter
defaults:
- scope:
path: ""
values:
layout: "default"
- scope:
path: "_internal"
values:
nav_exclude: true
search_exclude: true
- scope:
path: "getting-started"
values:
parent: "Getting Started"
- scope:
path: "guides"
values:
parent: "Platform Guides"
- scope:
path: "architecture"
values:
parent: "Architecture"
- scope:
path: "operations"
values:
parent: "Operations"
- scope:
path: "features"
values:
parent: "Features"
- scope:
path: "backend"
values:
parent: "Backend"
- scope:
path: "database"
values:
parent: "Database"
- scope:
path: "ui"
values:
parent: "UI Documentation"
- scope:
path: "admin-ui"
values:
parent: "Admin UI"
# Mermaid diagrams support (if needed)
mermaid:
version: "10"
# Last edit timestamp
last_edit_timestamp: true
last_edit_time_format: "%b %e %Y at %I:%M %p"
# GA tracking (optional)
# ga_tracking: UA-XXXXXXXX-X
# ga_tracking_anonymize_ip: true