Skip to content

Commit 38ba2ae

Browse files
OffgridwithJDclaude
andcommitted
docs: wire the MkDocs theme to the new open_pg_tde logo
Replace the placeholder mammoth logo and favicon with the new brand assets: the white mark for the header (which sits on the Command Prompt blue), the SVG favicon, and the color mark on the PDF cover page. Also refresh the stale version on the PDF cover. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
1 parent 5f0802f commit 38ba2ae

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
<!--<h1>'{{ config.site_name }}'</h1>-->
22
{{ config.extra.added_key }}
33
<p>
4-
<img src="_images/mammoth.png" />
4+
<img src="_images/open_pg_tde-logo/png/open_pg_tde-mark-256.png" />
55
</p>
66
<h1>open_pg_tde: Transparent Data Encryption for PostgreSQL</h1>
77
{% if config.site_description %}
88
<h1>{{ config.site_description }}</h1>
99
{% endif %}
10-
<h2> 2.2.1 (2026-07-06)</h2>
10+
<h2> 2.3.0 </h2>

documentation/mkdocs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,8 @@ use_directory_urls: false
1515
# Theme settings
1616
theme:
1717
name: material
18-
logo: _images/mammoth.png
19-
favicon: _images/mammoth-48.png
18+
logo: _images/open_pg_tde-logo/mark/icon-white.svg
19+
favicon: _images/open_pg_tde-logo/favicon/favicon.svg
2020
font:
2121
text: Work Sans
2222
palette:

0 commit comments

Comments
 (0)