TMW policies mirror "as is"

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

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