Skip to content

Commit aa29663

Browse files
committed
docs: update title in Jekyll configuration for consistency
- Changed the title in both _config.yml and process-docs.sh from "DXT Documentation" to "DXT Docs" to maintain uniformity across documentation files.
1 parent 23f87c8 commit aa29663

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/scripts/docs/create-jekyll-config.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ EOF
2929
# Create _config.yml
3030
echo "📄 Creating _config.yml..."
3131
cat > site-src/_config.yml << EOF
32-
title: DXT Documentation
32+
title: DXT Docs
3333
description: Documentation for the DEFRA Forms Engine Plugin
3434
3535
# Theme configuration

.github/scripts/docs/process-docs.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ for doc_file in $(find . -maxdepth 1 -name "*.md"); do
5252
case "$base_name" in
5353
"index"|"INDEX")
5454
nav_order=1
55-
title="DXT Documentation"
55+
title="DXT Docs"
5656
;;
5757
"GETTING_STARTED")
5858
nav_order=2

0 commit comments

Comments
 (0)