Skip to content

Commit 46c878b

Browse files
Deploy documentation: snapshot
1 parent 1dfbcaa commit 46c878b

271 files changed

Lines changed: 405 additions & 279 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

index.html

Lines changed: 126 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,126 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<title>Documentation Versions - Copilot SDK for Java</title>
5+
<style>
6+
body {
7+
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
8+
max-width: 800px;
9+
margin: 50px auto;
10+
padding: 20px;
11+
background: #f6f8fa;
12+
}
13+
.container {
14+
background: white;
15+
padding: 40px;
16+
border-radius: 8px;
17+
box-shadow: 0 1px 3px rgba(0,0,0,0.1);
18+
}
19+
h1 {
20+
color: #24292e;
21+
margin-bottom: 10px;
22+
}
23+
.subtitle {
24+
color: #586069;
25+
margin-bottom: 30px;
26+
}
27+
.version-list {
28+
list-style: none;
29+
padding: 0;
30+
}
31+
.version-list li {
32+
margin: 15px 0;
33+
padding: 15px;
34+
background: #f6f8fa;
35+
border-radius: 6px;
36+
display: flex;
37+
align-items: center;
38+
justify-content: space-between;
39+
}
40+
.version-list li:hover {
41+
background: #ebeef1;
42+
}
43+
.version-list a {
44+
color: #0366d6;
45+
text-decoration: none;
46+
font-size: 18px;
47+
font-weight: 500;
48+
}
49+
.version-list a:hover {
50+
text-decoration: underline;
51+
}
52+
.badge {
53+
display: inline-block;
54+
padding: 4px 10px;
55+
border-radius: 20px;
56+
font-size: 12px;
57+
font-weight: 600;
58+
}
59+
.latest {
60+
background: #28a745;
61+
color: white;
62+
}
63+
.snapshot {
64+
background: #ffc107;
65+
color: #333;
66+
}
67+
.archived {
68+
background: #6c757d;
69+
color: white;
70+
}
71+
.warning {
72+
background: #fff3cd;
73+
border: 1px solid #ffc107;
74+
padding: 15px;
75+
border-radius: 5px;
76+
margin: 20px 0;
77+
color: #856404;
78+
}
79+
.info {
80+
background: #e7f3ff;
81+
border: 1px solid #0366d6;
82+
padding: 15px;
83+
border-radius: 5px;
84+
margin: 20px 0;
85+
color: #0366d6;
86+
}
87+
.footer {
88+
margin-top: 40px;
89+
padding-top: 20px;
90+
border-top: 1px solid #eaecef;
91+
color: #586069;
92+
font-size: 14px;
93+
text-align: center;
94+
}
95+
.footer a {
96+
color: #0366d6;
97+
}
98+
</style>
99+
</head>
100+
<body>
101+
<div class="container">
102+
<h1>📚 Copilot SDK for Java</h1>
103+
<p class="subtitle">Documentation Versions</p>
104+
105+
<div class="warning">
106+
⚠️ <strong>Disclaimer:</strong> This is an <strong>unofficial, community-driven SDK</strong> and is <strong>not supported or endorsed by GitHub</strong>. Use at your own risk.
107+
</div>
108+
109+
<div class="info">
110+
💡 <strong>Tip:</strong> We recommend using the <strong>Latest Release</strong> documentation unless you need features from an unreleased version.
111+
</div>
112+
113+
<h2>Available Versions</h2>
114+
<ul class="version-list">
115+
<li><a href="./latest/">Latest Release</a><span class="badge latest">latest</span></li><li><a href="./snapshot/">Development (main branch)</a><span class="badge snapshot">snapshot</span></li><li><a href="./1.0.2/">Version 1.0.2</a><span class="badge archived">1.0.2</span></li><li><a href="./1.0.1/">Version 1.0.1</a><span class="badge archived">1.0.1</span></li><li><a href="./1.0.0/">Version 1.0.0</a><span class="badge archived">1.0.0</span></li>
116+
</ul>
117+
118+
<div class="footer">
119+
<p>
120+
<a href="https://github.com/copilot-community-sdk/copilot-sdk-java">GitHub Repository</a> ·
121+
<a href="https://central.sonatype.com/artifact/io.github.copilot-community-sdk/copilot-sdk">Maven Central</a>
122+
</p>
123+
</div>
124+
</div>
125+
</body>
126+
</html>

snapshot/apidocs/allclasses-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Mon Jan 26 14:30:23 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Mon Jan 26 14:35:56 UTC 2026 -->
55
<title>All Classes and Interfaces (GitHub Copilot Community SDK :: Java 1.0.3-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/allpackages-index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Mon Jan 26 14:30:23 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Mon Jan 26 14:35:56 UTC 2026 -->
55
<title>All Packages (GitHub Copilot Community SDK :: Java 1.0.3-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/com/github/copilot/sdk/ConnectionState.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Mon Jan 26 14:30:23 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Mon Jan 26 14:35:56 UTC 2026 -->
55
<title>ConnectionState (GitHub Copilot Community SDK :: Java 1.0.3-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/com/github/copilot/sdk/CopilotClient.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Mon Jan 26 14:30:23 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Mon Jan 26 14:35:56 UTC 2026 -->
55
<title>CopilotClient (GitHub Copilot Community SDK :: Java 1.0.3-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/com/github/copilot/sdk/CopilotSession.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Mon Jan 26 14:30:23 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Mon Jan 26 14:35:56 UTC 2026 -->
55
<title>CopilotSession (GitHub Copilot Community SDK :: Java 1.0.3-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/com/github/copilot/sdk/SdkProtocolVersion.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Mon Jan 26 14:30:23 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Mon Jan 26 14:35:56 UTC 2026 -->
55
<title>SdkProtocolVersion (GitHub Copilot Community SDK :: Java 1.0.3-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/com/github/copilot/sdk/SystemMessageMode.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Mon Jan 26 14:30:23 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Mon Jan 26 14:35:56 UTC 2026 -->
55
<title>SystemMessageMode (GitHub Copilot Community SDK :: Java 1.0.3-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/com/github/copilot/sdk/class-use/ConnectionState.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Mon Jan 26 14:30:23 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Mon Jan 26 14:35:56 UTC 2026 -->
55
<title>Uses of Enum Class com.github.copilot.sdk.ConnectionState (GitHub Copilot Community SDK :: Java 1.0.3-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

snapshot/apidocs/com/github/copilot/sdk/class-use/CopilotClient.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<!DOCTYPE HTML>
22
<html lang>
33
<head>
4-
<!-- Generated by javadoc (17) on Mon Jan 26 14:30:23 UTC 2026 -->
4+
<!-- Generated by javadoc (17) on Mon Jan 26 14:35:56 UTC 2026 -->
55
<title>Uses of Class com.github.copilot.sdk.CopilotClient (GitHub Copilot Community SDK :: Java 1.0.3-SNAPSHOT API)</title>
66
<meta name="viewport" content="width=device-width, initial-scale=1">
77
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

0 commit comments

Comments
 (0)