update Global Constants

This commit is contained in:
oppofind 2020-05-24 22:02:02 +08:00
parent 1a21b5128e
commit d13d758ede
1 changed files with 10 additions and 10 deletions

View File

@ -21,16 +21,10 @@ public interface DocGlobalConstants {
String API_DOC_ADOC_TPL = "ApiDoc.adoc";
String RPC_API_DOC_ADOC_TPL = "dubbo/Dubbo.adoc";
String ALL_IN_ONE_MD_TPL = "AllInOne.btl";
String ALL_IN_ONE_ADOC_TPL = "AllInOne.adoc";
String RPC_ALL_IN_ONE_ADOC_TPL = "dubbo/DubboAllInOne.adoc";
String RPC_ALL_IN_ONE_HTML_TPL = "dubbo/DubboAllInOne.html";
String ALL_IN_ONE_HTML_TPL = "AllInOne.html";
String HTML_API_DOC_TPL = "HtmlApiDoc.btl";
@ -47,26 +41,32 @@ public interface DocGlobalConstants {
String DICT_LIST_MD_TPL = "Dictionary.btl";
String RPC_DEPENDENCY_MD_TPL = "dubbo/DubboApiDependency.md";
String DICT_LIST_ADOC = "Dictionary.adoc";
String DICT_LIST_ADOC_TPL = "Dictionary.btl";
String INDEX_TPL = "Index.btl";
String RPC_INDEX_TPL = "dubbo/DubboIndex.btl";
String INDEX_CSS_TPL = "index.css";
String MARKDOWN_CSS_TPL = "markdown.css";
String ALL_IN_ONE_CSS = "AllInOne.css";
String RPC_API_DOC_ADOC_TPL = "dubbo/Dubbo.adoc";
String RPC_ALL_IN_ONE_ADOC_TPL = "dubbo/DubboAllInOne.adoc";
String RPC_ALL_IN_ONE_HTML_TPL = "dubbo/DubboAllInOne.html";
String RPC_DEPENDENCY_MD_TPL = "dubbo/DubboApiDependency.md";
String RPC_API_DOC_MD_TPL = "dubbo/Dubbo.md";
String RPC_ALL_IN_ONE_MD_TPL = "dubbo/DubboAllInOne.md";
String RPC_INDEX_TPL = "dubbo/DubboIndex.btl";
String POSTMAN_JSON = "/postman.json";
String CONTROLLER_FULLY = "org.springframework.stereotype.Controller";