-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathsite.xml
More file actions
68 lines (61 loc) · 3.01 KB
/
site.xml
File metadata and controls
68 lines (61 loc) · 3.01 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
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) Microsoft Corporation. All rights reserved.
-->
<site xmlns="http://maven.apache.org/SITE/2.0.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/SITE/2.0.0 https://maven.apache.org/xsd/site-2.0.0.xsd"
name="GitHub Copilot Community SDK :: Java">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>2.1.0</version>
</skin>
<custom>
<fluidoSkin>
<topBarEnabled>true</topBarEnabled>
<topBarIcon>
<name>GitHub Copilot SDK for Java</name>
<href>index.html</href>
</topBarIcon>
<gitHub>
<projectId>copilot-community-sdk/copilot-sdk-java</projectId>
<ribbonOrientation>right</ribbonOrientation>
<ribbonColor>gray</ribbonColor>
</gitHub>
</fluidoSkin>
</custom>
<body>
<breadcrumbs>
<item name="Home" href="index.html"/>
</breadcrumbs>
<menu name="Overview">
<item name="Introduction" href="index.html"/>
<item name="Documentation" href="documentation.html"/>
<item name="MCP Servers" href="mcp.html"/>
<item name="Javadoc" href="apidocs/index.html"/>
</menu>
<menu name="Documentation">
<item name="API Reference" href="documentation.html#API_Reference">
<item name="CopilotClient" href="documentation.html#CopilotClient"/>
<item name="CopilotSession" href="documentation.html#CopilotSession"/>
</item>
<item name="Event Types" href="documentation.html#Event_Types"/>
<item name="Streaming" href="documentation.html#Streaming"/>
<item name="Listing Models" href="documentation.html#Listing_Models"/>
<item name="Advanced Usage" href="documentation.html#Advanced_Usage">
<item name="Manual Server Control" href="documentation.html#Manual_Server_Control"/>
<item name="Tools" href="documentation.html#Tools"/>
<item name="System Message Customization" href="documentation.html#System_Message_Customization"/>
<item name="Multiple Sessions" href="documentation.html#Multiple_Sessions"/>
<item name="File Attachments" href="documentation.html#File_Attachments"/>
<item name="Bring Your Own Key (BYOK)" href="documentation.html#Bring_Your_Own_Key_.28BYOK.29"/>
<item name="Permission Handling" href="documentation.html#Permission_Handling"/>
<item name="Infinite Sessions" href="documentation.html#Infinite_Sessions"/>
<item name="MCP Servers" href="documentation.html#MCP_Servers"/>
</item>
<item name="Error Handling" href="documentation.html#Error_Handling"/>
</menu>
<menu ref="reports"/>
</body>
</site>