Skip to content

Commit 43956fa

Browse files
Built site for gh-pages
1 parent 4d55072 commit 43956fa

11 files changed

+60
-17
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d07a7553
1+
9d55fb9b

docs/architecture.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<div class="collapse navbar-collapse" id="navbarCollapse">
9090
<ul class="navbar-nav navbar-nav-scroll me-auto">
9191
<li class="nav-item">
92-
<a class="nav-link" href="../docs/index.html">
92+
<a class="nav-link" href="../index.qmd" target="docs/index.qmd">
9393
<span class="menu-text">Home</span></a>
9494
</li>
9595
<li class="nav-item">
@@ -265,7 +265,7 @@ <h2 class="anchored" data-anchor-id="architecture">Architecture</h2>
265265
}
266266
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
267267
var mailtoRegex = new RegExp(/^mailto:/);
268-
var filterRegex = new RegExp('/' + window.location.host + '/');
268+
var filterRegex = new RegExp("https:\/\/Promptly-Technologies-LLC\.github\.io\/fastapi-jinja2-postgres-webapp\/");
269269
var isInternal = (href) => {
270270
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
271271
}

docs/authentication.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<div class="collapse navbar-collapse" id="navbarCollapse">
9090
<ul class="navbar-nav navbar-nav-scroll me-auto">
9191
<li class="nav-item">
92-
<a class="nav-link" href="../docs/index.html">
92+
<a class="nav-link" href="../index.qmd" target="docs/index.qmd">
9393
<span class="menu-text">Home</span></a>
9494
</li>
9595
<li class="nav-item">
@@ -311,7 +311,7 @@ <h3 class="anchored" data-anchor-id="password-reset-flow">Password Reset Flow</h
311311
}
312312
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
313313
var mailtoRegex = new RegExp(/^mailto:/);
314-
var filterRegex = new RegExp('/' + window.location.host + '/');
314+
var filterRegex = new RegExp("https:\/\/Promptly-Technologies-LLC\.github\.io\/fastapi-jinja2-postgres-webapp\/");
315315
var isInternal = (href) => {
316316
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
317317
}

docs/contributing.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<div class="collapse navbar-collapse" id="navbarCollapse">
124124
<ul class="navbar-nav navbar-nav-scroll me-auto">
125125
<li class="nav-item">
126-
<a class="nav-link" href="../docs/index.html">
126+
<a class="nav-link" href="../index.qmd" target="docs/index.qmd">
127127
<span class="menu-text">Home</span></a>
128128
</li>
129129
<li class="nav-item">
@@ -318,7 +318,7 @@ <h3 class="anchored" data-anchor-id="publish-the-documentation">Publish the docu
318318
}
319319
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
320320
var mailtoRegex = new RegExp(/^mailto:/);
321-
var filterRegex = new RegExp('/' + window.location.host + '/');
321+
var filterRegex = new RegExp("https:\/\/Promptly-Technologies-LLC\.github\.io\/fastapi-jinja2-postgres-webapp\/");
322322
var isInternal = (href) => {
323323
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
324324
}

docs/customization.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<div class="collapse navbar-collapse" id="navbarCollapse">
9090
<ul class="navbar-nav navbar-nav-scroll me-auto">
9191
<li class="nav-item">
92-
<a class="nav-link" href="../docs/index.html">
92+
<a class="nav-link" href="../index.qmd" target="docs/index.qmd">
9393
<span class="menu-text">Home</span></a>
9494
</li>
9595
<li class="nav-item">
@@ -257,7 +257,7 @@ <h2 class="anchored" data-anchor-id="under-construction">Under construction</h2>
257257
}
258258
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
259259
var mailtoRegex = new RegExp(/^mailto:/);
260-
var filterRegex = new RegExp('/' + window.location.host + '/');
260+
var filterRegex = new RegExp("https:\/\/Promptly-Technologies-LLC\.github\.io\/fastapi-jinja2-postgres-webapp\/");
261261
var isInternal = (href) => {
262262
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
263263
}

docs/deployment.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<div class="collapse navbar-collapse" id="navbarCollapse">
9090
<ul class="navbar-nav navbar-nav-scroll me-auto">
9191
<li class="nav-item">
92-
<a class="nav-link" href="../docs/index.html">
92+
<a class="nav-link" href="../index.qmd" target="docs/index.qmd">
9393
<span class="menu-text">Home</span></a>
9494
</li>
9595
<li class="nav-item">
@@ -257,7 +257,7 @@ <h2 class="anchored" data-anchor-id="under-construction">Under construction</h2>
257257
}
258258
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
259259
var mailtoRegex = new RegExp(/^mailto:/);
260-
var filterRegex = new RegExp('/' + window.location.host + '/');
260+
var filterRegex = new RegExp("https:\/\/Promptly-Technologies-LLC\.github\.io\/fastapi-jinja2-postgres-webapp\/");
261261
var isInternal = (href) => {
262262
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
263263
}

