Skip to content

Commit dcd89f8

Browse files
authored
Merge pull request #6345 from Karan-Palan/sistent/add-contributing-instructions
Add contributing instructions for sistent
2 parents 048ec43 + 357cd66 commit dcd89f8

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

src/sections/Projects/Sistent/about.js

+18
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,24 @@ const SistentAbout = () => {
100100
</div>
101101
<CodeBlock name="checkbox" code={codes[1]} />
102102
</div>
103+
104+
<p>
105+
To contribute to Layer5 projects' UI using Sistent e.g. <a href="https://github.com/meshery/meshery/issues?q=is%3Aissue%20state%3Aopen%20label%3Acomponent%2Fui">meshery-ui</a> and others, You can
106+
refer to {" "}
107+
<a href="https://github.com/layer5io/sistent?tab=readme-ov-file#installation">
108+
sistent set-up guide
109+
</a>, {" "}
110+
<a href="https://discuss.layer5.io/t/hands-on-training-session-migrating-components-to-mui-v5-and-sistent/6589">Hands-on Training Session: Migrating Components to MUI v5 and Sistent</a>, {" "}
111+
<a href="https://www.youtube.com/live/lsw9KA__iu4?si=o8gpZdSHcqO2OKxE">
112+
Training: contributing to Sistent
113+
</a>{" "}
114+
and{" "}
115+
<a href="https://www.youtube.com/live/yiXkxbibLUU?si=Dybj5qr0VLhLWEpl">
116+
Websites call
117+
</a>{" "}
118+
where experienced contributors have taught how to use sistent in
119+
various Layer5 projects.
120+
</p>
103121
</div>
104122
<SistentPagination />
105123
</Container>

0 commit comments

Comments
 (0)