Skip to content

Commit 779d32e

Browse files
committed
site 2.0.0
1 parent e49cba9 commit 779d32e

1 file changed

Lines changed: 14 additions & 12 deletions

File tree

src/site/site.xml

Lines changed: 14 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -3,23 +3,25 @@
33
* SPDX-FileCopyrightText: Copyright (c) 2013-2026 Yegor Bugayenko
44
* SPDX-License-Identifier: MIT
55
-->
6-
<project xmlns="http://maven.apache.org/DECORATION/1.3.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/DECORATION/1.3.0 http://maven.apache.org/xsd/decoration-1.3.0.xsd" name="jcabi-github">
6+
<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="jcabi-github">
77
<skin>
88
<groupId>com.jcabi</groupId>
99
<artifactId>jcabi-maven-skin</artifactId>
10-
<version>1.8.1</version>
10+
<version>2.0.1</version>
1111
</skin>
12-
<bannerLeft>
13-
<name>jcabi</name>
14-
<src>https://www.jcabi.com/logo-square.svg</src>
15-
<href>https://www.jcabi.com/</href>
16-
<width>64</width>
17-
<height>64</height>
12+
<bannerLeft name="jcabi" href="https://www.jcabi.com/">
13+
<image src="https://jcabi.com/logo-square.svg" alt="jcabi" width="64" height="64"/>
1814
</bannerLeft>
15+
<custom>
16+
<jcabi>
17+
<favicon>https://www.jcabi.com/favicon.ico</favicon>
18+
<googleAnalyticsId>UA-1963507-23</googleAnalyticsId>
19+
</jcabi>
20+
</custom>
1921
<body>
20-
<head>
21-
&lt;link href="https://www.jcabi.com/logo-square.svg" rel="shortcut icon"/&gt;
22-
</head>
22+
<breadcrumbs>
23+
<item name="jcabi.com" href="https://www.jcabi.com"/>
24+
</breadcrumbs>
2325
<menu name="Overview">
2426
<item name="Introduction" href="index.html"/>
2527
<item name="JavaDoc ${project.version}" href="./apidocs-${project.version}/index.html"/>
@@ -31,4 +33,4 @@
3133
</menu>
3234
<menu ref="reports"/>
3335
</body>
34-
</project>
36+
</site>

0 commit comments

Comments
 (0)