Skip to content

Commit 4d0b801

Browse files
committed
fix: update all pages to use Just the Docs theme properly - Fix broken links on homepage using proper baseurl - Convert all pages from minimal-mistakes layout to Just the Docs layout - Remove theme-specific settings (toc, sidebar, etc.) - Establish proper navigation hierarchy with nav_order - Ensure all pages use layout: default or layout: home appropriately
1 parent 9ec3bb4 commit 4d0b801

File tree

6 files changed

+20
-39
lines changed

6 files changed

+20
-39
lines changed

docs/api/index.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
---
2-
layout: single
3-
title: "API Reference"
2+
layout: default
3+
title: API Reference
4+
nav_order: 3
45
description: "Complete CLI and Python API documentation"
5-
toc: true
6-
toc_label: "API Topics"
7-
toc_icon: "code"
8-
sidebar:
9-
nav: "docs"
106
---
117

128
# 🔌 API Reference

docs/configuration/index.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
---
2-
layout: single
3-
title: "Configuration"
2+
layout: default
3+
title: Configuration
4+
nav_order: 4
45
description: "Configure AI Command Auditor for your specific needs"
5-
toc: true
6-
toc_label: "Configuration Topics"
7-
toc_icon: "cog"
8-
sidebar:
9-
nav: "docs"
106
---
117

128
# ⚙️ Configuration Guide

docs/examples/index.md

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,9 @@
11
---
2-
layout: single
3-
title: "Examples & Tutorials"
2+
layout: default
3+
title: Examples & Tutorials
4+
nav_order: 5
5+
has_children: true
46
description: "Practical examples and step-by-step tutorials"
5-
toc: true
6-
toc_label: "Examples"
7-
toc_icon: "lightbulb"
8-
sidebar:
9-
nav: "docs"
107
---
118

129
# 💡 Examples & Tutorials

docs/examples/tutorial.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
---
2-
layout: single
3-
title: "Getting Started Tutorial"
2+
layout: default
3+
title: Getting Started Tutorial
4+
nav_order: 6
45
description: "Step-by-step tutorial for setting up and using AI Command Auditor"
5-
toc: true
6-
toc_label: "Tutorial Steps"
7-
toc_icon: "graduation-cap"
8-
sidebar:
9-
nav: "docs"
106
---
117

128
# 🎓 Getting Started Tutorial

docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ permalink: /
1313
Secure command validation and analysis for development workflows
1414
{: .fs-6 .fw-300 }
1515

16-
[Get started now](/installation){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
16+
[Get started now]({{ site.baseurl }}/installation/){: .btn .btn-primary .fs-5 .mb-4 .mb-md-0 .mr-2 }
1717
[View on GitHub](https://github.com/etherisc/ai-command-auditor){: .btn .fs-5 .mb-4 .mb-md-0 }
1818

1919
---
@@ -103,12 +103,12 @@ Fully open source with active community development, transparent security practi
103103

104104
## 🚀 Ready to Get Started?
105105

106-
[Install Now](/installation){: .btn .btn-primary .mr-2 }
107-
[View Tutorial](/examples/tutorial){: .btn .btn-outline }
106+
[Install Now]({{ site.baseurl }}/installation/){: .btn .btn-primary .mr-2 }
107+
[View Tutorial]({{ site.baseurl }}/examples/tutorial.html){: .btn .btn-outline }
108108
[GitHub Repository](https://github.com/etherisc/ai-command-auditor){: .btn .btn-outline }
109109

110110
---
111111

112112
*AI Command Auditor is developed by [Etherisc](https://github.com/etherisc) and the open source community.*
113113

114-
*Questions? Check our [Support](/support) section or join the community discussion.*
114+
*Questions? Check our [Support]({{ site.baseurl }}/support/) section or join the community discussion.*

docs/support/index.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,8 @@
11
---
2-
layout: single
3-
title: "Support & Help"
2+
layout: default
3+
title: Support & Help
4+
nav_order: 7
45
description: "Get help, find answers, and connect with the community"
5-
toc: true
6-
toc_label: "Support Topics"
7-
toc_icon: "question-circle"
8-
sidebar:
9-
nav: "docs"
106
---
117

128
# 🆘 Support & Help

0 commit comments

Comments
 (0)