-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathindex.html
38 lines (36 loc) · 1.42 KB
/
index.html
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>CrewAI-GUI Documentation</title>
<style>
body { font-family: Arial, sans-serif; line-height: 1.6; padding: 20px; }
h1 { color: #333; }
ul { padding-left: 20px; }
li { margin-bottom: 10px; }
a { color: #0066cc; text-decoration: none; }
a:hover { text-decoration: underline; }
</style>
</head>
<body>
<h1>CrewAI-GUI Documentation</h1>
<p>This documentation provides an overview of the CrewAI-GUI project structure and components.</p>
<h2>Project Structure</h2>
<ul>
<li><a href="Tee.html">Tee</a></li>
<li><a href="ExecCommandDialog.html">ExecCommandDialog</a></li>
<li><a href="Edge.html">Edge</a></li>
<li><a href="NodeLayout.html">NodeLayout</a></li>
<li><a href="CustomGraphicsView.html">CustomGraphicsView</a></li>
<li><a href="MainWindow.html">MainWindow</a></li>
<li><a href="WorkFlow.html">WorkFlow</a></li>
<li><a href="file_operations.html">file_operations</a></li>
<li><a href="MapView.html">MapView</a></li>
<li><a href="NodeData.html">NodeData</a></li>
<li><a href="Node.html">Node</a></li>
<li><a href="frontend.html">frontend</a></li>
<li><a href="backend.html">backend</a></li>
</ul>
</body>
</html>