Skip to content

Commit 1868a9e

Browse files
authored
AmbientCg Update (#12)
* Fetch from "full_json" for ambientCG just to get tags + preview image data. Wish download had this info. The include filter does not seem to work very well for full_json. * Start ACG grid format. * - Remove local storage caching. - Fix up image and tags grid display. - Remove download to file on click grid item. * Get some search working. TODO: Fix when switch source fetch. * Docs and hide search option for GPUOpen for now.
1 parent 262b6dd commit 1868a9e

853 files changed

Lines changed: 242549 additions & 312214 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.

documents/Doxyfile

Lines changed: 216 additions & 61 deletions
Large diffs are not rendered by default.

documents/Doxyfile.bak

Lines changed: 2889 additions & 0 deletions
Large diffs are not rendered by default.

documents/header.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,18 @@
1919
<!-- Bootstrap CSS -->
2020
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.1/dist/css/bootstrap.min.css" rel="stylesheet">
2121

22+
<!-- Mermaid.js for diagram rendering -->
23+
<!-- <script type="module">
24+
import mermaid from "https://cdn.jsdelivr.net/npm/mermaid/dist/mermaid.esm.min.mjs";
25+
mermaid.initialize({ startOnLoad: true });
26+
</script> -->
27+
<script src="https://unpkg.com/mermaid/dist/mermaid.min.js"></script>
28+
<script>
29+
mermaid.initialize({
30+
startOnLoad: true,
31+
theme: "dark"
32+
});
33+
</script>
2234
<!--BEGIN DISABLE_INDEX-->
2335
<!--BEGIN FULL_SIDEBAR-->
2436
<script type="text/javascript">var page_layout=1;</script>

documents/html/____pip-runner_____8py_source.html

Lines changed: 0 additions & 167 deletions
This file was deleted.

0 commit comments

Comments
 (0)