Skip to content

Commit 25181d1

Browse files
committed
docs: configure ReadTheDocs with Furo theme and markdown support
1 parent dc2fc5d commit 25181d1

File tree

2 files changed

+19
-10
lines changed

2 files changed

+19
-10
lines changed

docs/conf.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,5 @@
2727
'github_repo': 'laravel-migration-generator',
2828
'github_version': 'master',
2929
'conf_py_path': '/docs/',
30+
"sidebar_hide_name": True,
3031
}

docs/index.md

Lines changed: 18 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,23 @@
1-
```{include} ../README.md
2-
:relative-docs: docs/
3-
:relative-images:
1+
# Laravel Migration Generator
2+
3+
Generate Laravel migrations automatically from your existing database – with structure, clarity, and optional model
4+
generation.
5+
6+
```{toctree}
7+
:maxdepth: 2
8+
:caption: Documentation
9+
10+
installation
11+
usage
12+
migrations
13+
architecture
414
```
515

6-
# Laravel Migration Generator
16+
## Features
717

8-
Welcome to the documentation for Laravel Migration Generator.
18+
- 🧠 Analyze existing DB structure
19+
- 🏗 Generate Laravel migrations
920

10-
## Contents
21+
---
1122

12-
- [Installation](installation.md)
13-
- [Usage](usage.md)
14-
- [Migrations](migrations.md)
15-
- [Architecture](architecture.md)
23+
Made with ❤️ for developers who value structure.

0 commit comments

Comments
 (0)