Skip to content

Commit 4953c18

Browse files
committed
Fix duplicate header issue in GitHub Pages documentation
- Remove duplicate 'StatClean Documentation' header from index.md - Simplify Jekyll site title in _config.yml - Improve page structure with proper welcome header
1 parent 4c441d7 commit 4953c18

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/_config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
title: StatClean Documentation
1+
title: StatClean
22
description: Comprehensive statistical data preprocessing and outlier detection library
33
theme: minima
44
url: "https://subaashnair.github.io"

docs/index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# StatClean Documentation
1+
# Welcome to StatClean
22

3-
Welcome to StatClean - A comprehensive statistical data preprocessing and outlier detection library.
3+
A comprehensive statistical data preprocessing and outlier detection library with formal statistical testing and publication-quality reporting.
44

55
## Quick Start
66

0 commit comments

Comments
 (0)