Skip to content

Commit 56b3d15

Browse files
Removed Known Issues section
1 parent 834f020 commit 56b3d15

File tree

2 files changed

+0
-31
lines changed

2 files changed

+0
-31
lines changed

template/index.html

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ <h2>Categories</h2>
2626
<li><a href="#diligent-engine">Description</a></li>
2727
<li><a href="#tutorials">Tutorials</a></li>
2828
<li><a href="#samples">Samples</a></li>
29-
<li><a href="#known-issues">Known issues</a></li>
3029
</ul>
3130
</nav>
3231

@@ -76,12 +75,6 @@ <h2>Samples</h2>
7675
<div class="grid" id="samplesGrid">
7776
</div>
7877
</section>
79-
<section id="known-issues">
80-
<h2>Known issues</h2>
81-
<ul>
82-
<li>18 - Queries tutorial doesn't work on WebGPU.</li>
83-
</ul>
84-
</section>
8578
</div>
8679
</div>
8780

template/styles.css

Lines changed: 0 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -240,30 +240,6 @@ section {
240240
scroll-margin-top: 100px;
241241
}
242242

243-
#known-issues {
244-
margin-top: 40px;
245-
padding: 30px;
246-
background-color: rgba(0, 0, 0, 0.4);
247-
border-radius: 8px;
248-
box-shadow: 0 4px 15px rgba(0, 0, 0, 0.3);
249-
}
250-
251-
#known-issues h2 {
252-
margin-bottom: 15px;
253-
color: #ffffff;
254-
text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
255-
}
256-
257-
#known-issues ul {
258-
list-style-type: disc;
259-
padding-left: 35px;
260-
color: #ddd;
261-
}
262-
263-
#known-issues ul li {
264-
margin-bottom: 10px;
265-
}
266-
267243
#diligent-engine {
268244
padding: 25px 30px;
269245
background-color: rgba(0, 0, 0, 0.4);

0 commit comments

Comments
 (0)