Skip to content

Commit

Permalink
[5_32] Source code of Mogan
Browse files Browse the repository at this point in the history
  • Loading branch information
da-liii committed Nov 27, 2024
1 parent 95f1b52 commit 2eedc1e
Show file tree
Hide file tree
Showing 7 changed files with 60 additions and 12 deletions.
16 changes: 4 additions & 12 deletions docs/.vitepress/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,12 +73,8 @@ function nav() {
link: 'http://forum.texmacs.cn'
},
{
text: 'Code (Gitee/Github)',
items: [
{ text: 'Codeberg', link: 'https://codeberg.org/XmacsLabs/mogan' },
{ text: 'Gitee', link: 'https://gitee.com/XmacsLabs/mogan' },
{ text: 'Github', link: 'https://github.com/XmacsLabs/mogan' },
]
text: 'Code',
link: '/guide/SourceCode'
},
]
}
Expand All @@ -105,12 +101,8 @@ function navZh() {
link: 'http://forum.texmacs.cn'
},
{
text: '代码 (Gitee/Github)',
items: [
{ text: 'Codeberg', link: 'https://codeberg.org/XmacsLabs/mogan' },
{ text: 'Gitee', link: 'https://gitee.com/XmacsLabs/mogan' },
{ text: 'Github', link: 'https://github.com/XmacsLabs/mogan' },
]
text: '源代码',
link: '/zh/guide/SourceCode'
},
]
}
Expand Down
28 changes: 28 additions & 0 deletions docs/guide/SourceCode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# Source Code of Mogan STEM Suite
## Git Repository
Here are the official Git repositories of Mogan STEM Suite:

<div>
<table>
<tr>
<td>Codeberg</td>
<td><a href="https://codeberg.org/XmacsLabs/mogan">https://codeberg.org/XmacsLabs/mogan</a></td>
<td><img src="../images/codeberg.png" width="20px;" height="20px;" alt="" /></td>
</tr>
<tr>
<td>GitCode</td>
<td><a href="https://codeberg.org/XmacsLabs/mogan">https://codeberg.org/XmacsLabs/mogan</a></td>
<td><img src="../images/gitcode.png" width="20px;" height="20px;" alt="" /></td>
</tr>
<tr>
<td>Gitee</td>
<td><a href="https://gitee.com/XmacsLabs/mogan">https://codeberg.org/XmacsLabs/mogan</a></td>
<td><img src="../images/gitee.png" width="20px" height="20px;" alt="" /></td>
</tr>
<tr>
<td>Github</td>
<td><a href="https://codeberg.org/XmacsLabs/mogan">https://codeberg.org/XmacsLabs/mogan</a></td>
<td><img src="../images/github.png" width="20px;" height="20px;" alt="" /></td>
</tr>
</table>
</div>
Binary file added docs/images/codeberg.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/gitcode.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/gitee.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/images/github.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
28 changes: 28 additions & 0 deletions docs/zh/guide/SourceCode.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
# 墨干的源代码
## Git代码仓库
墨干的官方Git代码仓库如下:

<div>
<table>
<tr>
<td>Codeberg</td>
<td><a href="https://codeberg.org/XmacsLabs/mogan">https://codeberg.org/XmacsLabs/mogan</a></td>
<td><img src="../../images/codeberg.png" width="20px;" height="20px;" alt="" /></td>
</tr>
<tr>
<td>GitCode</td>
<td><a href="https://codeberg.org/XmacsLabs/mogan">https://codeberg.org/XmacsLabs/mogan</a></td>
<td><img src="../../images/gitcode.png" width="20px;" height="20px;" alt="" /></td>
</tr>
<tr>
<td>Gitee</td>
<td><a href="https://gitee.com/XmacsLabs/mogan">https://codeberg.org/XmacsLabs/mogan</a></td>
<td><img src="../../images/gitee.png" width="20px" height="20px;" alt="" /></td>
</tr>
<tr>
<td>Github</td>
<td><a href="https://codeberg.org/XmacsLabs/mogan">https://codeberg.org/XmacsLabs/mogan</a></td>
<td><img src="../../images/github.png" width="20px;" height="20px;" alt="" /></td>
</tr>
</table>
</div>

0 comments on commit 2eedc1e

Please sign in to comment.