Skip to content

metanorma/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Metanorma specifications

Build Status

This document is available in its rendered forms here:

Introduction

This repository contains the official specifications for the Metanorma framework, a comprehensive suite for standards authoring.

The specifications include:

MN 109

Vertical layout rendering

MN 110

Metanorma Markdown syntax

These specifications are written in Metanorma to generate standardized documentation in multiple formats.

Document structure

sources/

source files for Metanorma specifications in Metanorma format.

109.adoc

Vertical layout rendering specification

110.adoc

Metanorma Markdown syntax specification

_site/

Generated documentation in multiple formats (HTML, PDF, XML, etc.)

Building the documentation

This repository uses Metanorma to build standardized documentation.

Installing build tools

See https://www.metanorma.org/install/ for detailed installation instructions.

Building locally

If you have Metanorma installed locally, run:

metanorma site generate

Building with Docker

If you prefer using Docker, run:

docker run -v "$(pwd)":/metanorma -w /metanorma -it metanorma/mn metanorma site generate

Generated formats

The build process generates documentation in multiple formats:

  • HTML — Web-friendly format with navigation

  • PDF — Print-ready format

  • XML — Machine-readable format

  • RXL — Relaton XML bibliographic format

License

Copyright Ribose.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages