-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #235 from Quattro8/writerside/final-rebased
Writerside/final rebased
- Loading branch information
Showing
116 changed files
with
2,278 additions
and
2,239 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE root | ||
SYSTEM 'https://resources.jetbrains.com/writerside/1.0/build-script.dtd'> | ||
<root> | ||
<builds> | ||
<instance id="qd" master="writerside.cfg" family="idea"> | ||
<artifact type="web2" platform="primary" local-update="true" local-update-path="qodana" image-bundle="true" local-update-images="true"/> | ||
</instance> | ||
<instance id="qd_tc" master="writerside.cfg" family="idea"> | ||
<artifact type="web2" platform="primary" local-update="true" local-update-path="qodana_tc" image-bundle="true" local-update-images="true"/> | ||
</instance> | ||
<product id="qd_tc_cf" master="project.ihp" family="idea"> | ||
<artifact type="web2" platform="primary" local-update="true" local-update-path="qodana_tc_cf" image-bundle="true" local-update-images="true"/> | ||
</product> | ||
<product id="qd_tc_la" master="project.ihp" family="idea"> | ||
<artifact type="web2" platform="primary" local-update="true" local-update-path="qodana_tc_la" image-bundle="true" local-update-images="true"/> | ||
</product> | ||
</builds> | ||
</root> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,64 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<buildprofiles> | ||
<sitemap priority="0.35" change-frequency="monthly"/> | ||
<variables> | ||
<download-page/> | ||
<search-scope/> | ||
<fallback-url>https://www.jetbrains.com/help/qodana/</fallback-url> | ||
<help-app-version>3</help-app-version> | ||
<feedbackRequireEmail>false</feedbackRequireEmail> | ||
<hide-last-modified>true</hide-last-modified> | ||
<showDownloadButton>false</showDownloadButton> | ||
<disqus-id>jetbrains</disqus-id> | ||
<disqus-show>false</disqus-show> | ||
<feedback-url>https://data.services.jetbrains.com/feedback</feedback-url> | ||
<feedback-enabled>false</feedback-enabled> | ||
<feedback-widget>false</feedback-widget> | ||
<webmaster>[email protected]</webmaster> | ||
<feedback-support>mailto:[email protected]/</feedback-support> | ||
<sideblocks>true</sideblocks> | ||
<search-scopes-provider>https://data.services.jetbrains.com/search/</search-scopes-provider> | ||
<enable-browser-edits>true</enable-browser-edits> | ||
<browser-edits-url>https://github.com/JetBrains/Qodana/edit/2023.3/</browser-edits-url> | ||
<disable-prev-next-links>true</disable-prev-next-links> | ||
<disable-variable-interpolation>true</disable-variable-interpolation> | ||
<versions-switcher>https://data.services.jetbrains.com/help-versions</versions-switcher> | ||
<web-root>https://www.jetbrains.com/help</web-root> | ||
<og-twitter>@qodanaevolves</og-twitter> | ||
<og-image>https://resources.jetbrains.com/storage/products/qodana/img/meta/preview.png</og-image> | ||
<include-in-head>thirdparty/dpk-gtm-analytics.html</include-in-head> | ||
</variables> | ||
<build-profile instance="qd"> | ||
<variables> | ||
<feedback-enabled>true</feedback-enabled> | ||
<feedback-widget>true</feedback-widget> | ||
<feedback-url>https://forms-service.jetbrains.com/feedback</feedback-url> | ||
<website-title>Qodana Documentation</website-title> | ||
</variables> | ||
</build-profile> | ||
<build-profile instance="qd_tc"> | ||
<variables> | ||
<images-prefix-override>img/</images-prefix-override> | ||
</variables> | ||
<noindex-content-in-deprecated>false</noindex-content-in-deprecated> | ||
<noindex-content-in-eap>false</noindex-content-in-eap> | ||
<noindex-content-in-release>false</noindex-content-in-release> | ||
<website-title>Qodana TeamCity Plugin Documentation</website-title> | ||
</build-profile> | ||
<build-profile product="qd_tc_cf"> | ||
<variables> | ||
<images-prefix-override>img/</images-prefix-override> | ||
</variables> | ||
<noindex-content-in-deprecated>false</noindex-content-in-deprecated> | ||
<noindex-content-in-eap>false</noindex-content-in-eap> | ||
<noindex-content-in-release>false</noindex-content-in-release> | ||
</build-profile> | ||
<build-profile product="qd_tc_la"> | ||
<variables> | ||
<images-prefix-override>img/</images-prefix-override> | ||
</variables> | ||
<noindex-content-in-deprecated>false</noindex-content-in-deprecated> | ||
<noindex-content-in-eap>false</noindex-content-in-eap> | ||
<noindex-content-in-release>false</noindex-content-in-release> | ||
</build-profile> | ||
</buildprofiles> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<platforms> | ||
<platform id="primary"> | ||
<delimiter>+</delimiter> | ||
<mappings>ctrl:Ctrl;control:Ctrl;alt:Alt;shift:Shift;command:⌘;meta:⌘</mappings> | ||
<directory-separator>\</directory-separator> | ||
</platform> | ||
<platform id="secondary"> | ||
<mappings>ctrl:^;control:Control;alt:⌥;shift:⇧;command:⌘;meta:⌘</mappings> | ||
<directory-separator>/</directory-separator> | ||
</platform> | ||
</platforms> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
<script> | ||
(function (w, d, s, l, i) { | ||
w[l] = w[l] || []; | ||
w[l].push({ 'gtm.start': new Date().getTime(), event: 'gtm.js' }); | ||
var f = d.getElementsByTagName(s)[0], j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; | ||
j.async = true; | ||
j.src = '//www.googletagmanager.com/gtm.js?id=' + i + dl; | ||
f.parentNode.insertBefore(j, f); | ||
})(window, document, 'script', 'dataLayer', 'GTM-5P98'); | ||
</script> | ||
<script src="https://resources.jetbrains.com/storage/help-app/v6/analytics.js"></script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,29 +1,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE root | ||
SYSTEM "https://resources.jetbrains.com/stardust/build-script.dtd"> | ||
SYSTEM 'https://resources.jetbrains.com/writerside/1.0/build-script.dtd'> | ||
<root> | ||
<builds> | ||
<product id="qd" master="project.ihp" family="idea"> | ||
<artifact type="web2" platform="primary" local-update="true" local-update-path="qodana" image-bundle="true" | ||
local-update-images="true"/> | ||
</product> | ||
|
||
<product id="qd_tc" master="project.ihp" family="idea"> | ||
<artifact type="web2" platform="primary" local-update="true" local-update-path="qodana_tc" | ||
image-bundle="true" | ||
local-update-images="true"/> | ||
</product> | ||
|
||
<product id="qd_tc_cf" master="project.ihp" family="idea"> | ||
<artifact type="web2" platform="primary" local-update="true" local-update-path="qodana_tc_cf" | ||
image-bundle="true" | ||
local-update-images="true"/> | ||
</product> | ||
|
||
<product id="qd_tc_la" master="project.ihp" family="idea"> | ||
<artifact type="web2" platform="primary" local-update="true" local-update-path="qodana_tc_la" | ||
image-bundle="true" | ||
local-update-images="true"/> | ||
</product> | ||
</builds> | ||
<builds> | ||
<instance id="qd" master="writerside.cfg" family="idea"> | ||
<artifact type="web2" platform="primary" local-update="true" local-update-path="qodana" image-bundle="true" local-update-images="true"/> | ||
</instance> | ||
<instance id="qd_tc" master="writerside.cfg" family="idea"> | ||
<artifact type="web2" platform="primary" local-update="true" local-update-path="qodana_tc" image-bundle="true" local-update-images="true"/> | ||
</instance> | ||
<product id="qd_tc_cf" master="project.ihp" family="idea"> | ||
<artifact type="web2" platform="primary" local-update="true" local-update-path="qodana_tc_cf" image-bundle="true" local-update-images="true"/> | ||
</product> | ||
<product id="qd_tc_la" master="project.ihp" family="idea"> | ||
<artifact type="web2" platform="primary" local-update="true" local-update-path="qodana_tc_la" image-bundle="true" local-update-images="true"/> | ||
</product> | ||
</builds> | ||
</root> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,64 +1,60 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<buildprofiles> | ||
<variables> | ||
<download-page/> | ||
<search-scope/> | ||
<fallback-url>https://www.jetbrains.com/help/qodana/</fallback-url> | ||
<help-app-version>3</help-app-version> | ||
<config-feedbackRequireEmail>false</config-feedbackRequireEmail> | ||
<hide-last-modified>true</hide-last-modified> | ||
<config-showDownloadButton>false</config-showDownloadButton> | ||
<config-disqus-id>jetbrains</config-disqus-id> | ||
<config-disqus-show>false</config-disqus-show> | ||
<config-feedback-url>https://data.services.jetbrains.com/feedback</config-feedback-url> | ||
<config-feedback-enabled>false</config-feedback-enabled> | ||
<config-feedback-widget>false</config-feedback-widget> | ||
<config-webmaster>[email protected]</config-webmaster> | ||
<config-feedback-support>mailto:[email protected]/</config-feedback-support> | ||
<config-sideblocks>true</config-sideblocks> | ||
<config-search-scopes-provider>https://data.services.jetbrains.com/search/</config-search-scopes-provider> | ||
<enable-browser-edits>true</enable-browser-edits> | ||
<browser-edits-url>https://github.com/JetBrains/Qodana/edit/2023.3/</browser-edits-url> | ||
<disable-prev-next-links>true</disable-prev-next-links> | ||
<disable-variable-interpolation>true</disable-variable-interpolation> | ||
<config-versions-switcher>https://data.services.jetbrains.com/help-versions</config-versions-switcher> | ||
<web-root>https://www.jetbrains.com/help</web-root> | ||
<og-twitter>@qodanaevolves</og-twitter> | ||
<og-image>https://resources.jetbrains.com/storage/products/qodana/img/meta/preview.png</og-image> | ||
</variables> | ||
|
||
<build-profile product="qd"> | ||
<variables> | ||
<config-feedback-enabled>true</config-feedback-enabled> | ||
<config-feedback-widget>true</config-feedback-widget> | ||
<config-feedback-url>https://forms-service.jetbrains.com/feedback</config-feedback-url> | ||
</variables> | ||
</build-profile> | ||
|
||
<build-profile product="qd_tc"> | ||
<variables> | ||
<images-prefix-override>img/</images-prefix-override> | ||
</variables> | ||
<noindex-content-in-deprecated>false</noindex-content-in-deprecated> | ||
<noindex-content-in-eap>false</noindex-content-in-eap> | ||
<noindex-content-in-release>false</noindex-content-in-release> | ||
</build-profile> | ||
|
||
<build-profile product="qd_tc_cf"> | ||
<variables> | ||
<images-prefix-override>img/</images-prefix-override> | ||
</variables> | ||
<noindex-content-in-deprecated>false</noindex-content-in-deprecated> | ||
<noindex-content-in-eap>false</noindex-content-in-eap> | ||
<noindex-content-in-release>false</noindex-content-in-release> | ||
</build-profile> | ||
|
||
<build-profile product="qd_tc_la"> | ||
<variables> | ||
<images-prefix-override>img/</images-prefix-override> | ||
</variables> | ||
<noindex-content-in-deprecated>false</noindex-content-in-deprecated> | ||
<noindex-content-in-eap>false</noindex-content-in-eap> | ||
<noindex-content-in-release>false</noindex-content-in-release> | ||
</build-profile> | ||
</buildprofiles> | ||
<variables> | ||
<download-page/> | ||
<search-scope/> | ||
<fallback-url>https://www.jetbrains.com/help/qodana/</fallback-url> | ||
<help-app-version>3</help-app-version> | ||
<feedbackRequireEmail>false</feedbackRequireEmail> | ||
<hide-last-modified>true</hide-last-modified> | ||
<showDownloadButton>false</showDownloadButton> | ||
<disqus-id>jetbrains</disqus-id> | ||
<disqus-show>false</disqus-show> | ||
<feedback-url>https://data.services.jetbrains.com/feedback</feedback-url> | ||
<feedback-enabled>false</feedback-enabled> | ||
<feedback-widget>false</feedback-widget> | ||
<webmaster>[email protected]</webmaster> | ||
<feedback-support>mailto:[email protected]/</feedback-support> | ||
<sideblocks>true</sideblocks> | ||
<search-scopes-provider>https://data.services.jetbrains.com/search/</search-scopes-provider> | ||
<enable-browser-edits>true</enable-browser-edits> | ||
<browser-edits-url>https://github.com/JetBrains/Qodana/edit/2023.3/</browser-edits-url> | ||
<disable-prev-next-links>true</disable-prev-next-links> | ||
<disable-variable-interpolation>true</disable-variable-interpolation> | ||
<versions-switcher>https://data.services.jetbrains.com/help-versions</versions-switcher> | ||
<web-root>https://www.jetbrains.com/help</web-root> | ||
<og-twitter>@qodanaevolves</og-twitter> | ||
<og-image>https://resources.jetbrains.com/storage/products/qodana/img/meta/preview.png</og-image> | ||
</variables> | ||
<build-profile instance="qd"> | ||
<variables> | ||
<feedback-enabled>true</feedback-enabled> | ||
<feedback-widget>true</feedback-widget> | ||
<feedback-url>https://forms-service.jetbrains.com/feedback</feedback-url> | ||
</variables> | ||
</build-profile> | ||
<build-profile instance="qd_tc"> | ||
<variables> | ||
<images-prefix-override>img/</images-prefix-override> | ||
</variables> | ||
<noindex-content-in-deprecated>false</noindex-content-in-deprecated> | ||
<noindex-content-in-eap>false</noindex-content-in-eap> | ||
<noindex-content-in-release>false</noindex-content-in-release> | ||
</build-profile> | ||
<build-profile product="qd_tc_cf"> | ||
<variables> | ||
<images-prefix-override>img/</images-prefix-override> | ||
</variables> | ||
<noindex-content-in-deprecated>false</noindex-content-in-deprecated> | ||
<noindex-content-in-eap>false</noindex-content-in-eap> | ||
<noindex-content-in-release>false</noindex-content-in-release> | ||
</build-profile> | ||
<build-profile product="qd_tc_la"> | ||
<variables> | ||
<images-prefix-override>img/</images-prefix-override> | ||
</variables> | ||
<noindex-content-in-deprecated>false</noindex-content-in-deprecated> | ||
<noindex-content-in-eap>false</noindex-content-in-eap> | ||
<noindex-content-in-release>false</noindex-content-in-release> | ||
</build-profile> | ||
</buildprofiles> |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.