-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path_quarto.yml
More file actions
39 lines (38 loc) · 1.17 KB
/
Copy path_quarto.yml
File metadata and controls
39 lines (38 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
project:
type: website
output-dir: _docs
website:
title: "FastAPI Webapp Template"
site-url: "https://promptlytechnologies.com/fastapi-jinja2-postgres-webapp/"
description: "A production-ready FastAPI web application template with Jinja2 templates, PostgreSQL database, and built-in authentication."
open-graph: true
twitter-card: true
navbar:
left:
- href: index.qmd
text: Home
- href: docs/architecture.qmd
text: Architecture
- href: docs/authentication.qmd
text: Authentication
- href: docs/installation.qmd
text: Installation
- href: docs/customization.qmd
text: Customization
- href: docs/deployment.qmd
text: Deployment
- href: docs/contributing.qmd
text: Contributing
right:
- icon: github
href: https://github.com/promptly-technologies-llc/fastapi-jinja2-postgres-webapp
page-footer:
left: "Copyright 2024, Promptly Technologies, LLC. MIT License."
right:
- icon: github
href: https://github.com/promptly-technologies-llc/fastapi-jinja2-postgres-webapp
format:
html:
theme: cosmo
css: docs/static/styles.css
toc: true