-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy patharchitect.yml
More file actions
48 lines (44 loc) · 1.2 KB
/
architect.yml
File metadata and controls
48 lines (44 loc) · 1.2 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
project:
name: architect
description: "The Architect Project - A powerful, plugin-based task execution framework"
plugins:
- name: docs-architected
repo: architect-platform/architect
- name: git-architected
repo: architect-platform/architect
- name: github-architected
repo: architect-platform/architect
# Documentation configuration with auto-discovery
docs:
build:
enabled: true
framework: "mkdocs"
sourceDir: "docs"
outputDir: "site"
installDeps: true
siteName: "Architect Platform Documentation"
siteDescription: "Comprehensive documentation for the Architect Platform"
siteAuthor: "Architect Platform Team"
repoUrl: "https://github.com/architect-platform/architect"
repoName: "architect-platform/architect"
primaryColor: "indigo"
accentColor: "purple"
autoDiscoverComponents: true
componentPaths: [".", "plugins"]
publish:
enabled: true
githubPages: true
branch: "gh-pages"
# Git configuration
git:
config:
user.name: "Architect Bot"
user.email: "bot@architect-platform.io"
# GitHub configuration
github:
pipelines:
- name: "documentation"
type: "docs"
branch: "main"
release:
enabled: true