Skip to content

Commit aa8ae18

Browse files
committed
Set explicit HTML permalinks for docs pages
1 parent 24b187a commit aa8ae18

20 files changed

Lines changed: 52 additions & 56 deletions

docs/01-quickstart.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
2+
permalink: /01-quickstart.html
23
---
3-
# 01. FACET v2.1.3 Quick Start Guide
44

5+
# 01. FACET v2.1.3 Quick Start Guide
56
**Reading Time:** 5 minutes | **Difficulty:** Beginner | **Next:** [02-tutorial.md](02-tutorial.html)
6-
77
Get up and running with FACET in 5 minutes.
88

9-
---
10-
119
## Table of Contents
1210

1311
- [What is FACET?](#what-is-facet)

docs/02-tutorial.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,12 @@
11
---
2+
permalink: /02-tutorial.html
23
---
3-
# 02. FACET v2.1.3 Complete Tutorial
44

5+
# 02. FACET v2.1.3 Complete Tutorial
56
**Reading Time:** 30-60 minutes | **Difficulty:** Beginner → Advanced | **Previous:** [01-quickstart.md](01-quickstart.html) | **Next:** [03-architecture.md](03-architecture.html)
6-
77
**Learning Path:** Beginner → Intermediate → Advanced
88
**Prerequisites:** Basic programming knowledge
99

10-
---
11-
1210
## Table of Contents
1311

1412
1. [Hello World](#1-hello-world)

docs/03-architecture.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
2+
permalink: /03-architecture.html
23
---
3-
# 03. FACET v2.1.3 Architecture Guide
44

5+
# 03. FACET v2.1.3 Architecture Guide
56
**Reading Time:** 20-30 minutes | **Difficulty:** Intermediate | **Previous:** [02-tutorial.md](02-tutorial.html) | **Next:** [04-type-system.md](04-type-system.html)
6-
77
**Last Updated:** 2025-12-09
88
**Version:** 0.1.0
99
**Status:** Production Ready
1010

11-
---
12-
1311
## Table of Contents
1412

1513
- [Overview](#overview)

docs/04-type-system.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
2+
permalink: /04-type-system.html
23
---
3-
# 04. FACET Type System (FTS) Reference
44

5+
# 04. FACET Type System (FTS) Reference
56
**Reading Time:** 25-35 minutes | **Difficulty:** Intermediate | **Previous:** [03-architecture.md](03-architecture.html) | **Next:** [05-examples-guide.md](05-examples-guide.html)
6-
77
**Version:** 0.1.0
88
**Status:** Production Ready
99
**Last Updated:** 2025-12-09
1010

11-
---
12-
1311
## Table of Contents
1412

1513
- [Overview](#overview)

docs/05-examples-guide.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
2+
permalink: /05-examples-guide.html
23
---
3-
# 05. FACET Examples Guide
44

5+
# 05. FACET Examples Guide
56
**Reading Time:** 45-60 minutes | **Difficulty:** Beginner → Advanced | **Previous:** [04-type-system.md](04-type-system.html) | **Next:** [06-cli.md](06-cli.html)
6-
77
**Version:** 1.0
88
**Last Updated:** 2025-12-09
99
**Status:** Production Ready
1010

11-
---
12-
1311
## Table of Contents
1412

1513
- [Overview](#overview)

docs/06-cli.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,12 @@
11
---
2+
permalink: /06-cli.html
23
---
3-
# 06. FACET CLI Reference
44

5+
# 06. FACET CLI Reference
56
**Reading Time:** 15-20 minutes | **Difficulty:** Beginner | **Previous:** [05-examples-guide.md](05-examples-guide.html) | **Next:** [07-api-reference.md](07-api-reference.html)
6-
77
Complete command-line interface documentation for the FACET v2.1.3 Compiler (`fct`).
8-
98
**Specification Compliance:** Implements the v2.1.3 command surface (`build`, `run`, `test`, `inspect`, `codegen`) with profile/mode-aware behavior.
109

11-
---
12-
1310
## Table of Contents
1411

1512
- [Overview](#overview)

docs/07-api-reference.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
2+
permalink: /07-api-reference.html
23
---
3-
# 07. FACET v2.1.3 Rust API Reference
44

5+
# 07. FACET v2.1.3 Rust API Reference
56
**Reading Time:** 30-40 minutes | **Difficulty:** Advanced | **Previous:** [06-cli.md](06-cli.html) | **Next:** [08-lenses.md](08-lenses.html)
6-
77
**Version:** 0.1.0
88
**Last Updated:** 2025-12-09
99
**Status:** Production Ready
1010

11-
---
12-
1311
## Table of Contents
1412

1513
- [Overview](#overview)

docs/08-lenses.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
2+
permalink: /08-lenses.html
23
---
3-
# 08. FACET Standard Lens Library Reference
44

5+
# 08. FACET Standard Lens Library Reference
56
**Reading Time:** 20-25 minutes | **Difficulty:** Intermediate | **Previous:** [07-api-reference.md](07-api-reference.html) | **Next:** [09-testing.md](09-testing.html)
6-
77
Complete reference for all built-in lens functions in FACET v2.1.3.
88

9-
---
10-
119
## Table of Contents
1210

1311
### String Lenses

docs/09-testing.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
11
---
2+
permalink: /09-testing.html
23
---
3-
# 09. FACET v2.1.3 Testing Guide
44

5+
# 09. FACET v2.1.3 Testing Guide
56
**Reading Time:** 15-20 minutes | **Difficulty:** Intermediate | **Previous:** [08-lenses.md](08-lenses.html) | **Next:** [10-performance.md](10-performance.html)
6-
77
**Specification Compliance:** Implements FACET v2.1.3 specification Section 13 (@test blocks) with extended features.
88

9-
---
10-
119
## Table of Contents
1210

1311
- [Overview](#overview)

docs/10-performance.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,13 @@
11
---
2+
permalink: /10-performance.html
23
---
3-
# 10. FACET Performance Guide
44

5+
# 10. FACET Performance Guide
56
**Reading Time:** 25-30 minutes | **Difficulty:** Intermediate | **Previous:** [09-testing.md](09-testing.html) | **Next:** [11-security.md](11-security.html)
6-
77
**Version:** 1.0
88
**Last Updated:** 2025-12-09
99
**Status:** Production Ready
1010

11-
---
12-
1311
## Table of Contents
1412

1513
- [Performance Overview](#performance-overview)

0 commit comments

Comments
 (0)