From a87e49368700238832f608b35ea7ef8d94c6e276 Mon Sep 17 00:00:00 2001 From: John Cutburth Date: Sat, 18 Nov 2023 06:23:27 -0600 Subject: [PATCH] Update README.md add demo links --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index eb649b9..f366c9c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,10 @@ ## Introduction Themes are a powerful addition to any user interface, and for Swagger UI, they bring a range of benefits that enhance both the developer experience and the end-user interaction. +## Demo +- [Default](https://jcphlux.github.io/swagger-ui-themes/) +- [Dark Modern](https://jcphlux.github.io/swagger-ui-themes/?theme=dark-modern) +- [Dark](https://jcphlux.github.io/swagger-ui-themes/?theme=dark) ### Why Themes Matter for Swagger UI Swagger UI is a popular framework for generating beautiful, interactive documentation for APIs. While it excels at presenting structured data, the visual experience often remains generic and may not align with the unique branding and stylistic preferences of different projects or companies. This is where themes come into play.