Skip to content

Commit

Permalink
Merge pull request #1 from TathanDev/docs
Browse files Browse the repository at this point in the history
Add maven repo and team page
  • Loading branch information
TathanDev authored Jun 2, 2024
2 parents dcb3aa0 + 64d54d4 commit 28294a6
Show file tree
Hide file tree
Showing 6 changed files with 145 additions and 10 deletions.
14 changes: 7 additions & 7 deletions .vitepress/cache/deps/_metadata.json
Original file line number Diff line number Diff line change
@@ -1,25 +1,25 @@
{
"hash": "c6bbdcc5",
"configHash": "d936e054",
"lockfileHash": "06420ff8",
"browserHash": "167e7b7c",
"hash": "50b6c61b",
"configHash": "a9ea5b5a",
"lockfileHash": "36933d7d",
"browserHash": "ef49a2bb",
"optimized": {
"vue": {
"src": "../../../node_modules/vue/dist/vue.runtime.esm-bundler.js",
"file": "vue.js",
"fileHash": "7e752756",
"fileHash": "899423f6",
"needsInterop": false
},
"vitepress > @vue/devtools-api": {
"src": "../../../node_modules/@vue/devtools-api/dist/index.js",
"file": "vitepress___@vue_devtools-api.js",
"fileHash": "dc8dbc7c",
"fileHash": "b99cc39a",
"needsInterop": false
},
"vitepress > @vueuse/core": {
"src": "../../../node_modules/@vueuse/core/index.mjs",
"file": "vitepress___@vueuse_core.js",
"fileHash": "01a3c98f",
"fileHash": "210c40fc",
"needsInterop": false
}
},
Expand Down
3 changes: 2 additions & 1 deletion .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ export default defineConfig({
nav: [
{ text: 'Home', link: '/' },
{ text: 'Create a planet', link: '/custom-planets' },
{ text: 'Configure the screen', link: '/custom-screen' }
{ text: 'Configure the screen', link: '/custom-screen' },
{ text: 'Team', link: '/team' }

],

Expand Down
4 changes: 3 additions & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ hero:
- theme: alt
text: Custom Screen
link: /custom-screen

- theme: brand
text: Add Stellaris to your project
link: /maven-repo
features:
- title: Easy as cake
details: Creating addons is very easy with the datapacks support
Expand Down
23 changes: 23 additions & 0 deletions maven-repo.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Adding Stellaris to your project

if you want to add Stellaris to your project, you can use gradle for it.

**Adding the repository**

```groovy
repositories {
maven {
name "Stellaris Maven"
url "https://maven.odysseyus.fr/releases"
}
}
```

**Adding Stellaris as dependency**

```groovy
dependencies {
implementation "com.st0x0ef:stellaris-{modloader}-{minecraft_version}:{version}"
}
```
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

109 changes: 109 additions & 0 deletions team.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,109 @@
<script setup>
import { VPTeamMembers } from 'vitepress/theme'

const members = [
{
avatar: 'https://avatars.githubusercontent.com/u/75510490?v=4',
name: 'st0x0ef',
title: 'Creator, Dev',
links: [
{ icon: 'github', link: 'https://github.com/yyx990803' }
]
},
{
avatar: 'https://avatars.githubusercontent.com/u/67022946?s=400&u=4de78465366b69e735574576629f2fa0e59b8417&v=4',
name: 'TATHAN',
title: 'Co-Creator, Dev',
links: [
{ icon: 'github', link: 'https://github.com/yyx990803' }
]
},
{
avatar: 'https://avatars.githubusercontent.com/u/101066376?v=4',
name: 'Fej',
title: 'Dev',
links: [
{ icon: 'github', link: 'https://github.com/Fej1Dev' }
]
},
{
avatar: 'https://avatars.githubusercontent.com/u/156406024?v=4',
name: 'Miyaiho',
title: 'Dev',
links: [
{ icon: 'github', link: 'https://github.com/miyaiho' }
]
},

{
avatar: 'https://avatars.githubusercontent.com/u/163727888?v=4',
name: 'Lukeon',
title: 'Dev',
links: [
{ icon: 'github', link: 'https://github.com/lukeon214' }
]
},
{
avatar: 'https://avatars.githubusercontent.com/u/139490373?v=4',
name: 'Eirmax',
title: 'Dev',
links: [
{ icon: 'github', link: 'https://github.com/eirmax' }
]
},
{
avatar: 'https://avatars.githubusercontent.com/u/70532030?v=4',
name: 'MincraftEinstein',
title: 'Dev',
links: [
{ icon: 'github', link: 'https://github.com/MincraftEinstein' }
]
},
{
avatar: 'https://avatars.githubusercontent.com/u/120266450?v=4',
name: 'Okamiz',
title: 'Dev, Texturer',
links: [
{ icon: 'github', link: 'https://github.com/Okamomille' }
]
},
{
avatar: 'https://avatars.githubusercontent.com/u/153344018?v=4',
name: 'Small Chubby',
title: 'Dev',
links: [
{ icon: 'github', link: 'https://github.com/GityBoyy' }
]
},

{
avatar: 'https://avatars.githubusercontent.com/u/121094383?v=4',
name: 'Storik',
title: 'Texturer/Modeler',
links: [
{ icon: 'github', link: 'https://github.com/e-storik' }
]
},
{
avatar: 'https://cdn.discordapp.com/avatars/431150651729510410/24112a7633ecfe40975d29027789f313?size=1024',
name: 'SpaceStar',
title: 'Builder'
},
{
avatar: 'https://cdn.discordapp.com/avatars/667758839625416720/f2ed80b9c10b8d3528aec7c09ff9ec6e?size=1024',
name: 'Ilyuxadwa',
title: 'Texturer/Modeler'
},
{
avatar: 'https://cdn.discordapp.com/avatars/719659781152833547/3e26b3495336a3163de22592c6fbc35d?size=1024',
name: 'Dipdoop',
title: 'Community Manager'
}
]
</script>

# Our Team

Say hello to our awesome team.

<VPTeamMembers size="small" :members="members" />

0 comments on commit 28294a6

Please sign in to comment.