Skip to content

Commit 169b1b2

Browse files
committed
Fix formatting in docSrc
1 parent e126f6a commit 169b1b2

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

.idea/codeStyles/Project.xml

+6-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docSrc/src/doc/docs/about/versions.md

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
# Versions
2-
32
Projector currently doesn't have consistent versioning. It's yet to decide ([PRJ-34](https://youtrack.jetbrains.com/issue/PRJ-34)).
43

54
Currently, each subproject uses its own versions.
65

76
## Changelogs
8-
97
- [projector-plugin](https://github.com/JetBrains/projector-server/blob/master/projector-plugin/CHANGELOG.md).
108
- [projector-server](https://github.com/JetBrains/projector-server/blob/master/projector-server/CHANGELOG.md).
119
- [projector-installer](https://github.com/JetBrains/projector-installer/blob/master/CHANGELOG.md).
1210
- [projector-launcher](https://github.com/JetBrains/projector-client/blob/master/projector-launcher/CHANGELOG.md).
1311

1412
!!! note ""
15-
If we decide to make the versions the same for all the projects, the changelog will be moved here.
13+
If we decide to make the versions the same for all the projects, the changelog will be moved here.

docSrc/src/doc/docs/dev_guide/todo.md

+1-2
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
TODO: The lowest level details for those who want to understand how Projector works and maybe even change something. Describe not only the
2-
system but some historical decisions.
1+
TODO: The lowest level details for those who want to understand how Projector works and maybe even change something. Describe not only the system but some historical decisions.
32

43
Leave only minimal info in READMEs of repos and give links to here.
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# JetBrains IDEs
22

3-
Current [JetBrains IDEs](https://www.jetbrains.com/products/#type=ide) use Swing to draw GUI. The same is true for other IntelliJ-based apps
4-
like [Android Studio](https://developer.android.com/studio/). Therefore, Projector is a good way to run and access these apps remotely. This
5-
section of documentation describes how Projector is adapted to IntelliJ-based apps.
3+
Current [JetBrains IDEs](https://www.jetbrains.com/products/#type=ide) use Swing to draw GUI. The same is true for other IntelliJ-based apps like [Android Studio](https://developer.android.com/studio/). Therefore, Projector is a good way to run and access these apps remotely. This section of documentation describes how Projector is adapted to IntelliJ-based apps.
64

75
*[GUI]: Graphical User Interface

docSrc/src/doc/docs/index.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ Projector is a technology to run and access Swing GUI applications remotely.
77
Here you can find Projector documentation. Use the navigation menu to move between pages.
88

99
!!! warning "Work in progress"
10-
This documentation is in very initial state. We are currently focused on improving it.
10+
This documentation is in very initial state. We are currently focused on improving it.

0 commit comments

Comments
 (0)