diff --git a/docs/en/community/index.md b/docs/en/community/index.md new file mode 100644 index 00000000..788830fb --- /dev/null +++ b/docs/en/community/index.md @@ -0,0 +1,18 @@ +--- +hide: + - navigation +--- +!!! warning "This site is under construction!" + + This site is being actively worked on. + + Feel you could help? Please do by clicking on the page with a pencil on the right! + + This can be done any page too. + +# Welcome to BeamMP Community Area! + +## Introduction + +## Our Rules +You can find our rules [here](en/community/rules) \ No newline at end of file diff --git a/docs/en/community/rules.md b/docs/en/community/rules.md new file mode 100644 index 00000000..1ca13bd4 --- /dev/null +++ b/docs/en/community/rules.md @@ -0,0 +1,10 @@ +--- +hide: + - navigation +--- + +# BeamMP In-game Rules: + +# BeamMP Discord Rules: + +# BeamMP Forum Rules: \ No newline at end of file diff --git a/mkdocs.yml b/mkdocs.yml index 862b4ba2..ca9f87bc 100644 --- a/mkdocs.yml +++ b/mkdocs.yml @@ -369,3 +369,6 @@ nav: - Server: scripting/server-reference.md - Contributing: - Getting Started: contributing.md + - Community: + - General Information: community/index.md + - Rules: community/rules.md