-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathsite.xml
More file actions
80 lines (71 loc) · 3.48 KB
/
site.xml
File metadata and controls
80 lines (71 loc) · 3.48 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
69
70
71
72
73
74
75
76
77
78
79
80
<?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 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>github/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="Getting Started" href="getting-started.html"/>
<item name="Setup" href="setup.html"/>
<item name="Documentation" href="documentation.html"/>
<item name="MCP Servers" href="mcp.html"/>
<item name="Session Hooks" href="hooks.html"/>
<item name="Advanced Usage" href="advanced.html"/>
<item name="API Javadoc" href="apidocs/index.html"/>
</menu>
<menu name="Guides">
<item name="Basic Usage" href="documentation.html#Basic_Usage"/>
<item name="Handling Responses" href="documentation.html#Handling_Responses"/>
<item name="Streaming" href="documentation.html#Streaming_Responses"/>
<item name="Choosing a Model" href="documentation.html#Choosing_a_Model"/>
<item name="Session Management" href="documentation.html#Session_Management"/>
</menu>
<menu name="Advanced">
<item name="Custom Tools" href="advanced.html#Custom_Tools"/>
<item name="System Messages" href="advanced.html#System_Messages"/>
<item name="File Attachments" href="advanced.html#File_Attachments"/>
<item name="BYOK" href="advanced.html#Bring_Your_Own_Key_.28BYOK.29"/>
<item name="Infinite Sessions" href="advanced.html#Infinite_Sessions"/>
<item name="MCP Servers" href="advanced.html#MCP_Servers"/>
<item name="Slash Commands" href="advanced.html#Slash_Commands"/>
<item name="Elicitation" href="advanced.html#Elicitation_UI_Dialogs"/>
<item name="Session Metadata" href="advanced.html#Getting_Session_Metadata_by_ID"/>
<item name="Session Hooks" href="hooks.html"/>
</menu>
<menu name="Cookbook">
<item name="Overview" href="cookbook/README.html"/>
<item name="Error Handling" href="cookbook/error-handling.html"/>
<item name="Multiple Sessions" href="cookbook/multiple-sessions.html"/>
<item name="Managing Local Files" href="cookbook/managing-local-files.html"/>
<item name="PR Visualization" href="cookbook/pr-visualization.html"/>
<item name="Persisting Sessions" href="cookbook/persisting-sessions.html"/>
</menu>
<menu ref="reports"/>
</body>
</site>