File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,7 +11,6 @@ Java SDK for programmatic control of GitHub Copilot CLI.
1111
1212<p align =" center " >
1313 <img width =" 480 " src =" image.png " alt =" Copilot SDK for Java " />
14- <img width =" 480 " src =" src/site/resources/image.png " alt =" Copilot SDK for Java " />
1514</p >
1615
1716## Table of Contents
Load Diff This file was deleted.
Original file line number Diff line number Diff line change 7878 <artifactId >maven-compiler-plugin</artifactId >
7979 <version >3.14.1</version >
8080 </plugin >
81- <!-- Copy README.md to site directory as index.md -->
81+ <!-- Copy README.md and image.png to site directory -->
8282 <plugin >
8383 <groupId >org.apache.maven.plugins</groupId >
8484 <artifactId >maven-antrun-plugin</artifactId >
9494 <target >
9595 <copy file =" ${project.basedir}/README.md"
9696 tofile =" ${project.basedir}/src/site/markdown/index.md" />
97+ <copy file =" ${project.basedir}/image.png"
98+ tofile =" ${project.basedir}/src/site/resources/image.png" />
9799 </target >
98100 </configuration >
99101 </execution >
Original file line number Diff line number Diff line change 1+ # Copied from root during pre-site phase - do not edit here
2+ image.png
You can’t perform that action at this time.
0 commit comments