Skip to content

metanorma/mn-samples-un

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

UN document samples in Metanorma (Metanorma-UN)

Build Status Docker Build Status

This document is available in its rendered forms here:

Introduction

This repository provides examples of UN documents encoded in the Metanorma-UN format.

Refer to the Metanorma quickstart for a primer on creating Metanorma-UN documents.

Specific syntax document for Metanorma-UN can be found at: Syntax for writing UN documents using Metanorma.

Fetching the document

git clone https://github.com/metanorma/mn-samples-un/

Running via Docker or locally

If you have installed the build tools locally, and wish to run the locally-installed compilation tools, there is nothing further to set.

If you don’t want to deal with local dependencies, use the docker:

docker run -v "$(pwd)":/metanorma -w /metanorma -it metanorma/mn metanorma site generate . -o published -c metanorma.yml

Building The Document

metanorma site generate . -o published -c metanorma.yml

Example documents provided in this repo

UNECE Plenary document

  • ECE_TRADE_C_CEFACT_2018_6E.adoc: Metanorma-UN markup source for a UNECE Plenary document.

UNECE Recommendation

  • ECE_TRADE_437E_Rec42.adoc: Metanorma-UN markup source for UNECE Recommendation No. 42.

Description of generated artifacts

  • {filename}.xml: Metanorma-UN XML output corresponding to the {filename}.adoc source

  • {filename}.html: Metanorma-UN HTML output corresponding to the {filename}.adoc source

Releases

No releases published

Packages

No packages published

Languages