npm.io
10.0.0-zeta.1 • Published 6d ago

@things-factory/help

Licence
MIT
Version
10.0.0-zeta.1
Deps
4
Size
134 kB
Vulns
0
Weekly
0

help

topic

  • topic : means help file location relative path (must not started with '/')
  • file location : /helps/${topic}.${locale}.md

i18n

  • The help(markdown) file is selected in response to the user's language information.
  • help file finding order (ie. user language is 'ko-KR' and topic is 'about/things-factory' and fallback language is 'en')
    1. /helps/about/things-factory.ko-KR.md
    2. /helps/about/things-factory.ko.md
    3. /helps/about/things-factory.en.md
    4. /helps/about/things-factory.md