Skip to content

Commit 5ca8a2f

Browse files
committed
Create landing page
Moved the documentation site from main website over to be the landing site for the docs site
1 parent 9ba4b1f commit 5ca8a2f

File tree

1 file changed

+79
-0
lines changed

1 file changed

+79
-0
lines changed

index.md

Lines changed: 79 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
---
2+
layout: landing
3+
title: Documentation
4+
description: MonoGame Documentation Hub
5+
---
6+
7+
<section class="container-xxl my-5">
8+
<h1 id="monogame-documentation" class="fw-bold"><a href="#monogame-documentation">MonoGame Documentation</a></h1>
9+
<p>
10+
Whether you're just starting out with MonoGame or you've been using it for years, you can find all documentation and
11+
tutorials here.
12+
</p>
13+
</section>
14+
<section class="container-xxl mb-5">
15+
<div class="row">
16+
<div class="col-12 col-lg-4 mb-5">
17+
<div class="mg-card mg-box-shadow h-100">
18+
<a target="_self"
19+
href="/articles/index.html"
20+
class="mg-no-link">
21+
<div class="mg-card-body d-flex flex-column h-100">
22+
<div class="mg-card-title"><i class="bi bi-files"></i> Documentation Hub</div>
23+
<p>
24+
The official MonoGame documentation hub. This documentation helps you get started by providing overviews of key features
25+
and tools.
26+
</p>
27+
<p class="mt-auto">Click to view documentation</p>
28+
</div>
29+
</a>
30+
</div>
31+
</div>
32+
<div class="col-12 col-lg-4 mb-5">
33+
<div class="mg-card mg-box-shadow h-100">
34+
<a target="_self"
35+
href="/api/index.html"
36+
class="mg-no-link">
37+
<div class="mg-card-body d-flex flex-column h-100">
38+
<div class="mg-card-title"><i class="bi bi-filetype-cs"></i> API Reference</div>
39+
<p>
40+
View the API reference for each classs and method in the MonoGame framework.
41+
</p>
42+
<p class="mt-auto">Click to view API Reference</p>
43+
</div>
44+
</a>
45+
</div>
46+
</div>
47+
<div class="col-12 col-lg-4 mb-5">
48+
<div class="mg-card mg-box-shadow h-100">
49+
<a target="_self"
50+
href="/articles/tutorials.html"
51+
class="mg-no-link">
52+
<div class="mg-card-body d-flex flex-column h-100">
53+
<div class="mg-card-title"><i class="bi bi-lightbulb"></i> Tutorials</div>
54+
<p>
55+
Check out the awesome works of the larger MonoGame community with their
56+
own tutorials, blogs and videos.
57+
</p>
58+
<p class="mt-auto">Click to view tutorials</p>
59+
</div>
60+
</a>
61+
</div>
62+
</div>
63+
</div>
64+
</section>
65+
<section class="container-xxl mb-5">
66+
<h1 id="we-need-your-help" class="fw-bold"><a href="#we-need-your-help">We Need Your Help</a></h1>
67+
<p>
68+
MonoGame is an open-source project maintained by its community. Great open source projects require
69+
high-quality documentation. This is a call for volunteers to continue to help us make the MonoGame
70+
documentation truly great. If you can create tutorials, feature guides, code snippets, reference docs,
71+
video walkthroughs, or make any improvement to the current documentation, we could use your help!
72+
</p>
73+
<p>
74+
Check out the <a href="https://github.com/MonoGame/MonoGame/blob/develop/README.md">README on GitHub</a> or
75+
<a href="http://community.monogame.net/t/lets-improve-the-monogame-documentation/916">talk with us on the
76+
community site</a> to learn how to help! For a quick start, you can jump on this
77+
<a href="https://github.com/MonoGame/MonoGame/projects/4">list of documentation tasks.</a>
78+
</p>
79+
</section>

0 commit comments

Comments
 (0)