Test Documentation
This is a test documentation folder to demonstrate the automatic documentation system.
Features
- Automatically discovers folders in
/docs - Supports both HTML and Markdown files
- Beautiful rendering with syntax highlighting
- Breadcrumb navigation
- Responsive design
Code Example
// Example Laravel route
Route::get('/example', function () {
return response()->json(['message' => 'Hello World']);
});
Lists
Ordered List
- First item
- Second item
- Third item
Unordered List
- Feature A
- Feature B
- Feature C
Table
| Feature | Status | Priority |
|---|---|---|
| HTML Support | ✅ Complete | High |
| Markdown Support | ✅ Complete | High |
| Auto-discovery | ✅ Complete | High |
Links
Visit getUBetter API Documentation for more information.
Note: This is automatically rendered from Markdown to beautiful HTML!