Skip to content

Commit a4552b2

Browse files
committed
restructure docs
1 parent d5ab6ad commit a4552b2

5 files changed

Lines changed: 2 additions & 1 deletion

File tree

content/en/docs/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ menu: {main: {weight: 20}}
77
Welcome to the SolverForge documentation. Choose a section to get started:
88

99
- **[Overview](overview.md)** - Project Overview and roadmap
10+
- **[Concepts](concepts/)** - Introduction to PlanningAI
1011
- **[Getting Started](getting-started/)** — Quickstart guides and tutorials (legacy Python examples)
1112
- **[Rust Solver](solverforge/)** — Rust-based constraint solver with WASM modules and HTTP communication
1213
- **[Python Solver](solverforge-legacy/)** — Technical documentation for the Python constraint solver

content/en/docs/solverforge-legacy/concepts/_index.md renamed to content/en/docs/concepts/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: "Concepts"
33
linkTitle: "Concepts"
4-
weight: 10
4+
weight: 2
55
tags: [concepts, python]
66
description: >
77
Understand the fundamental concepts of planning optimization and constraint solving.
File renamed without changes.
File renamed without changes.

content/en/docs/solverforge-legacy/concepts/what-is-planning.md renamed to content/en/docs/concepts/what-is-planning.md

File renamed without changes.

0 commit comments

Comments
 (0)