Added inline documentation + fixed small bugs
This commit is contained in:
@@ -1,13 +1,10 @@
|
||||
# HopFrame documentation
|
||||
These sides contain all documentation available for the HopFrame modules
|
||||
# HopFrame Documentation
|
||||
|
||||
## Content
|
||||
| Topic | Description | Document |
|
||||
|----------|------------------------------------------------|-----------------------|
|
||||
| Models | All models used by the HopFrame | [link](./models.md) |
|
||||
| Services | All services provided by the HopFrame | [link](./services.md) |
|
||||
| Usage | How to properly implement the HopFrame modules | [link](./usage.md) |
|
||||
|
||||
## Dependencies
|
||||
Both the HopFrame.Api and HopFrame.Web modules are dependent on the HopFrame.Database and HopFrame.Security modules.
|
||||
So all models and services provided by these modules are available in the other modules as well.
|
||||
- [x] In code documentation
|
||||
- [ ] Installation
|
||||
- [ ] Database usage
|
||||
- [ ] Authentication usage
|
||||
- [ ] LogicResult usage
|
||||
- [ ] Repositories usage
|
||||
- [ ] AuthService usage
|
||||
- [ ] AdminPages usage
|
||||
|
||||
Reference in New Issue
Block a user