Skip to content

themanaworld/policies

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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