docs: Add docs structure
This commit is contained in:
@@ -69,7 +69,7 @@ the target system.
|
|||||||
## Documentation
|
## Documentation
|
||||||
|
|
||||||
- [Modules](./docs/modules) - Modules available and their usage
|
- [Modules](./docs/modules) - Modules available and their usage
|
||||||
- [Compability table](./docs/Compability.md) - Known combinations of OS/Bash Version/Terminal emulators that work guaranteed
|
- [Compability table](./docs/Compatibility) - Known combinations of OS/Bash Version/Terminal emulators that work guaranteed
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
||||||
|
|||||||
@@ -0,0 +1,13 @@
|
|||||||
|
bash-tui-toolkit
|
||||||
|
===
|
||||||
|
|
||||||
|
Toolkit to create interactive and shiny terminal UIs using plain bash builtins
|
||||||
|
|
||||||
|
## Contents
|
||||||
|
|
||||||
|
- [Compatibility](./Compatibility)
|
||||||
|
- Available Modules
|
||||||
|
- [Logging](./modules/Logging.md)
|
||||||
|
- [Platform Helpers](./modules/Platform-Helpers.md)
|
||||||
|
- [Prompts](./modules/Prompts.md)
|
||||||
|
- [User Feedback](./modules/User-Feedback.md)
|
||||||
Reference in New Issue
Block a user