-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathsite.xml
More file actions
62 lines (55 loc) · 2.71 KB
/
site.xml
File metadata and controls
62 lines (55 loc) · 2.71 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
<?xml version="1.0" encoding="UTF-8"?>
<!--
~ Copyright (c) Microsoft Corporation. All rights reserved.
-->
<project xmlns="http://maven.apache.org/DECORATION/1.8.0"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://maven.apache.org/DECORATION/1.8.0 https://maven.apache.org/xsd/decoration-1.8.0.xsd"
name="GitHub Copilot Community SDK :: Java">
<skin>
<groupId>org.apache.maven.skins</groupId>
<artifactId>maven-fluido-skin</artifactId>
<version>2.0.0-M11</version>
</skin>
<custom>
<fluidoSkin>
<head>
<!-- Cache control meta tags to prevent stale content -->
<![CDATA[
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate"/>
<meta http-equiv="Pragma" content="no-cache"/>
<meta http-equiv="Expires" content="0"/>
]]>
</head>
</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"/>
</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>
<item name="Error Handling" href="documentation.html#Error_Handling"/>
</menu>
<menu ref="reports"/>
</body>
</project>