This is an automated email from the ASF dual-hosted git repository. zky pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/incubator-devlake-website.git
commit 52c60b2caa5946276416a1eca3bd119a46ccff32 Author: linyh <[email protected]> AuthorDate: Thu Jul 28 20:07:57 2022 +0800 fix: fix for ci --- versioned_docs/version-v0.11/DeveloperManuals/PluginImplementation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/versioned_docs/version-v0.11/DeveloperManuals/PluginImplementation.md b/versioned_docs/version-v0.11/DeveloperManuals/PluginImplementation.md index 594ecda1..91393a55 100644 --- a/versioned_docs/version-v0.11/DeveloperManuals/PluginImplementation.md +++ b/versioned_docs/version-v0.11/DeveloperManuals/PluginImplementation.md @@ -2,7 +2,7 @@ title: "Plugin Implementation" sidebar_position: 2 description: > -Plugin Implementation + Plugin Implementation --- ## How to Implement a DevLake plugin?
