Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center">Smart-Doc Project</h1>

![maven](https://img.shields.io/maven-central/v/com.ly.smart-doc/smart-doc)
![maven](https://img.shields.io/maven-central/v/com.github.shalousun/smart-doc)
[![License](https://img.shields.io/badge/license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0)
![number of issues closed](https://img.shields.io/github/issues-closed-raw/smart-doc-group/smart-doc)
![closed pull requests](https://img.shields.io/github/issues-pr-closed/smart-doc-group/smart-doc)
Expand Down Expand Up @@ -56,6 +56,10 @@ You could build with the following commands. (`JDK 1.8` is required to build the
mvn clean install -Dmaven.test.skip=true
```

## Contributing

Contributions are welcome! Please refer to the [Contributing Guide](https://smart-doc-group.github.io/guide/community/contributing) to get started.

## Who is using

These are only part of the companies using `smart-doc`, for reference only. If you are using smart-doc,
Expand Down
6 changes: 5 additions & 1 deletion README_CN.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<h1 align="center"><a href="https://github.com/smart-doc-group/smart-doc" target="_blank">Smart-Doc Project</a></h1>

![maven](https://img.shields.io/maven-central/v/com.ly.smart-doc/smart-doc)
![maven](https://img.shields.io/maven-central/v/com.github.shalousun/smart-doc)
[![License](https://img.shields.io/badge/license-Apache%202-green.svg)](https://www.apache.org/licenses/LICENSE-2.0)
![number of issues closed](https://img.shields.io/github/issues-closed-raw/smart-doc-group/smart-doc)
![closed pull requests](https://img.shields.io/github/issues-pr-closed/smart-doc-group/smart-doc)
Expand Down Expand Up @@ -62,6 +62,10 @@ $\color{red}{你给我的star,胜过所有读过的诗—smart-doc}$
mvn clean install -Dmaven.test.skip=true
```

## Contributing

欢迎为 `smart-doc` 贡献代码!请参考[贡献指南](https://smart-doc-group.github.io/zh/guide/community/contributing)了解如何参与项目。

## License

`smart-doc` is under the Apache 2.0 license. See
Expand Down