Common:
- extracted common code to private/Common.ps1
- removed boolean values for Parameter attributes
Invoke-Tests:
- added auto sourcing of dotenv.ps1 file if needed
- auto-exported shared libraries paths in the current build folder
- added nice log messages for above two scenarios
Add-FolderOnPath:
- added nice log messages for above two scenarios
- extracted some code to cmdlets for shorter process block
RootFolderInput component allows to input the root folder and
application folder and these two folders are used across whole
documentation, they are persisted in the local storage.
Also pretty huge enhancements:
- Docusaurus upgraded to 2.0.0-beta.14
- APITable component
- RootFolderInput / RootFolder components
- enhanced docusaurus.config.js
- new qmake syntax highlighter
- fixed bash syntax highlighter
- fixed robots.txt, moved to static/ folder
- enabled sass for css modules and for global customCss