|
4 | 4 | <meta charset="UTF-8"> |
5 | 5 | <meta name="viewport" content="width=device-width,initial-scale=1"> |
6 | 6 | <meta name="turbo-root" content="/CodeGRITS"> |
7 | | - <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.5.0.758318468730"> |
| 7 | + <meta name="turbo-cache-control" content="no-cache" data-turbo-track="reload" data-track-token="3.5.0.758320158258"> |
8 | 8 |
|
9 | 9 | <!-- See retype.com --> |
10 | 10 | <meta name="generator" content="Retype 3.5.0"> |
11 | 11 |
|
12 | 12 | <!-- Primary Meta Tags --> |
13 | 13 | <title>Developer Guide</title> |
14 | 14 | <meta name="title" content="Developer Guide"> |
15 | | - <meta name="description" content="Please refer to IntelliJ Platform SDK for more details. Feel free to contact us if you need any help."> |
| 15 | + <meta name="description" content="Please refer to IntelliJ Platform SDK for more details. We also provide the JavaDoc of the source code."> |
16 | 16 |
|
17 | 17 | <!-- Canonical --> |
18 | 18 | <link rel="canonical" href="https://codegrits.github.io/CodeGRITS/developer/"> |
|
21 | 21 | <meta property="og:type" content="website"> |
22 | 22 | <meta property="og:url" content="https://codegrits.github.io/CodeGRITS/developer/"> |
23 | 23 | <meta property="og:title" content="Developer Guide"> |
24 | | - <meta property="og:description" content="Please refer to IntelliJ Platform SDK for more details. Feel free to contact us if you need any help."> |
| 24 | + <meta property="og:description" content="Please refer to IntelliJ Platform SDK for more details. We also provide the JavaDoc of the source code."> |
25 | 25 |
|
26 | 26 | <!-- Twitter --> |
27 | 27 | <meta property="twitter:card" content="summary_large_image"> |
28 | 28 | <meta property="twitter:url" content="https://codegrits.github.io/CodeGRITS/developer/"> |
29 | 29 | <meta property="twitter:title" content="Developer Guide"> |
30 | | - <meta property="twitter:description" content="Please refer to IntelliJ Platform SDK for more details. Feel free to contact us if you need any help."> |
| 30 | + <meta property="twitter:description" content="Please refer to IntelliJ Platform SDK for more details. We also provide the JavaDoc of the source code."> |
31 | 31 |
|
32 | 32 | <script data-cfasync="false">(function () { var el = document.documentElement, m = localStorage.getItem("doc_theme"), wm = window.matchMedia; if (m === "dark" || (!m && wm && wm("(prefers-color-scheme: dark)").matches)) { el.classList.add("dark") } else { el.classList.remove("dark") } })();</script> |
33 | 33 |
|
34 | 34 | <link href="../favicon.png" rel="icon"> |
35 | | - <link href="../resources/css/retype.css?v=3.5.0.758318468730" rel="stylesheet"> |
| 35 | + <link href="../resources/css/retype.css?v=3.5.0.758320158258" rel="stylesheet"> |
36 | 36 |
|
37 | | - <script data-cfasync="false" src="../resources/js/config.js?v=3.5.0.758318468730" data-turbo-eval="false" defer></script> |
| 37 | + <script data-cfasync="false" src="../resources/js/config.js?v=3.5.0.758320158258" data-turbo-eval="false" defer></script> |
38 | 38 | <script data-cfasync="false" src="../resources/js/retype.js?v=3.5.0" data-turbo-eval="false" defer></script> |
39 | | - <script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.5.0.758318468730" data-turbo-eval="false" defer></script> |
40 | | - <script id="prism-js" data-cfasync="false" src="../resources/js/prism.js?v=3.5.0.758318468730" defer></script> |
| 39 | + <script id="lunr-js" data-cfasync="false" src="../resources/js/lunr.js?v=3.5.0.758320158258" data-turbo-eval="false" defer></script> |
| 40 | + <script id="prism-js" data-cfasync="false" src="../resources/js/prism.js?v=3.5.0.758320158258" defer></script> |
41 | 41 | </head> |
42 | 42 | <body> |
43 | 43 | <div id="docs-app" class="relative text-base antialiased text-gray-700 bg-white font-body dark:bg-dark-850 dark:text-dark-300"> |
|
257 | 257 | </h2> |
258 | 258 | </doc-anchor-target> |
259 | 259 | <p>Please refer to <a href="https://plugins.jetbrains.com/docs/intellij/welcome.html">IntelliJ Platform SDK</a> for more details. |
| 260 | +We also provide the <a href="../docs/">JavaDoc</a> of the source code. |
260 | 261 | Feel free to contact us if you need any help.</p> |
261 | 262 | <doc-anchor-target id="accommodating-new-ides"> |
262 | 263 | <h3> |
|
0 commit comments