Skip to content

Commit ab2a101

Browse files
committed
docs added.
1 parent dc544e1 commit ab2a101

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

docs/conf.py

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# docs/conf.py
2+
3+
project = 'Laravel Migration Generator'
4+
author = 'N3XT0R'
5+
release = '8.0.0'
6+
7+
extensions = [
8+
'myst_parser',
9+
]
10+
11+
source_suffix = {
12+
'.md': 'markdown',
13+
}
14+
15+
master_doc = 'index'
16+
exclude_patterns = []
17+
html_theme = 'furo'

docs/index.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Laravel Migration Generator
2+
3+
Welcome to the documentation for Laravel Migration Generator.
4+
5+
## Contents
6+
7+
- [Installation](installation.md)
8+
- [Usage](usage.md)
9+
- [Migrations](migrations.md)
10+
- [Architecture](architecture.md)

0 commit comments

Comments
 (0)