Tencent / spring-cloud-tencent

Spring Cloud Tencent is a Spring Cloud based Service Governance Framework provided by Tencent.
Other
3.19k stars 492 forks source link

[Document] Improve project reference documentation #227

Open misselvexu opened 2 years ago

misselvexu commented 2 years ago

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
weihubeats commented 2 years ago

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

misselvexu commented 2 years ago

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.