Skip to content

Commit cd646fd

Browse files
committed
Configure GitHub Pages: index.md, _config.yml, Jekyll front matter
- Rename Home.md → index.md (GitHub Pages entry point) - Add _config.yml with jekyll-theme-cayman - Add Jekyll front matter (layout: default, title) to all 17 docs - Fix links to use extensionless paths for Jekyll routing - Update version to v0.8.5-alpha
1 parent 6076623 commit cd646fd

19 files changed

+134
-20
lines changed

docs/Architecture.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: Architecture
4+
---
5+
16
# Architecture
27

38
## Table of Contents

docs/Building.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: Building from Source
4+
---
5+
16
# Building from Source
27

38
## Table of Contents

docs/Client-SDK.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: Client SDK Overview
4+
---
5+
16
# Client SDK Overview
27

38
For the full SDK reference with code examples, see the [SDK Guide](SDK-Guide.md).

docs/Configuration.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: Configuration Reference
4+
---
5+
16
# Configuration Reference
27

38
## Table of Contents

docs/DNS-Discovery.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: DNS Discovery
4+
---
5+
16
# DNS Discovery
27

38
## Table of Contents

docs/FAQ.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: Frequently Asked Questions
4+
---
5+
16
# Frequently Asked Questions
27

38
## What is Lemonade-Nexus?

docs/Frameworks-and-Libraries.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: Frameworks and Libraries
4+
---
5+
16
# Frameworks and Libraries
27

38
## Core Language: C++20

docs/Getting-Started.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: Getting Started
4+
---
5+
16
# Getting Started
27

38
## Prerequisites

docs/Home.md

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

docs/IP-Ranges.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
---
2+
layout: default
3+
title: IP Ranges and IPAM
4+
---
5+
16
# IP Ranges and IPAM
27

38
## Table of Contents

0 commit comments

Comments
 (0)