Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 24 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Overview
=========
# Overview

This repository is used for maintaining the SDMX-ML messages specifications.

This includes:
Expand All @@ -10,4 +10,25 @@ This includes:

To test the samples, copy the ‘samples’ and ‘schemas’ folders into the same local directory.

The current release version is SDMX-ML 3.0.0.
The schemas are published to https://xml.sdmx.org

## Repository Structure

- `docs/` — Markdown content pages for the SDMX-ML specification.
- `mkdocs.yml` — MkDocs configuration integrating this component into the
`sdmx-docs` site.

## Version Branches

Each release of this component is maintained on a dedicated branch following the
pattern `X.Y.x` (e.g., `3.1.x`). The branch tracked by the
[`sdmx-docs`](https://github.com/sdmx-twg/sdmx-docs) parent repository is
declared in `.gitmodules` at the root of that repo. Switching the tracked branch
in the parent repository is how a new version of this component is published on
the documentation site.

## Formatting Conventions

For Markdown and MkDocs formatting conventions that apply to content in `docs/`,
see the [`sdmx-docs` README](https://github.com/sdmx-twg/sdmx-docs#readme).

19 changes: 0 additions & 19 deletions docs/Makefile

This file was deleted.

Loading