mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-27 16:57:49 +08:00
update scheme locations
This commit is contained in:
parent
3369472b20
commit
907e0982dc
2
.github/scripts/libraries_releases.main.kts
vendored
2
.github/scripts/libraries_releases.main.kts
vendored
@ -43,7 +43,7 @@ val vars = releasesList.mapValues { (key, releaseInfo) ->
|
||||
"""
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE vars
|
||||
SYSTEM "https://helpserver.labs.jb.gg/help/schemas/mvp/vars.dtd">
|
||||
SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
|
||||
|
||||
<vars>
|
||||
${vars.joinToString("\n ")}
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE root
|
||||
SYSTEM "https://helpserver.labs.jb.gg/help/schemas/mvp/build-script.dtd">
|
||||
SYSTEM "https://resources.jetbrains.com/writerside/1.0/build-script.dtd">
|
||||
<root>
|
||||
<builds>
|
||||
<instance id="ijs" master="project.ihp" family="idea">
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<buildprofiles xsi:noNamespaceSchemaLocation="https://helpserver.labs.jb.gg/help/schemas/mvp/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">
|
||||
<variables>
|
||||
<web-root>https://plugins.jetbrains.com/docs</web-root>
|
||||
|
2
ijs.tree
2
ijs.tree
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE instance-profile
|
||||
SYSTEM "https://helpserver.labs.jb.gg/help/schemas/mvp/product-profile.dtd">
|
||||
SYSTEM "https://resources.jetbrains.com/writerside/1.0/product-profile.dtd">
|
||||
<instance-profile id="ijs" name="IntelliJ Platform Plugin SDK" start-page="welcome.topic">
|
||||
<toc-element topic="welcome.topic" toc-title="Home"/>
|
||||
<toc-element toc-title="Introduction">
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE ihp
|
||||
SYSTEM "https://helpserver.labs.jb.gg/help/schemas/mvp/ihp.dtd">
|
||||
SYSTEM "https://resources.jetbrains.com/writerside/1.0/ihp.dtd">
|
||||
<ihp version="2.0">
|
||||
<settings>
|
||||
<id-generator-method>LOWER_CASE_DASHES_DOT_REMOVE</id-generator-method>
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!-- Copyright 2000-2022 JetBrains s.r.o. and contributors. Use of this source code is governed by the Apache 2.0 license. -->
|
||||
<!DOCTYPE topic SYSTEM "https://helpserver.labs.jb.gg/help/schemas/mvp/html-entities.dtd">
|
||||
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="https://helpserver.labs.jb.gg/help/schemas/mvp/topic.v2.xsd"
|
||||
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
|
||||
id="plugin_structure" title="Plugin Structure">
|
||||
|
||||
<section-starting-page>
|
||||
|
@ -4,7 +4,7 @@
|
||||
<!-- Copyright 2000-2023 JetBrains s.r.o. and other contributors. Use of this source code is governed by the Apache 2.0 license that can be found in the LICENSE file. -->
|
||||
|
||||
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="https://helpserver.labs.jb.gg/help/schemas/mvp/topic.v2.xsd"
|
||||
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
|
||||
id="getting_help" title="Getting Help" switcher-label="Language">
|
||||
|
||||
<!-- TODO temporary workaround as right TOC doesn't switch fully -->
|
||||
|
@ -2,7 +2,7 @@
|
||||
<!DOCTYPE topic
|
||||
SYSTEM "https://helpserver.labs.jb.gg/help/schemas/mvp/html-entities.dtd">
|
||||
<topic xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:noNamespaceSchemaLocation="https://helpserver.labs.jb.gg/help/schemas/mvp/topic.v2.xsd"
|
||||
xsi:noNamespaceSchemaLocation="https://resources.jetbrains.com/writerside/1.0/topic.v2.xsd"
|
||||
title="IntelliJ Platform SDK" id="welcome">
|
||||
|
||||
<section-starting-page>
|
||||
|
@ -1,6 +1,6 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE vars
|
||||
SYSTEM "https://helpserver.labs.jb.gg/help/schemas/mvp/vars.dtd">
|
||||
SYSTEM "https://resources.jetbrains.com/writerside/1.0/vars.dtd">
|
||||
|
||||
<vars>
|
||||
<var name="gradle-intellij-plugin-version" value="1.15.0"/>
|
||||
|
Loading…
x
Reference in New Issue
Block a user