Skip to content

paneron/docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Paneron Specifications

Build Status

This document is available in its rendered forms here:

Introduction

This repository contains the official specifications for the Paneron framework, a comprehensive suite of tools for model-driven development. The specifications include:

RS 5002

Paneron CLI — Command-line interface for Paneron

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

Structure

sources/

source files for Paneron specifications in Metanorma format.

paneron-cli.adoc

Paneron CLI specification

metanorma.yml

Configuration file for Metanorma build process

_site/

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

Building 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