docs/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@
8989
<div class="collapse navbar-collapse" id="navbarCollapse">
9090
<ul class="navbar-nav navbar-nav-scroll me-auto">
9191
<li class="nav-item">
92-
<a class="nav-link active" href="../docs/index.html" aria-current="page">
92+
<a class="nav-link" href="../index.qmd" target="docs/index.qmd">
9393
<span class="menu-text">Home</span></a>
9494
</li>
9595
<li class="nav-item">
@@ -132,7 +132,8 @@
132132
<h2 id="toc-title">On this page</h2>
133133

134134
<ul>
135-
<li><a href="#design-philosophy" id="toc-design-philosophy" class="nav-link active" data-scroll-target="#design-philosophy">Design Philosophy</a></li>
135+
<li><a href="#features" id="toc-features" class="nav-link active" data-scroll-target="#features">Features</a></li>
136+
<li><a href="#design-philosophy" id="toc-design-philosophy" class="nav-link" data-scroll-target="#design-philosophy">Design Philosophy</a></li>
136137
<li><a href="#tech-stack" id="toc-tech-stack" class="nav-link" data-scroll-target="#tech-stack">Tech Stack</a></li>
137138
<li><a href="#license" id="toc-license" class="nav-link" data-scroll-target="#license">License</a></li>
138139
</ul>
@@ -166,6 +167,8 @@ <h1 class="title">FastAPI, Jinja2, PostgreSQL Webapp Template</h1>
166167
<figcaption>Screenshot of homepage</figcaption>
167168
</figure>
168169
</div>
170+
<section id="features" class="level2">
171+
<h2 class="anchored" data-anchor-id="features">Features</h2>
169172
<p>This template combines three of the most lightweight and performant open-source web development frameworks into a customizable webapp template with:</p>
170173
<ul>
171174
<li>Pure Python backend</li>
@@ -178,6 +181,7 @@ <h1 class="title">FastAPI, Jinja2, PostgreSQL Webapp Template</h1>
178181
<li>Password recovery flow</li>
179182
<li>Role-based access control system</li>
180183
</ul>
184+
</section>
181185
<section id="design-philosophy" class="level2">
182186
<h2 class="anchored" data-anchor-id="design-philosophy">Design Philosophy</h2>
183187
<p>The design philosophy of the template is to prefer low-level, best-in-class open-source frameworks that offer flexibility, scalability, and performance without vendor-lock-in. You’ll find the template amazingly easy not only to understand and customize, but also to deploy to any major cloud hosting platform.</p>
@@ -287,7 +291,7 @@ <h2 class="anchored" data-anchor-id="license">License</h2>
287291
}
288292
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
289293
var mailtoRegex = new RegExp(/^mailto:/);
290-
var filterRegex = new RegExp('/' + window.location.host + '/');
294+
var filterRegex = new RegExp("https:\/\/Promptly-Technologies-LLC\.github\.io\/fastapi-jinja2-postgres-webapp\/");
291295
var isInternal = (href) => {
292296
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
293297
}

docs/installation.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@
123123
<div class="collapse navbar-collapse" id="navbarCollapse">
124124
<ul class="navbar-nav navbar-nav-scroll me-auto">
125125
<li class="nav-item">
126-
<a class="nav-link" href="../docs/index.html">
126+
<a class="nav-link" href="../index.qmd" target="docs/index.qmd">
127127
<span class="menu-text">Home</span></a>
128128
</li>
129129
<li class="nav-item">
@@ -385,7 +385,7 @@ <h2 class="anchored" data-anchor-id="lint-types-with-mypy">Lint types with mypy<
385385
}
386386
var localhostRegex = new RegExp(/^(?:http|https):\/\/localhost\:?[0-9]*\//);
387387
var mailtoRegex = new RegExp(/^mailto:/);
388-
var filterRegex = new RegExp('/' + window.location.host + '/');
388+
var filterRegex = new RegExp("https:\/\/Promptly-Technologies-LLC\.github\.io\/fastapi-jinja2-postgres-webapp\/");
389389
var isInternal = (href) => {
390390
return filterRegex.test(href) || localhostRegex.test(href) || mailtoRegex.test(href);
391391
}

robots.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
Sitemap: https://Promptly-Technologies-LLC.github.io/fastapi-jinja2-postgres-webapp/sitemap.xml

search.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,14 @@
102102
"href": "docs/index.html",
103103
"title": "FastAPI, Jinja2, PostgreSQL Webapp Template",
104104
"section": "",
105-
"text": "Screenshot of homepage\nThis template combines three of the most lightweight and performant open-source web development frameworks into a customizable webapp template with:\nThe template also includes full-featured secure auth with:"
105+
"text": "Screenshot of homepage"
106+
},
107+
{
108+
"objectID": "docs/index.html#features",
109+
"href": "docs/index.html#features",
110+
"title": "FastAPI, Jinja2, PostgreSQL Webapp Template",
111+
"section": "Features",
112+
"text": "Features\nThis template combines three of the most lightweight and performant open-source web development frameworks into a customizable webapp template with:\n\nPure Python backend\nLow-Javascript frontend\nPowerful, easy-to-manage database layer\n\nThe template also includes full-featured secure auth with:\n\nToken-based authentication\nPassword recovery flow\nRole-based access control system"
106113
},
107114
{
108115
"objectID": "docs/index.html#design-philosophy",

0 commit comments

Comments
 (0)