generated from wesen/wesen-go-template
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
✨ Add YAML source display with syntax highlighting to UI server
- Loading branch information
Showing
2 changed files
with
77 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
UI DSL Documentation | ||
|
||
Added comprehensive documentation for the UI DSL system in pkg/doc/topics/05-ui-dsl.md. The documentation includes: | ||
- Complete schema description | ||
- Component reference | ||
- Examples and best practices | ||
- Styling and JavaScript integration details | ||
- Validation rules and limitations | ||
|
||
UI DSL YAML Display | ||
|
||
Enhanced the UI server to display the YAML source of each page alongside its rendered output: | ||
- Added syntax highlighting using highlight.js | ||
- Split view with rendered UI and YAML source side by side | ||
- Improved visual presentation with Bootstrap cards |