Enable sitemap generation

This commit is contained in:
Karol Lewandowski 2024-08-02 08:45:03 +02:00
parent ae9c45ee23
commit e7cf4fd4d0

View File

@ -1,4 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!-- Copyright 2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
<buildprofiles xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/build-profiles.xsd" <buildprofiles xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/build-profiles.xsd"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
<variables> <variables>
@ -42,6 +43,8 @@
<build-profile instance="ijs"/> <build-profile instance="ijs"/>
<sitemap priority="0.35" change-frequency="monthly"/>
<footer> <footer>
<copyright>2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.</copyright> <copyright>2000-2024 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license.</copyright>
<social type="twitter" href="https://x.com/JBPlatform/"/> <social type="twitter" href="https://x.com/JBPlatform/"/>