diff --git a/.astro/types.d.ts b/.astro/types.d.ts index c24f9bd779..3fd3138124 100644 --- a/.astro/types.d.ts +++ b/.astro/types.d.ts @@ -710,6 +710,13 @@ declare module 'astro:content' { collection: "docs"; data: InferEntrySchema<"docs"> } & { render(): Render[".mdx"] }; +"mchost.mdx": { + id: "mchost.mdx"; + slug: "service/mcho.st"; + body: string; + collection: "docs"; + data: InferEntrySchema<"docs"> +} & { render(): Render[".mdx"] }; "tools/database.mdx": { id: "tools/database.mdx"; slug: "t/database"; diff --git a/src/assets/mchost.webp b/src/assets/mchost.webp new file mode 100644 index 0000000000..9fec4a670c Binary files /dev/null and b/src/assets/mchost.webp differ diff --git a/src/content/docs/about.mdx b/src/content/docs/about.mdx index 2d90a58227..ccced7a981 100644 --- a/src/content/docs/about.mdx +++ b/src/content/docs/about.mdx @@ -4,7 +4,7 @@ description: We're an administration wiki for Minecraft server administrators wh template: splash --- -We're building the ultimate Minecraft documentation project and if you're interested in making things even better this is the page for you. +We're building the ultimate Minecraft documentation project and if you're interested in making things even better this is the page for you. This page will be split up into three sections to help you get about: @@ -40,7 +40,7 @@ Ensure you fill out the form with as much information as you can as this will he If you're interested in writing content / migrating your own doc environment over to our wiki a Github PR is your best option. Please also ensure you have followed our [styling guide](https://contribute.setup.md) to ensure your PR doesn't get rejected for lack of continuity. -#### Single Articles +#### Single Articles If you're going to write a single article you can do so with the following steps, before you consider uploading a document please ensure you are using a template from our [sister github repository](https://github.com/setupmd/templates/tree/main/Docs). @@ -56,10 +56,10 @@ The setup.md contributors will then verify the PR is good and will approve your #### Migrating Wikis -If you already use docusaurus for your own project, adding your content here is super easy and should be a drag and drop migration. You'll need to [submit a PR](https://link.setup.md/pr) but it's recommended you reach out to us on [Discord](https://link.setup.md/discord) so we can setup some indexing for your future content. +If you already use docusaurus for your own project, adding your content here is super easy and should be a drag and drop migration. You'll need to [submit a PR](https://link.setup.md/pr) but it's recommended you reach out to us on [Discord](https://smd.gg/discord) so we can setup some indexing for your future content. --- ### Improving Content -As Minecraft continues to grow so will our project and we hope that if you spot inconsistancies in our project you'll hit the 'Edit Page' link at the bottom to submit a PR request with any corrections you wish to make. \ No newline at end of file +As Minecraft continues to grow so will our project and we hope that if you spot inconsistancies in our project you'll hit the 'Edit Page' link at the bottom to submit a PR request with any corrections you wish to make. diff --git a/src/content/docs/information/discord.mdx b/src/content/docs/information/discord.mdx index 8bc08d0e8a..34d6b6e74b 100644 --- a/src/content/docs/information/discord.mdx +++ b/src/content/docs/information/discord.mdx @@ -4,13 +4,13 @@ title: Discord Server slug: discord --- -All project contributors are volunteers and will carry the `project contributor` role within our server. +All project contributors are volunteers and will carry the `project contributor` role within our server. -Those that carry the `project lead` role are the core representatives of the project and should be the ones who are consulted on any issues within. +Those that carry the `project lead` role are the core representatives of the project and should be the ones who are consulted on any issues within. -A permanent invite to our server can be found here. +A permanent invite to our server can be found here. -### Ground Rules +### Ground Rules As with any public server, there are some rules that need to be followed. @@ -28,10 +28,9 @@ As with any public server, there are some rules that need to be followed. A brief overview of important roles within our server and how they are obtained. -| Roles | Description | -| :---------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| Project Lead | This is a role that is reserved for first-party members of the project. | | -| Project Contributors | Anyone who has submitted work for the Github repository is eligible for this role, you should have your Github account linked to your Discord account and publicly visible. | -| Community Nerds | People who have shown significant knowledge in areas and support the community without being a wiki contributor. -| Sponsors | This role is automatically assigned to anyone who sponsors the project. (This role is not currently obtainable) | - +| Roles | Description | +| :------------------- | :-------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | --- | +| Project Lead | This is a role that is reserved for first-party members of the project. | | +| Project Contributors | Anyone who has submitted work for the Github repository is eligible for this role, you should have your Github account linked to your Discord account and publicly visible. | +| Community Nerds | People who have shown significant knowledge in areas and support the community without being a wiki contributor. | +| Sponsors | This role is automatically assigned to anyone who sponsors the project. (This role is not currently obtainable) | diff --git a/src/content/docs/information/services.mdx b/src/content/docs/information/services.mdx index 06cd3ad0b3..8f243ef7a4 100644 --- a/src/content/docs/information/services.mdx +++ b/src/content/docs/information/services.mdx @@ -37,13 +37,13 @@ We launched a file sharing platform that can be used to share assets quickly wit Various services offer this kind of solution but never made it available to the masses, we're giving you two monthly custom world gen maps using [Terra](https://modrinth.com/plugin/terra) that can be downloaded using the links below. - - + + In case you've never used a world generation plugin before we have a guide on how to get these configured regardless of the platform you're running on. diff --git a/src/content/docs/mchost.mdx b/src/content/docs/mchost.mdx new file mode 100644 index 0000000000..aa93e9225f --- /dev/null +++ b/src/content/docs/mchost.mdx @@ -0,0 +1,21 @@ +--- +title: MCHO.ST +description: The free Minecraft hosting solution, sponsored (in-part) by the setup.md wiki. +template: splash +slug: service/mcho.st +hero: + tagline: The free Minecraft hosting solution, sponsored (in-part) by the setup.md wiki. + image: + file: ../../assets/mchost.webp + actions: + - text: Game Panel + link: https://my.mcho.st + icon: external + variant: primary + - text: Join our Discord! + link: https://mcho.st/discord + icon: discord +--- + +import MainStatusPill from '../../components/MainStatusPill.vue' +import { LinkCard, CardGrid } from '@astrojs/starlight/components';