Skip to content

Commit 4e80298

Browse files
hszJohnHakeYannCebron
authored
Webhelp migration (JetBrains#347)
* [webhelp] Fixes for TXP00152, TXP00002, test build 27 Jul 22:26 * [webhelp] Fixes for Part JetBrains#4 TXP00010, EXCEPT decimal numbers in section titles * [webhelp] Fixes for Part JetBrains#5 TXP00017 * [webhelp] Fixes for Part JetBrains#4 TXP00010 - removed numbers from page section titles in "Custom Language Support Tutorial" and "Testing a Custom Language Plugin". * [webhelp] Removed numbers from page section titles in rest of project *.md files. * [new webhelp] Build JetBrains#44 changes * [new webhelp] Maintenance merge from master * [new webhelp] Add placeholder file for webhelp import. * [webhelp] Correct redirects for file name changes * [webhelp] TOC not needed in webhelp * [format] {:toc} not needed for webhelp * add {:disable-links} to ensure demo links are not interpreted as real links. * Put all badges on the same line to simplify composition. * formatter.md: fix upsource link * fix some links * api_changes_list.md: remove note * migrate to webhelp - initial * fix GH edit URL * remove sdkdocs-template setup in VCS config * remove recently_updated.md * restore COC/CONTRIBUTING.md * api_changes_list.md: remove note * useful_links.md: IPE Co-authored-by: JohnHake <[email protected]> Co-authored-by: Yann Cébron <[email protected]>
1 parent 0a01036 commit 4e80298

File tree

401 files changed

+3122
-3146
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

401 files changed

+3122
-3146
lines changed

.github/workflows/build-test.yml

Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -2,34 +2,7 @@ name: Build
22
on: [push, pull_request]
33

44
jobs:
5-
docs:
6-
name: Docs
7-
runs-on: ubuntu-latest
8-
container:
9-
image: ruby:2.6
10-
steps:
11-
- name: Fetch Sources
12-
uses: actions/checkout@v2
13-
- name: Setup Cache
14-
uses: actions/cache@v2
15-
with:
16-
path: vendor/bundle
17-
key: ${{ runner.os }}-gems-${{ hashFiles('**/Gemfile.lock') }}
18-
restore-keys: |
19-
${{ runner.os }}-gems-
20-
- name: Install Dependencies
21-
run: |
22-
git submodule update --init --remote
23-
gem install bundler:2.0.1
24-
bundle install
25-
- name: Build
26-
run: |
27-
dpkg-reconfigure --frontend=noninteractive locales && update-locale LANG=C.UTF-8
28-
export LC_ALL=C.UTF-8
29-
export LANG=en_US.UTF-8
30-
export LANGUAGE=en_US.UTF-8
31-
rake build
32-
5+
336
documentedProblemsPageVerification:
347
name: Documented Problems Page Verification
358
runs-on: ubuntu-latest

.gitmodules

Lines changed: 0 additions & 3 deletions
This file was deleted.

.idea/vcs.xml

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

CONTRIBUTING.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ Before you begin contributing content to the SDK, please read this page thorough
88
For information about contributing to the IntelliJ Platform itself, please visit [Contributing to the IntelliJ Platform](/basics/platform_contributions.md).
99

1010
Here are some useful things to know before authoring SDK content and submitting your Pull Request.
11-
12-
* Dummy list item
13-
{:toc}
14-
11+
1512
## Setting Up the Documentation Build Environment
1613

1714
This site runs via [Jekyll](https://jekyllrb.com), which is a popular static site generator, written in Ruby.
@@ -20,7 +17,7 @@ Once set up, running the site is as easy as calling `rake preview`.
2017

2118
Alternatively, the site can also be hosted in a [Docker container](https://www.docker.com).
2219
On Mac and Windows, this means the site is hosted in a virtual machine.
23-
Docker maintains this container, building it based on the instructions in the [`Dockerfile`](Dockerfile).
20+
Docker maintains this container, building it based on the instructions in the [`Dockerfile`](https://github.com/JetBrains/intellij-sdk-docs/blob/master/Dockerfile).
2421
All dependencies (Ruby, etc.) are automatically installed when building the image, which reduces the manual configuration steps.
2522
The Docker image is also used to build the [published site](https://www.jetbrains.org/intellij/sdk/docs/index.html), so it is a known working environment.
2623

Dockerfile

Lines changed: 0 additions & 35 deletions
This file was deleted.

Gemfile

Lines changed: 0 additions & 1 deletion
This file was deleted.

Gemfile.lock

Lines changed: 0 additions & 106 deletions
This file was deleted.

Rakefile

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)