Skip to content

Commit 05237c5

Browse files
author
committed
Deployed a2f0c45 with MkDocs version: 1.6.1
0 parents  commit 05237c5

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

54 files changed

+11313
-0
lines changed

.nojekyll

Whitespace-only changes.

404.html

Lines changed: 166 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,166 @@
1+
<!DOCTYPE html>
2+
<html class="writer-html5" lang="en" >
3+
<head>
4+
<meta charset="utf-8" />
5+
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0" /><meta name="author" content="Kit Loong" />
7+
<link rel="shortcut icon" href="/img/favicon.ico" />
8+
<title>Laravel Migrations Generator</title>
9+
<link rel="stylesheet" href="/css/theme.css" />
10+
<link rel="stylesheet" href="/css/theme_extra.css" />
11+
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/styles/github.min.css" />
12+
13+
<!--[if lt IE 9]>
14+
<script src="/js/html5shiv.min.js"></script>
15+
<![endif]-->
16+
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.8.0/highlight.min.js"></script>
17+
<script>hljs.highlightAll();</script>
18+
<script async src="https://www.googletagmanager.com/gtag/js?id=G-Q55TH3KLPX"></script>
19+
<script>
20+
window.dataLayer = window.dataLayer || [];
21+
function gtag(){dataLayer.push(arguments);}
22+
gtag('js', new Date());
23+
24+
gtag('config', "G-Q55TH3KLPX");
25+
</script>
26+
</head>
27+
28+
<body class="wy-body-for-nav" role="document">
29+
30+
<div class="wy-grid-for-nav">
31+
<nav data-toggle="wy-nav-shift" class="wy-nav-side stickynav">
32+
<div class="wy-side-scroll">
33+
<div class="wy-side-nav-search">
34+
<a href="/." class="icon icon-home"> Laravel Migrations Generator
35+
</a><div role="search">
36+
<form id ="rtd-search-form" class="wy-form" action="//search.html" method="get">
37+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" title="Type search term here" />
38+
</form>
39+
</div>
40+
</div>
41+
42+
<div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
43+
<ul>
44+
<li class="toctree-l1"><a class="reference internal" href="/.">Getting Started</a>
45+
</li>
46+
</ul>
47+
<ul>
48+
<li class="toctree-l1"><a class="reference internal" href="/usage/">Usage</a>
49+
</li>
50+
</ul>
51+
<p class="caption"><span class="caption-text">Options</span></p>
52+
<ul>
53+
<li class="toctree-l1"><a class="reference internal" href="/options/connection/">Connection</a>
54+
</li>
55+
<li class="toctree-l1"><a class="reference internal" href="/options/date/">Date</a>
56+
</li>
57+
<li class="toctree-l1"><a class="reference internal" href="/options/default-fk-names/">Default Foreign Key Names</a>
58+
</li>
59+
<li class="toctree-l1"><a class="reference internal" href="/options/default-index-names/">Default Index Names</a>
60+
</li>
61+
<li class="toctree-l1"><a class="reference internal" href="/options/ignore/">Ignore</a>
62+
</li>
63+
<li class="toctree-l1"><a class="reference internal" href="/options/log-with-batch/">Log With Batch</a>
64+
</li>
65+
<li class="toctree-l1"><a class="reference internal" href="/options/path/">Path</a>
66+
</li>
67+
<li class="toctree-l1"><a class="reference internal" href="/options/skip-log/">Skip Log</a>
68+
</li>
69+
<li class="toctree-l1"><a class="reference internal" href="/options/skip-proc/">Skip Procedures</a>
70+
</li>
71+
<li class="toctree-l1"><a class="reference internal" href="/options/skip-vendor/">Skip Vendor</a>
72+
</li>
73+
<li class="toctree-l1"><a class="reference internal" href="/options/skip-views/">Skip Views</a>
74+
</li>
75+
<li class="toctree-l1"><a class="reference internal" href="/options/squash/">Squash Migrations</a>
76+
</li>
77+
<li class="toctree-l1"><a class="reference internal" href="/options/table-filename/">Table Filename</a>
78+
</li>
79+
<li class="toctree-l1"><a class="reference internal" href="/options/tables/">Tables</a>
80+
</li>
81+
<li class="toctree-l1"><a class="reference internal" href="/options/template-path/">Template Path</a>
82+
</li>
83+
<li class="toctree-l1"><a class="reference internal" href="/options/use-db-collation/">Use Database Collation</a>
84+
</li>
85+
<li class="toctree-l1"><a class="reference internal" href="/options/with-has-table/">With Has Table</a>
86+
</li>
87+
</ul>
88+
<ul>
89+
<li class="toctree-l1"><a class="reference internal" href="/sqlite/">SQLite Alter Foreign Key</a>
90+
</li>
91+
</ul>
92+
<ul>
93+
<li class="toctree-l1"><a class="reference internal" href="/udt-columns/">User-Defined Type Columns</a>
94+
</li>
95+
</ul>
96+
</div>
97+
</div>
98+
</nav>
99+
100+
<section data-toggle="wy-nav-shift" class="wy-nav-content-wrap">
101+
<nav class="wy-nav-top" role="navigation" aria-label="Mobile navigation menu">
102+
<i data-toggle="wy-nav-top" class="fa fa-bars"></i>
103+
<a href="/.">Laravel Migrations Generator</a>
104+
105+
</nav>
106+
<div class="wy-nav-content">
107+
<div class="rst-content"><div role="navigation" aria-label="breadcrumbs navigation">
108+
<ul class="wy-breadcrumbs">
109+
<li><a href="/." class="icon icon-home" aria-label="Docs"></a></li>
110+
<li class="wy-breadcrumbs-aside">
111+
</li>
112+
</ul>
113+
<hr/>
114+
</div>
115+
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
116+
<div class="section" itemprop="articleBody">
117+
118+
119+
<h1 id="404-page-not-found">404</h1>
120+
121+
<p><strong>Page not found</strong></p>
122+
123+
124+
</div>
125+
</div><footer>
126+
127+
<hr/>
128+
129+
<div role="contentinfo">
130+
<!-- Copyright etc -->
131+
</div>
132+
133+
Built with <a href="https://www.mkdocs.org/">MkDocs</a> using a <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a> provided by <a href="https://readthedocs.org">Read the Docs</a>.
134+
</footer>
135+
136+
</div>
137+
</div>
138+
139+
</section>
140+
141+
</div>
142+
143+
<div class="rst-versions" role="note" aria-label="Versions">
144+
<span class="rst-current-version" data-toggle="rst-current-version">
145+
146+
<span>
147+
<a href="https://github.com/kitloong/laravel-migrations-generator" class="fa fa-github" style="color: #fcfcfc"> GitHub</a>
148+
</span>
149+
150+
151+
152+
</span>
153+
</div>
154+
<script src="/js/jquery-3.6.0.min.js"></script>
155+
<script>var base_url = "/";</script>
156+
<script src="/js/theme_extra.js"></script>
157+
<script src="/js/theme.js"></script>
158+
<script src="/search/main.js"></script>
159+
<script>
160+
jQuery(function () {
161+
SphinxRtdTheme.Navigation.enable(true);
162+
});
163+
</script>
164+
165+
</body>
166+
</html>

css/fonts/Roboto-Slab-Bold.woff

85.6 KB
Binary file not shown.

css/fonts/Roboto-Slab-Bold.woff2

65.7 KB
Binary file not shown.

css/fonts/Roboto-Slab-Regular.woff

84.3 KB
Binary file not shown.
64.9 KB
Binary file not shown.

css/fonts/fontawesome-webfont.eot

162 KB
Binary file not shown.

0 commit comments

Comments
 (0)