Skip to content

Commit a015b1c

Browse files
authored
Create CONFIGURATION.md
1 parent 6c7e689 commit a015b1c

1 file changed

Lines changed: 18 additions & 0 deletions

File tree

docs/CONFIGURATION.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
cat > docs/CONFIGURATION.md << 'EOF'
2+
# Configuration Guide
3+
4+
## Overview
5+
DeployWorkstation supports flexible configuration through JSON files that define deployment profiles for different use cases.
6+
7+
## Configuration Structure
8+
9+
### Basic Profile Format
10+
```json
11+
{
12+
"deployment_profile": "profile_name",
13+
"description": "Profile description",
14+
"bloatware_removal": {},
15+
"core_applications": [],
16+
"security_settings": {},
17+
"network_settings": {}
18+
}

0 commit comments

Comments
 (0)