TMW policies mirror "as is"

Thorbjørn Lindeijer 856c4cd735 Workaround build issue in markdown module 1 ヶ月 前
.vscode a0b124bc80 [ci skip] add vscode and gitpod integration 3 年 前
policies 54dbd27bf1 Rename TMW Classic back to The Mana World 4 ヶ月 前
src 856c4cd735 Workaround build issue in markdown module 1 ヶ月 前
.editorconfig 54563d39dd [ci skip] add editorconfig and fix misc formatting 4 年 前
.gitignore 378c608539 first draft 4 年 前
.gitpod.yml a0b124bc80 [ci skip] add vscode and gitpod integration 3 年 前
LICENSE 378c608539 first draft 4 年 前
Makefile 54563d39dd [ci skip] add editorconfig and fix misc formatting 4 年 前
README.md d4918e5e43 Randomly break a link (README) 2 年 前

README.md

The Mana World Policies

Contains the legal documents and policies observed by The Mana World.

Policy files

Policy files are are located in the policies directory. Currently, only Markdown is supported for policy files.

Front Matter

The Front Matter is a YAML document that defines the properties of the policy.

Required properties

  • name: the full name of the policy
  • description: a short summary of the policy

Optional properties

  • aliases: an array of path aliases (redirects)
  • ignore: prevents the policy file from being processed
  • autoupdate: bindings for Policybot

Example

---
name: Policy Name
description: A short summary
aliases: [foo, bar]

autoupdate:
  forums: {forum: 1, topic: 69, post: 420}
  wiki: Protected_Wiki_Page
---

# title
content



Generating the static site

Dependencies

  • GNU Make (available in the repos of most linux distros)
  • Deno 1.x (can be installed with make deno)
make build

Instant prototyping Gitpod ready-to-code

Click the badge to launch a pre-configured online IDE