hey all, Dubbo website provides document for dubbo project. It using docsite[1] to generate html pages. It using markdown format.
There is one issue for this way is document always the latest version, ideally document should provide to user with version. for example [2][3] Not sure if docsite support this feature? there are also some other choice like asciidoctor[4], but I'm sure how much effect it requires to do migration work. Any thoughts? [1]:https://github.com/txd-team/docsite/issues [2]:https://docs.spring.io/spring-boot/docs/ [3]:https://hibernate.org/orm/documentation/5.4/ [4]:https://asciidoctor.org
