Skip to content

Commit

Permalink
Merge branch 'docs' of https://github.com/st0x0ef/stellaris into docs
Browse files Browse the repository at this point in the history
  • Loading branch information
TathanDev committed Jun 2, 2024
2 parents 3af4277 + 0aac59b commit c3bb4a4
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vitepress/config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import { defineConfig } from 'vitepress'
// https://vitepress.dev/reference/site-config
export default defineConfig({
base: '/stellaris/',
title: "Stellaris Project Documentation",
title: "The Stellaris Project Documentation",
description: "Learn how to create your own planets !",
themeConfig: {
// https://vitepress.dev/reference/default-theme-config
Expand Down
4 changes: 2 additions & 2 deletions custom-planets.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Custom Planets

With Project Stellaris, you can add your own planets with a datapack !
With Project Stellaris, you can add your own planets with a simple datapack !

## Creation of the datapack

Expand Down Expand Up @@ -76,4 +76,4 @@ For the `translatable` fields, it"s a field in `assets/[namespace]/lang/en_us.js

## Examples

You can find exemples in the github page of the [Stellaris Project](https://github.com/st0x0ef/stellaris/tree/master/common/src/main/resources/data/stellaris/planets)
You can find exemples in the github page of the [Stellaris Project](https://github.com/st0x0ef/stellaris/tree/master/common/src/main/resources/data/stellaris/planets)
2 changes: 1 addition & 1 deletion index.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
layout: home

hero:
name: "Stellaris Project Documentation"
name: "The Stellaris Project Documentation"
text: "Learn how to create your own planets !"
tagline:
actions:
Expand Down

0 comments on commit c3bb4a4

Please sign in to comment.