Skip to content

Commit c3b9ba3

Browse files
committed
Update documentation links in site.xml and README for consistency
1 parent 8a152f0 commit c3b9ba3

3 files changed

Lines changed: 17 additions & 17 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,7 +122,7 @@ The `jbang-example.java` file includes the dependency declaration and can be run
122122

123123
## Documentation
124124

125-
For detailed API reference and advanced usage examples, see the [Documentation](src/site/markdown/docs.md).
125+
For detailed API reference and advanced usage examples, see the [Documentation](src/site/markdown/documentation.md).
126126

127127
## Building and Testing
128128

File renamed without changes.

src/site/site.xml

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -20,27 +20,27 @@
2020

2121
<menu name="Overview">
2222
<item name="Introduction" href="index.html"/>
23-
<item name="Documentation" href="docs.html"/>
23+
<item name="Documentation" href="documentation.html"/>
2424
</menu>
2525

2626
<menu name="Documentation">
27-
<item name="API Reference" href="docs.html#API_Reference">
28-
<item name="CopilotClient" href="docs.html#CopilotClient"/>
29-
<item name="CopilotSession" href="docs.html#CopilotSession"/>
27+
<item name="API Reference" href="documentation.html#API_Reference">
28+
<item name="CopilotClient" href="documentation.html#CopilotClient"/>
29+
<item name="CopilotSession" href="documentation.html#CopilotSession"/>
3030
</item>
31-
<item name="Event Types" href="docs.html#Event_Types"/>
32-
<item name="Streaming" href="docs.html#Streaming"/>
33-
<item name="Listing Models" href="docs.html#Listing_Models"/>
34-
<item name="Advanced Usage" href="docs.html#Advanced_Usage">
35-
<item name="Manual Server Control" href="docs.html#Manual_Server_Control"/>
36-
<item name="Tools" href="docs.html#Tools"/>
37-
<item name="System Message Customization" href="docs.html#System_Message_Customization"/>
38-
<item name="Multiple Sessions" href="docs.html#Multiple_Sessions"/>
39-
<item name="File Attachments" href="docs.html#File_Attachments"/>
40-
<item name="Bring Your Own Key (BYOK)" href="docs.html#Bring_Your_Own_Key_.28BYOK.29"/>
41-
<item name="Permission Handling" href="docs.html#Permission_Handling"/>
31+
<item name="Event Types" href="documentation.html#Event_Types"/>
32+
<item name="Streaming" href="documentation.html#Streaming"/>
33+
<item name="Listing Models" href="documentation.html#Listing_Models"/>
34+
<item name="Advanced Usage" href="documentation.html#Advanced_Usage">
35+
<item name="Manual Server Control" href="documentation.html#Manual_Server_Control"/>
36+
<item name="Tools" href="documentation.html#Tools"/>
37+
<item name="System Message Customization" href="documentation.html#System_Message_Customization"/>
38+
<item name="Multiple Sessions" href="documentation.html#Multiple_Sessions"/>
39+
<item name="File Attachments" href="documentation.html#File_Attachments"/>
40+
<item name="Bring Your Own Key (BYOK)" href="documentation.html#Bring_Your_Own_Key_.28BYOK.29"/>
41+
<item name="Permission Handling" href="documentation.html#Permission_Handling"/>
4242
</item>
43-
<item name="Error Handling" href="docs.html#Error_Handling"/>
43+
<item name="Error Handling" href="documentation.html#Error_Handling"/>
4444
</menu>
4545

4646
<menu ref="reports"/>

0 commit comments

Comments
 (0)