Skip to content

Latest commit

 

History

History
26 lines (23 loc) · 496 Bytes

DATA.md

File metadata and controls

26 lines (23 loc) · 496 Bytes

Lexicon Data

The lexicons are arranged in a repository of its own, with the content files inside a data folder in it. The data file is in yaml format:

---
lexicon:
  abbreviation: ABBR
  title: Title
  description: Description
  links:
    - link 1
    - link 2
  tags:
    - tag 1
    - tag 2
  abbreviation: Abbreviated form of the title(optional)
  title: Title of the lexicon
  description: Text describing the lexicon
  links: Array of links
  tags: Array of tags