mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 18:27:49 +08:00
[site] howto for migrating docs added
This commit is contained in:
parent
1ed2c37ed9
commit
a6b6b002e9
20
HOWTO.md
Normal file
20
HOWTO.md
Normal file
@ -0,0 +1,20 @@
|
||||
Rules for migrating documents from other sources
|
||||
====
|
||||
|
||||
If you migrate any documents from other sources to IntelliJ Doc Engine,
|
||||
please mark initial source with INITIAL_SOURCE tag like the following sample shows.
|
||||
|
||||
```
|
||||
<!--
|
||||
INITIAL_SOURCE https://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ranges
|
||||
-->
|
||||
```
|
||||
|
||||
Any issues in a document needed to be re-worked, extended, and\/or newly written should be marked with.
|
||||
|
||||
```
|
||||
<!--TODO Provide detailed description here-->
|
||||
```
|
||||
Please make it **case sensitive**.
|
||||
These tags are required for future testing.
|
||||
Thanks.
|
Loading…
x
Reference in New Issue
Block a user