@near-solution/help
v1.0.1
Published
User interface for application inline help
Downloads
1
Readme
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')
- /helps/about/near-solution.ko-KR.md
- /helps/about/near-solution.ko.md
- /helps/about/near-solution.en.md
- /helps/about/near-solution.md