-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(doc): Use VitePress instead of Vuepress
- Loading branch information
Showing
40 changed files
with
692 additions
and
179 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
# CosId Proxy 模块 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# CosId-Activiti 模块 | ||
|
||
## 安装 | ||
|
||
::: code-group | ||
```kotlin [Gradle(Kotlin)] | ||
val cosidVersion = "latestVersion" | ||
implementation("me.ahoo.cosid:cosid-activiti:${cosidVersion}") | ||
``` | ||
```xml [Maven] | ||
<dependencies> | ||
<dependency> | ||
<groupId>me.ahoo.cosid</groupId> | ||
<artifactId>cosid-activiti</artifactId> | ||
<version>${cosid.version}</version> | ||
</dependency> | ||
</dependencies> | ||
``` | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
# CosId-Axon 模块 | ||
|
||
TODO | ||
## 安装 | ||
|
||
::: code-group | ||
```kotlin [Gradle(Kotlin)] | ||
val cosidVersion = "latestVersion" | ||
implementation("me.ahoo.cosid:cosid-axon:${cosidVersion}") | ||
``` | ||
```xml [Maven] | ||
<dependencies> | ||
<dependency> | ||
<groupId>me.ahoo.cosid</groupId> | ||
<artifactId>cosid-axon</artifactId> | ||
<version>${cosid.version}</version> | ||
</dependency> | ||
</dependencies> | ||
``` | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
# CosId-Flowable 模块 | ||
|
||
TODO | ||
## 安装 | ||
|
||
::: code-group | ||
```kotlin [Gradle(Kotlin)] | ||
val cosidVersion = "latestVersion" | ||
implementation("me.ahoo.cosid:cosid-flowable:${cosidVersion}") | ||
``` | ||
```xml [Maven] | ||
<dependencies> | ||
<dependency> | ||
<groupId>me.ahoo.cosid</groupId> | ||
<artifactId>cosid-flowable</artifactId> | ||
<version>${cosid.version}</version> | ||
</dependency> | ||
</dependencies> | ||
``` | ||
::: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# CosId-Mongo 模块 | ||
|
||
## 安装 | ||
|
||
::: code-group | ||
```kotlin [Gradle(Kotlin)] | ||
val cosidVersion = "latestVersion" | ||
implementation("me.ahoo.cosid:cosid-mongo:${cosidVersion}") | ||
``` | ||
```xml [Maven] | ||
<dependencies> | ||
<dependency> | ||
<groupId>me.ahoo.cosid</groupId> | ||
<artifactId>cosid-mongo</artifactId> | ||
<version>${cosid.version}</version> | ||
</dependency> | ||
</dependencies> | ||
``` | ||
::: |
Oops, something went wrong.