@near-solution/help

1.0.1 • Public • Published

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/near-solution' and fallback language is 'en')
    1. /helps/about/near-solution.ko-KR.md
    2. /helps/about/near-solution.ko.md
    3. /helps/about/near-solution.en.md
    4. /helps/about/near-solution.md

Readme

Keywords

none

Package Sidebar

Install

npm i @near-solution/help

Weekly Downloads

0

Version

1.0.1

License

MIT

Unpacked Size

37 kB

Total Files

35

Last publish

Collaborators

  • kanghw