Skip to content

Commit 759fc9a

Browse files
Merge pull request #22 from webexpress-framework/develop
Develop 0.0.11-alpha
2 parents 971a197 + d10fa6f commit 759fc9a

1,543 files changed

Lines changed: 57832 additions & 9896 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.github/agents/webexpress.agent.md

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
\---
2+
3+
name: WebExpress Development Assistant
4+
5+
description: Assists with developing WebExpress pages, controls, CSS, and REST integrations using consistent architecture, naming, and styling conventions.
6+
7+
\---
8+
9+
10+
11+
\# My Agent
12+
13+
14+
15+
This agent supports the development of WebExpress components by following the project's architectural patterns, naming conventions, CSS structure, and control design principles. It generates
16+
17+
idiomatic, maintainable C#, JavaScript, and CSS that integrates cleanly with WebExpress pages, controls, scopes, and REST endpoints. The agent ensures a consistent visual appearance by adhering
18+
19+
to the existing CSS utility classes, spacing rules, color system, and component naming patterns. It avoids external frameworks, non‑idiomatic naming, and architectural deviations unless explicitly
20+
21+
requested. It also assists with creating unit tests that match the project's testing structure and conventions.
22+
23+
24+
25+
The agent must additionally take into account the documentation provided in the project's `docs/` directory. Any architectural descriptions, component guidelines, naming rules, or style definitions
26+
27+
found there must be treated as authoritative and used consistently when generating code, explanations, or examples.
28+

.github/workflows/generate-docs.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Setup .NET SDK
2929
uses: actions/setup-dotnet@v3
3030
with:
31-
dotnet-version: 9.x
31+
dotnet-version: 10.x
3232

3333
- name: Install DocFX
3434
run: dotnet tool install -g docfx
@@ -74,6 +74,11 @@ jobs:
7474
docfx metadata
7575
docfx build
7676
77+
- name: Validate JavaScript docs are included in site
78+
run: |
79+
test -f docs/_site/js/index.html
80+
test -f docs/_site/js/webexpress.webui.html
81+
7782
- name: Generate API toc.yaml
7883
run: |
7984
echo "### YamlMime:TableOfContent" > docs/api/toc.yaml

docs/_site/api/toc.html

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
2+
<div id="sidetoggle">
3+
<div>
4+
<div class="sidefilter">
5+
<form class="toc-filter">
6+
<span class="glyphicon glyphicon-filter filter-icon"></span>
7+
<span class="glyphicon glyphicon-remove clear-icon" id="toc_filter_clear"></span>
8+
<input type="text" id="toc_filter_input" placeholder="Filter by title" onkeypress="if(event.keyCode==13) {return false;}">
9+
</form>
10+
</div>
11+
<div class="sidetoc">
12+
<div class="toc" id="toc">
13+
</div>
14+
</div>
15+
</div>
16+
</div>

docs/_site/api/toc.json

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
2+
{"items":[],"pdf":false}

docs/_site/assets/webexpress.ico

68.5 KB
Binary file not shown.

docs/_site/assets/webexpress.svg

Lines changed: 40 additions & 0 deletions
Loading

docs/_site/favicon.ico

97.3 KB
Binary file not shown.

docs/_site/index.html

