Add more detailed infos to about page (#180)

This commit is contained in:
Emma
2021-04-24 22:54:33 -04:00
committed by GitHub
parent 83df59e5f1
commit 40704c4549

View File

@@ -9,14 +9,52 @@
<p> <p>
Our primary goal is to be as open as possible, with all our code being Our primary goal is to be as open as possible, with all our code being
Open Source, while giving back to the modding community as much as <a target="_blank" href="https://github.com/modrinth">open source</a>,
possible. while giving back to the modding community as much as possible.
</p> </p>
<p> <p>
While we still are in beta, we hope we can be a major modding platform While we still are in beta, we hope we can be a major modding platform
for all modders. for all modders.
</p> </p>
<h2>How does Modrinth work?</h2>
<p>
Modrinth is not just a website: it is made of several different
components that all come together to make a fast and flexible modding
platform.
</p>
<p>
On the technical level, Modrinth is made up of two main components: the
Rust-based backend named
<a target="_blank" href="https://github.com/modrinth/labrinth"
>Labrinth</a
>, and the Vue-based frontend named
<a target="_blank" href="https://github.com/modrinth/knossos">Knossos</a
>.
</p>
<p>
Additionally, some other custom-created resources exist, including but
not limited to:
<a target="_blank" href="https://github.com/modrinth/minotaur"
>Minotaur</a
>, a Gradle plugin for easily publishing mods to Modrinth, and
<a target="_blank" href="https://github.com/modrinth/minos">Minos</a>,
an authentication provider. All of Modrinth's code can be found on
<a target="_blank" href="https://github.com/modrinth">our GitHub page</a
>.
</p>
<h2>Backend Documentation</h2>
<p>
Documentation for the Modrinth API (Labrinth) can be found on the GitHub
repository's wiki
<a
target="_blank"
href="https://github.com/modrinth/labrinth/wiki/API-Documentation"
>here</a
>.
</p>
</div> </div>
<m-footer class="footer" centered /> <m-footer class="footer" centered />
</div> </div>
@@ -69,4 +107,8 @@ export default {
@extend %card; @extend %card;
padding: var(--spacing-card-sm) var(--spacing-card-lg); padding: var(--spacing-card-sm) var(--spacing-card-lg);
} }
a {
text-decoration: underline;
}
</style> </style>