Initial commit for resilient-core
This commit is contained in:
commit
49fc4b2983
2169 changed files with 175785 additions and 0 deletions
39
docs/faqs/faq_template.md
Normal file
39
docs/faqs/faq_template.md
Normal file
|
@ -0,0 +1,39 @@
|
|||
## ❓ Frequently Asked Questions
|
||||
|
||||
### Q: What does this project do?
|
||||
|
||||
**A:** This project is a [brief explanation] that helps you [achieve a goal] by [key functionality].
|
||||
|
||||
---
|
||||
|
||||
### Q: How do I build the project?
|
||||
|
||||
**A:** Use Maven:
|
||||
|
||||
```bash
|
||||
mvn clean install
|
||||
```
|
||||
|
||||
### Q: Bullets example
|
||||
|
||||
**A:** Unordered bullet:
|
||||
|
||||
- Main item
|
||||
- Sub item 1.1
|
||||
- Sub item 1.2
|
||||
- Second item
|
||||
- Sub item 2.1
|
||||
- Sub item 2.2
|
||||
|
||||
**A:** Ordered bullet:
|
||||
|
||||
- [ ] Write documentation
|
||||
- [x] Fix bug in login flow
|
||||
- [ ] Deploy to production
|
||||
|
||||
OR
|
||||
|
||||
1. First step
|
||||
2. Second step
|
||||
3. Third step
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue