Skip to content

Commit d297fe1

Browse files
committed
Fix main page rendering - remove collections config and nav_order, ensure proper Jekyll rendering
1 parent 7ef0e52 commit d297fe1

File tree

8 files changed

+2
-52
lines changed

8 files changed

+2
-52
lines changed

docs/_config.yml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,11 @@ plugins:
2727
markdown: kramdown
2828
highlighter: rouge
2929

30-
# Collections
31-
collections:
32-
docs:
33-
output: true
34-
permalink: /:collection/:name/
35-
3630
# Defaults
3731
defaults:
3832
- scope:
3933
path: ""
40-
type: "docs"
34+
type: "pages"
4135
values:
4236
layout: "default"
4337
search: true

docs/api-reference.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: default
33
title: API Reference
44
description: Complete API documentation for SmartRAG - Services, interfaces, and usage examples
5-
nav_order: 4
65
---
76

87
# API Reference

docs/configuration.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: default
33
title: Configuration
44
description: Complete configuration guide for SmartRAG - AI providers, storage backends, and advanced settings
5-
nav_order: 3
65
---
76

87
# Configuration Guide

docs/examples.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: default
33
title: Examples
44
description: Real-world examples and sample applications for SmartRAG implementation
5-
nav_order: 5
65
---
76

87
# SmartRAG Examples

docs/getting-started.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: default
33
title: Getting Started
44
description: Quick start guide for SmartRAG - Installation, configuration, and first steps
5-
nav_order: 2
65
---
76

87
# Getting Started with SmartRAG

docs/index.html

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

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
layout: default
33
title: SmartRAG Documentation
4-
nav_order: 1
4+
description: Enterprise-grade RAG library for .NET applications
55
---
66

77
# SmartRAG Documentation

docs/troubleshooting.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
layout: default
33
title: Troubleshooting
44
description: Common issues, solutions, and debugging guide for SmartRAG
5-
nav_order: 6
65
---
76

87
# SmartRAG Troubleshooting Guide

0 commit comments

Comments
 (0)