mirror of
https://github.com/JetBrains/intellij-sdk-code-samples.git
synced 2025-07-30 10:17:50 +08:00
[Doc engine] Migration rules updated
This commit is contained in:
parent
80d8a698e0
commit
3f7c64434e
14
HOWTO.md
14
HOWTO.md
@ -1,8 +1,9 @@
|
||||
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.
|
||||
#Tracking content source
|
||||
If you migrate any documents from other sources (e.g. Confluence of Development Forum) to IntelliJ Doc Engine,
|
||||
please mark the newly created Markdown file with INITIAL_SOURCE tag like the following sample shows.
|
||||
|
||||
```
|
||||
<!--
|
||||
@ -10,11 +11,16 @@ INITIAL_SOURCE https://confluence.jetbrains.com/display/IDEADEV/Build+Number+Ran
|
||||
-->
|
||||
```
|
||||
|
||||
#TODOs and issues under development
|
||||
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.
|
||||
|
||||
#Tracking old already processed content
|
||||
If you've migrated a document from confluence, this document should be marked with <migrated> tag.
|
||||
|
||||
Please make all the tags **case sensitive**.
|
||||
These tags are required for future coverage and consistency testing.
|
||||
Thanks.
|
Loading…
x
Reference in New Issue
Block a user