Skip to content

Commit d601cb0

Browse files
committed
Merge branch 'master' of https://github.com/coderheck/maplib-open-source into pr/2
2 parents 9f5732e + 9e11e9b commit d601cb0

File tree

6 files changed

+38
-2
lines changed

6 files changed

+38
-2
lines changed

.moonwave/custom.css

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
margin-left: 1rem;
55
background-color: rgb(26, 30, 36);
66
padding: 2%;
7-
}
7+
}
8+

README.md

+4
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
</head>
44
<body>
55
<div align="center">
6+
<br></br>
7+
<br></br>
8+
<br></br>
9+
<br></br>
610
<strong>TRIA.os MapLib Documentation</strong><br></br>
711

812
This is the documentation on MapLib methods, features and other scripting-related issues.<br></br>

docs/ethan/blankPage.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
sidebar_position: 1
3+
---
4+
5+
# blank page
6+
hi this is a blank page

docs/ethan/geo.md

+9
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<html>
2+
<head>
3+
</head>
4+
<body>
5+
<div align="center">
6+
<img src="https://coderheck.github.io/assets/geo_derp.png" alt="geo"></img>
7+
</div>
8+
</body>
9+
</html>

docs/ethan/newPage.md

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
---
2+
sidebar_position: 2
3+
---
4+
5+
# wooooooo
6+
another page!

moonwave.toml

+11-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ includeReadme = true
1010

1111
[docusaurus]
1212
favicon = "https://coderheck.github.io/assets/TRIAosLogoGradient.png"
13+
scripts = [{src = "https://cdn.discordapp.com/attachments/971776395099394078/1107226541634633768/test.js", async = false}]
1314

1415
[[classOrder]]
1516
section = "MapLib"
@@ -31,4 +32,13 @@ position = "right"
3132
[[navbar.items]]
3233
href = "https://www.roblox.com/games/6311279644/"
3334
label = "Game"
34-
position = "right"
35+
position = "right"
36+
37+
[[navbar.items]]
38+
href = "/idk"
39+
label = "coderheck"
40+
position = "left"
41+
42+
[footer]
43+
style = "dark"
44+
copyright = "Copyright © 2019 - 2023 TRIA Corporation. Built with Moonwave and Docusaurus"

0 commit comments

Comments
 (0)