Skip to content

Commit 8fe9430

Browse files
docs: update documentation branding with logo configuration and resized assets
1 parent 9415390 commit 8fe9430

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<p align="center">
2-
<img src="https://raw.githubusercontent.com/ENDEVSOLS/LongParser/main/docs/assets/logo.png" alt="LongParser" width="200">
3-
<h1 align="center">LongParser</h1>
2+
<img src="https://raw.githubusercontent.com/ENDEVSOLS/LongParser/main/docs/assets/logo.png" alt="LongParser" width="320">
43
<p align="center"><strong>Privacy-first document intelligence engine for production RAG pipelines.</strong></p>
54
<p align="center">
65
Parse PDFs, DOCX, PPTX, XLSX &amp; CSV → validated, AI-ready chunks with HITL review.

docs/index.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<p align="center">
2-
<!-- Logo goes here once ready -->
3-
<h1 align="center">LongParser</h1>
2+
<img src="https://raw.githubusercontent.com/ENDEVSOLS/LongParser/main/docs/assets/logo.png" alt="LongParser" width="320">
43
<p align="center"><strong>Privacy-first document intelligence engine for production RAG pipelines.</strong></p>
54
<p align="center">Parse PDFs, DOCX, PPTX, XLSX &amp; CSV → validated, AI-ready chunks with HITL review.</p>
65
<p align="center">

mkdocs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ edit_uri: edit/main/docs/
77

88
theme:
99
name: material
10+
logo: assets/logo.png
11+
favicon: assets/logo.png
1012
palette:
1113
- media: "(prefers-color-scheme: light)"
1214
scheme: default

0 commit comments

Comments
 (0)