52 Commits

Author SHA1 Message Date
Yann Cébron
172cbe4eb7 sdk.md: fix links 2019-01-21 11:08:47 +01:00
Yann Cébron
b165df901d project.md: fix links 2019-01-21 11:05:22 +01:00
Yann Cébron
77d7cad5e2 module.md: fix links 2019-01-21 11:02:22 +01:00
Yann Cébron
1c09eb5656 library.md: fix links 2019-01-21 11:00:25 +01:00
Dmitry Jemerov
59c0a962ad Feature extractor -> plugin recommendations; remove irrelevant references 2018-09-14 10:34:17 +02:00
Lidiya.Chernigovskay
cb4a50c8cf Replaced "advertise" and "advertisement" 2018-09-07 15:53:58 +03:00
JohnHake
353670c7c1 Proofread and minor language changes. 2018-09-05 22:22:36 -07:00
Lidiya.Chernigovskay
6277af0c4b Add information about feature extractor 2018-09-05 16:15:26 +03:00
Dmitry Jemerov
ccb52f731c Additional minor corrections 2018-04-26 11:29:53 +02:00
Inego
13aee7125d Fix typos in "Project" chapter. 2018-04-08 19:22:29 +07:00
Dmitry Jemerov
ebbfdbb3a1 Document listeners for project structure; add notes on write actions 2018-03-29 10:50:40 +02:00
Dmitry Jemerov
c754a0a901 Move JPS discussion to features; pull up "External system integration" into project model 2018-03-22 11:00:02 +01:00
Dmitry Jemerov
671a98cbe3 Restructure information on working with projects, remove duplicate information 2018-03-22 10:56:40 +01:00
Dmitry Jemerov
11453efa12 Fleshed out "Library" page 2018-03-22 10:41:21 +01:00
Dmitry Jemerov
ab86b400d2 Update 'Module' page, move information from intro page, add details 2018-03-20 15:10:37 +01:00
ice1000
c236c4b2f1 Modifications according to yole's suggestions 2018-03-20 19:51:11 +08:00
ice1000
e53ab25a45 Add reference for a duplicate "annotator" section to another chapter 2018-03-20 11:52:12 +08:00
Tesla Ice Zhang
231b9ef595 Remove "project model" since it's already a chapter, add more descriptions in the sdk section 2018-03-20 11:10:21 +08:00
Tesla Ice Zhang
0fb2634b0a
Add more content 2018-03-20 10:58:55 +08:00
Dmitry Jemerov
5e5c77c86c Move examples from introduction to library and facet pages 2018-03-19 19:11:48 +01:00
Tesla Ice Zhang
ebda7646e1
Update sdk.md 2018-01-11 20:33:45 +08:00
Tesla Ice Zhang
848aad82c2
Update sdk.md 2018-01-10 20:46:31 +08:00
Yann Cébron
fd57bf8a4f facet: update webhelp link 2017-12-20 16:10:31 +01:00
Matt Ellis
10402cb3ab Tighten up table of contents 2017-09-29 16:26:48 +01:00
Matt Ellis
e7619a1b0a Fix broken links (#42)
Also update to sdkdocs-template@e14eae811df1a8e81c9d408cd3bcf0d7b4bc3954
2017-07-14 11:16:58 -06:00
Matt Ellis
1b51959862 Fix broken links 2017-07-14 11:08:51 +01:00
Yao
50f5b3ddc8 edit the type of projectSDK (#39)
It should be `Sdk` rather than `String`
2017-06-06 10:04:15 +03:00
Breandan Considine
8aaf13b046 More Upsource links (pt. 2) 2016-03-04 23:59:54 -05:00
breandan
0abbdf9597 More GH/US link migration 2015-12-21 13:40:09 -05:00
breandan
f51b5e5ef9 Migrate old GitHub links
Preserve line numbers in case we figure out what to do with them later (most are out-of-date anyway)
2015-12-21 13:19:55 -05:00
breandan
da6f83a159 Replace "IntelliJ IDEA" with "IntelliJ Platform" where appropriate and other minor changes 2015-11-30 06:25:21 -05:00
Matt Ellis
ca989bbb03 Simplified links to Upsource
Now using upsource:// protocol and converted to full link at build time.
2015-11-26 15:39:11 +00:00
Matt Ellis
527a033e7e Minor reformatting. No content updates 2015-11-26 10:55:16 +00:00
Yann Cébron
31837cb009 wording in module.md 2015-10-26 22:09:07 +01:00
Matt Ellis
ab392301a3 Merge https://github.com/artspb/intellij-sdk-docs into artspb-master 2015-09-24 12:33:56 +01:00
breandan
801b0b640f Migrate links to .java classes from GitHub to Upsource.
The first step in migrating the documentation to Upsource. This has the added benefit of tying us to a specific version in case of code drift. Future migrations will be required in order to use method links (when supported).

Search:  \(https://github.com/JetBrains/intellij-community/blob/master/(.+\.java)\)
Replace: \(https://upsource.jetbrains.com/idea-community/file/1731d054af4ca27aa827c03929e27eeb0e6a8366/$1\)
2015-08-18 16:40:09 -04:00
breandan
d5952b46f7 Clean up inconsistent markdown code style
Search: ```([^`\n]+)```
Replace: `$1`
2015-08-18 15:21:34 -04:00
Dmitry Jemerov
a3018e881f fix broken links (IJSDK-70, IJSDK-74) 2015-08-06 19:59:30 +02:00
Matt Ellis
7bc478ecb9 Cleanup broken and redirecting links 2015-08-06 17:38:04 +01:00
Artem Khvastunov
8dd5790bca actualized 'Project Model' section
fixed broken URLs
fixed style issues and typo
2015-08-06 14:28:20 +02:00
breandan
20f55c386d Angle brackets in text are now enclosed in code spans IJSDK-56 2015-07-30 00:50:40 -04:00
breandan
4b14c47af3 Escape unescaped angle brackets, fixes IJSDK-56 2015-07-29 23:50:12 -04:00
Matt Ellis
9d5bf84427 All files using default layout 2015-07-09 15:54:37 +01:00
Anna Bulenkova
ba472271f0 layout changed 2015-06-10 12:34:29 +02:00
Anna Bulenkova
4d9f68c336 broken links 2015-05-19 14:39:25 +02:00
Anna Bulenkova
f4deb26b1c cosmetics 2015-05-19 14:36:30 +02:00
Anna Bulenkova
95f224f24c [site] code samples, formatting, links 2015-05-07 15:56:50 +02:00
Anna Bulenkova
0ab8caa31c [site] code samples 2015-05-07 15:43:30 +02:00
Anna Bulenkova
8fa1edca98 [site] formatting 2015-05-07 15:30:42 +02:00
Anna Bulenkova
bc650195c1 [site] additional info about project structure 2015-05-07 15:25:20 +02:00