breandan
c17649fc37
Update .gitignore
2015-08-18 17:02:48 -04:00
breandan
6373a4b9e8
Merge branch 'master' of https://github.com/JetBrains/intellij-sdk-docs
2015-08-18 16:41:08 -04: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
21581f88a5
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).
2015-08-18 16:30:40 -04:00
breandan
d5952b46f7
Clean up inconsistent markdown code style
...
Search: ```([^`\n]+)```
Replace: `$1`
2015-08-18 15:21:34 -04:00
breandan
23305e4b52
Merge pull request #15 from Kendos-Kenlen/patch-2
...
Add more structured organization
2015-08-15 19:06:53 -04:00
Mikhail Vink
47b96fc7e1
PhpStorm minor texts/titles fixes
2015-08-12 12:14:14 +02:00
Mikhail Vink
4f0a81d079
Change PhpStorm folder naming
2015-08-11 18:01:14 +02:00
Mikhail Vink
ad54c89d4d
Updating 3rd-party plugins for PhpStorm
2015-08-11 16:59:23 +02:00
Mikhail Vink
3c43f47547
Minor text fixes for PhpStorm-related pages
2015-08-11 12:47:10 +02:00
breandan considine
641ef0abd0
Remove the old Dockerfile
2015-08-06 20:55:22 -04:00
breandan considine
88df4e5872
Replace relative paths containing '..' with absolute paths '/'
...
@citizenmatt
2015-08-06 20:49:20 -04:00
breandan considine
7b75f3ad99
Replaced internal .html links with .md extension
...
Find: (\([^:\)]+\.)html\)
Replace: $1md\)
2015-08-06 19:38:31 -04:00
breandan
8f2edb457b
Update write action and threading issues links
2015-08-06 14:37:55 -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
Matt Ellis
d21418ac5e
Fix link in CONTRIBUTING.md (#IJSDK-68)
2015-08-06 10:15:18 +01:00
breandan
b35bc1bdbd
Add link to "Getting Started with Plugin Development"
...
Need to migrate this page as well.
2015-08-05 14:57:27 -04:00
breandan
4706214254
Added link to PSIViewer plugin.
2015-08-05 14:53:08 -04:00
breandan considine
e1eef87bc8
Merge branch 'master' of https://github.com/JetBrains/intellij-sdk-docs
2015-08-05 14:28:13 -04:00
breandan considine
cd408440a3
Add PHPStorm PHP Open API Docs, fixes IJSDK-36
2015-08-05 14:27:44 -04:00
Gauthier POGAM--LE MONTAGNER
a7313331cb
Add more structured organization
...
Organization into parts and sub-parts for easier reading and searching for information.
2015-08-05 18:13:18 +02:00
Matt Ellis
2d72ed3e43
Updated sdkdocs-template to 8543fad545249a67df0f96c5937c0098bc07b608
2015-08-03 12:16:54 +01:00
breandan
d2cc22a461
Remove unnecessary '\' character
2015-07-30 09:37:32 -04: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
Nikolay Chashnikov
eff6b5b48b
Merge pull request #13 from develar/patch-1
...
Don't promote other.xml usage — it is deprecated and leads to issues with ICS (settings-repository plugin)
2015-07-28 18:54:58 +03:00
Vladimir Krivosheev
5dcb02991c
Don't promote other.xml usage — it is deprecated and leads to issues with ICS (settings-repository plugin)
2015-07-28 16:55:57 +02:00
Matt Ellis
5f9c867c8a
Use locales in docker. Add back git metadata
2015-07-27 16:53:02 +01:00
breandan
79c8dad422
Update Docker instructions in CONTRIBUTING.md
2015-07-27 10:35:24 -04:00
breandan
252e02162f
Updated sdkdocs-template submodule
2015-07-27 00:40:08 -04:00
breandan
b9200d1f0e
Attempt to fix error caused by jekyll-git_metadata
...
jekyll-git_metadata causes an invalid byte sequence error when it looks
back into the git history. Maybe removing it will fix the problem?
https://gist.github.com/breandan/20c3ba9869aaca1ff5fd
2015-07-27 00:32:02 -04:00
breandan
6c8f84a04e
Merge pull request #12 from breandan/master
...
Rebase Docker image on the official Ruby 2.2 image.
2015-07-26 22:01:04 -04:00
breandan
ad9de088a2
Rebase Docker image on the official Ruby 2.2 image.
...
https://registry.hub.docker.com/_/ruby/
2015-07-26 20:53:37 -04:00
breandan
bd39008a6e
Docker should not clone this repository on build
...
Fix Docker configuration to clone the project on run, and only if the host volume is not first mounted. This should help to conserve disk space.
2015-07-24 10:44:32 -04:00
Matt Ellis
133b1b5c77
Dev site uses same url path as prod
...
Dev site now uses localhost:4000/intellij/sdk/docs/, just like prod
does. Better to have structure the same to spot issues early.
2015-07-24 10:31:50 +01:00
Yann Cébron
eccefc5ccd
types_of_plugins.md cosmetics
2015-07-24 09:04:06 +02:00
Yann Cébron
d30fa5b5eb
config.json: missing closing quote
2015-07-24 08:40:48 +02:00
breandan
d419a3e185
Update directions for using Docker Hub Registry
...
Our base Docker image is now located at: https://registry.hub.docker.com/u/breandan/intellij-sdk-docs/
We still need to push this image to its final destination: https://hub.docker.com/u/jetbrains/ @SergeyZh
2015-07-22 14:28:12 -04:00
breandan
5e07cbd38e
Merge pull request #11 from breandan/master
...
Added mount point and simplified Dockerfile usage
2015-07-21 14:04:06 -04:00
breandan
e5512775e1
Merge branch 'master' of https://github.com/jetbrains/intellij-sdk-docs
2015-07-21 14:02:08 -04:00
breandan
b3faaacfab
Added mount point and simplified Dockerfile usage
...
* Added VOLUME sharing and default WORKDIR to Docker
* Simplified Docker installation commands
* Adjusted git coordinates to use HTTPS
2015-07-21 13:39:42 -04:00
Matt Ellis
f4f781d1b3
Merge pull request #10 from citizenmatt/sdkdocs-template
...
Updated sdkdocs-template to 4b6a508
2015-07-20 22:08:22 +01:00
Matt Ellis
548dc5cc84
Updated sdkdocs-template to 4b6a508
2015-07-20 21:48:47 +01:00
breandan
285b7e1fb1
Update Dockerfile to use current git coordinates
2015-07-20 09:39:01 -04:00
Hadi Hariri
577e9886bc
Merge pull request #9 from breandan/master
...
Add Docker support
2015-07-20 08:14:16 +02:00
Hadi Hariri
364551898b
Merge pull request #6 from citizenmatt/sdkdocs-template
...
Migrate to sdkdocs_template
2015-07-20 08:13:58 +02:00
breandan
5d8cf85db3
Add Docker support
2015-07-20 01:26:42 -04:00
Matt Ellis
c7f213bc13
Fix broken image links
2015-07-16 16:30:23 +01:00
Matt Ellis
a25f2ffe49
Link checking for images
2015-07-16 16:30:12 +01:00