Lines changed: 127 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,127 @@
1+
<!DOCTYPE html>
2+
<html>
3+
<head>
4+
<meta charset="utf-8">
5+
<title>WebExpress | WebExpress.WebUI </title>
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="title" content="WebExpress | WebExpress.WebUI ">
8+
9+
10+
<link rel="icon" href="assets/webexpress.ico">
11+
<link rel="stylesheet" href="public/docfx.min.css">
12+
<link rel="stylesheet" href="public/main.css">
13+
<meta name="docfx:navrel" content="toc.html">
14+
<meta name="docfx:tocrel" content="toc.html">
15+
16+
<meta name="docfx:rel" content="">
17+
18+
19+
<meta name="docfx:docurl" content="https://github.com/ReneSchwarzer/WebExpress.WebUI/blob/develop/docs/index.md/#L1">
20+
<meta name="loc:inThisArticle" content="In this article">
21+
<meta name="loc:searchResultsCount" content="{count} results for &quot;{query}&quot;">
22+
<meta name="loc:searchNoResults" content="No results for &quot;{query}&quot;">
23+
<meta name="loc:tocFilter" content="Filter by title">
24+
<meta name="loc:nextArticle" content="Next">
25+
<meta name="loc:prevArticle" content="Previous">
26+
<meta name="loc:themeLight" content="Light">
27+
<meta name="loc:themeDark" content="Dark">
28+
<meta name="loc:themeAuto" content="Auto">
29+
<meta name="loc:changeTheme" content="Change theme">
30+
<meta name="loc:copy" content="Copy">
31+
<meta name="loc:downloadPdf" content="Download PDF">
32+
33+
<script type="module" src="./public/docfx.min.js"></script>
34+
35+
<script>
36+
const theme = localStorage.getItem('theme') || 'auto'
37+
document.documentElement.setAttribute('data-bs-theme', theme === 'auto' ? (window.matchMedia('(prefers-color-scheme: dark)').matches ? 'dark' : 'light') : theme)
38+
</script>
39+
40+
</head>
41+
42+
<body class="tex2jax_ignore" data-layout="" data-yaml-mime="">
43+
<header class="bg-body border-bottom">
44+
<nav id="autocollapse" class="navbar navbar-expand-md" role="navigation">
45+
<div class="container-xxl flex-nowrap">
46+
<a class="navbar-brand" href="index.html">
47+
<img id="logo" class="svg" src="assets/webexpress.svg" alt="WebExpress.WebUI">
48+
WebExpress.WebUI
49+
</a>
50+
<button class="btn btn-lg d-md-none border-0" type="button" data-bs-toggle="collapse" data-bs-target="#navpanel" aria-controls="navpanel" aria-expanded="false" aria-label="Toggle navigation">
51+
<i class="bi bi-three-dots"></i>
52+
</button>
53+
<div class="collapse navbar-collapse" id="navpanel">
54+
<div id="navbar">
55+
<form class="search" role="search" id="search">
56+
<i class="bi bi-search"></i>
57+
<input class="form-control" id="search-query" type="search" disabled placeholder="Search" autocomplete="off" aria-label="Search">
58+
</form>
59+
</div>
60+
</div>
61+
</div>
62+
</nav>
63+
</header>
64+
65+
<main class="container-xxl">
66+
67+
<div class="content">
68+
<div class="actionbar">
69+
70+
<nav id="breadcrumb"></nav>
71+
</div>
72+
73+
<article data-uid="">
74+
75+
<p><img src="https://raw.githubusercontent.com/webexpress-framework/.github/main/docs/assets/img/banner.png" alt="WebExpress-Framework"></p>
76+
<h1 id="webexpress">WebExpress</h1>
77+
<p>WebExpress is a lightweight web server optimized for use in low-performance environments (e.g. Raspberry PI). By providing
78+
a powerful plugin system and a comprehensive API, web applications can be easily and quickly integrated into a .NET
79+
language (e.g. C#). Some advantages of WebExpress are:</p>
80+
<ul>
81+
<li>It is easy to use.</li>
82+
<li>It offers a variety of features and tools that can help you build and manage your website.</li>
83+
<li>It is fast and efficient and can help you save time and money.</li>
84+
<li>It is flexible and can be customized to meet your specific requirements.</li>
85+
</ul>
86+
<p>The WebExpress family includes the following projects:</p>
87+
<ul>
88+
<li><a href="https://github.com/webexpress-framework/WebExpress#readme">WebExpress</a> - The web server for WebExpress applications and the documentation.</li>
89+
<li><a href="https://github.com/webexpress-framework/WebExpress.WebCore#readme">WebExpress.WebCore</a> - The core for WebExpress applications.</li>
90+
<li><a href="https://github.com/webexpress-framework/WebExpress.WebUI#readme">WebExpress.WebUI</a> - Common templates and controls for WebExpress applications.</li>
91+
<li><a href="https://github.com/webexpress-framework/WebExpress.WebIndex#readme">WebExpress.WebIndex</a> - Reverse index for WebExpress applications.</li>
92+
<li><a href="https://github.com/webexpress-framework/WebExpress.WebApp#readme">WebExpress.WebApp</a> - Business application template for WebExpress applications.</li>
93+
</ul>
94+
<h1 id="webexpresswebui">WebExpress.WebUI</h1>
95+
<p><code>WebExpress.WebUI</code> is part of the WebExpress family. It provides templates and controls that standardize and facilitate the
96+
creation of web pages.</p>
97+
<h1 id="download">Download</h1>
98+
<p>The current binaries are available for download <a href="https://github.com/webexpress-framework/WebExpress/releases">here</a>.</p>
99+
<h1 id="tags">Tags</h1>
100+
<p>#WebUI #WebExpress #DotNet #NETCore</p>
101+
102+
</article>
103+
104+
<div class="contribution d-print-none">
105+
<a href="https://github.com/ReneSchwarzer/WebExpress.WebUI/blob/develop/docs/index.md/#L1" class="edit-link">Edit this page</a>
106+
</div>
107+
108+
<div class="next-article d-print-none border-top" id="nextArticle"></div>
109+
110+
</div>
111+
112+
<div class="affix">
113+
<nav id="affix"></nav>
114+
</div>
115+
</main>
116+
117+
<div class="container-xxl search-results" id="search-results"></div>
118+
119+
<footer class="border-top text-secondary">
120+
<div class="container-xxl">
121+
<div class="flex-fill">
122+
<span>Made with <a href="https://dotnet.github.io/docfx">docfx</a></span>
123+
</div>
124+
</div>
125+
</footer>
126+
</body>
127+
</html>

0 commit comments

Comments
 (0)