We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 15993e3 commit b186751Copy full SHA for b186751
docs/StardustDocs/cfg/buildprofiles.xml
@@ -1,6 +1,7 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
-<buildprofiles>
+<buildprofiles xsi:noNamespaceSchemaLocation="https://helpserver.labs.jb.gg/help/schemas/mvp/build-profiles.xsd"
4
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
5
<variables>
6
<web-root>https://kotlin.github.io/dataframe/</web-root>
7
<download-page/>
@@ -12,5 +13,5 @@
12
13
<config-search-scopes-provider>https://www.jetbrains.com/search/json/</config-search-scopes-provider>
14
<generate-sitemap-url-prefix>https://kotlin.github.io/dataframe/</generate-sitemap-url-prefix>
15
</variables>
- <build-profile product="d"/>
16
+ <build-profile instance="d"/>
17
</buildprofiles>
0 commit comments