spring-cloud-tencent icon indicating copy to clipboard operation
spring-cloud-tencent copied to clipboard

[Document] Improve project reference documentation

Open misselvexu opened this issue 2 years ago • 2 comments

What is the feature you want to add?

Add new spring-cloud-tencent-docs module

Why do you want to add this feature? Markdown files can be directly exported to Html or pdf format for easy maintenance.

How to implement this feature?

Use the asciidoctor-maven-plugin maven plugin to complete the build of the documentation module.

<plugin>
    <groupId>org.asciidoctor</groupId>
    <artifactId>asciidoctor-maven-plugin</artifactId>
</plugin>

Additional context Add any other context or screenshots about the feature request here.

Effect picture display : image

image

misselvexu avatar Jun 10 '22 03:06 misselvexu

I understand this issue is to create spring-cloud-tencent-docs and then create empty folder like in the screenshot?

weihubeats avatar Jun 24 '22 07:06 weihubeats

I understand this issue is to create spring-cloud-tencent-docs and then create empty folder like in the screenshot?

Doc independent site, currently suspended.

misselvexu avatar Jun 24 '22 10:06 misselvexu