We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc544e1 commit ab2a101Copy full SHA for ab2a101
docs/conf.py
@@ -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
@@ -0,0 +1,10 @@
+# Laravel Migration Generator
+Welcome to the documentation for Laravel Migration Generator.
+## Contents
+- [Installation](installation.md)
+- [Usage](usage.md)
+- [Migrations](migrations.md)
+- [Architecture](architecture.md)
0 commit comments