Abbreviations
Last update: a month ago by Mateusz FilipowiczReading time: 2 min
BooGi offers creating inline definitions of popular jargon used. This is a good way to define abbreviations / terms used in your company / area / profession.
First define your jargon / definitions in jargon.yml
in config
directory.
Configuration
Format of yaml file is following:
<term_key>: # key by which term can be referenced in the page content to embed jargonname: String # required name of termlong_name: String # optional, long name of termdescription: String # optional, term description
Example:
jargon.yml
saas:name: SaaSlong_name: Software as a Servicedescription: Software licensing and delivery model in which software is licensedon a subscription basis and is centrally hosted and managedboogi:name: BooGidescription: The best documentation tool in the space! Check it <a href="https://boogi.netlify.app">here</a>.
When under development mode, you must restart BooGi to apply new jargon configuration.
Usage
Then in markdown wrap word defined as key (term_key
) above in _
to use Jargon
(key is case-insensitive, thus term_key
or TERM_key
reference same term).
Example
You can use any _saas_ application.Try _BooGi_ -- you'll love it :heart: !
You can use any saasSaaS - Software as a Service Software licensing and delivery model in which software is licensed on a subscription basis and is centrally hosted and managed application.
Try BooGiBooGi T lulzhe best documentation tool in the space! Check it here. -- you'll love it ❤️ !