Skip to content

Commit 78ccc5c

Browse files
Built site for gh-pages
1 parent 3f5409f commit 78ccc5c

File tree

4 files changed

+5
-5
lines changed

4 files changed

+5
-5
lines changed

.nojekyll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
db0986cd
1+
0d8f0b6c

docs/installation.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -220,7 +220,7 @@ <h2 class="anchored" data-anchor-id="install-all-dependencies-in-a-vscode-dev-co
220220
<div class="sourceCode" id="cb1"><pre class="sourceCode json code-with-copy"><code class="sourceCode json"><span id="cb1-1"><a href="#cb1-1" aria-hidden="true" tabindex="-1"></a><span class="fu">{</span></span>
221221
<span id="cb1-2"><a href="#cb1-2" aria-hidden="true" tabindex="-1"></a> <span class="dt">"name"</span><span class="fu">:</span> <span class="st">"Python 3"</span><span class="fu">,</span></span>
222222
<span id="cb1-3"><a href="#cb1-3" aria-hidden="true" tabindex="-1"></a> <span class="dt">"image"</span><span class="fu">:</span> <span class="st">"mcr.microsoft.com/devcontainers/python:1-3.12-bullseye"</span><span class="fu">,</span></span>
223-
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a> <span class="dt">"postCreateCommand"</span><span class="fu">:</span> <span class="st">"sudo apt update &amp;&amp; sudo apt install -y python3-dev libpq-dev graphviz &amp;&amp; quarto add mcanouil/quarto-iconify &amp;&amp; pipx install poetry &amp;&amp; poetry install &amp;&amp; poetry shell"</span><span class="fu">,</span></span>
223+
<span id="cb1-4"><a href="#cb1-4" aria-hidden="true" tabindex="-1"></a> <span class="dt">"postCreateCommand"</span><span class="fu">:</span> <span class="st">"sudo apt update &amp;&amp; sudo apt install -y python3-dev libpq-dev graphviz &amp;&amp; pipx install poetry &amp;&amp; poetry install &amp;&amp; poetry shell"</span><span class="fu">,</span></span>
224224
<span id="cb1-5"><a href="#cb1-5" aria-hidden="true" tabindex="-1"></a> <span class="dt">"features"</span><span class="fu">:</span> <span class="fu">{</span></span>
225225
<span id="cb1-6"><a href="#cb1-6" aria-hidden="true" tabindex="-1"></a> <span class="dt">"ghcr.io/devcontainers/features/docker-outside-of-docker:1"</span><span class="fu">:</span> <span class="fu">{},</span></span>
226226
<span id="cb1-7"><a href="#cb1-7" aria-hidden="true" tabindex="-1"></a> <span class="dt">"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1"</span><span class="fu">:</span> <span class="fu">{}</span></span>

search.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,14 +109,14 @@
109109
"href": "docs/installation.html",
110110
"title": "Installation",
111111
"section": "",
112-
"text": "If you use VSCode with Docker to develop in a container, the following VSCode Dev Container configuration will install all dependencies:\n{\n \"name\": \"Python 3\",\n \"image\": \"mcr.microsoft.com/devcontainers/python:1-3.12-bullseye\",\n \"postCreateCommand\": \"sudo apt update && sudo apt install -y python3-dev libpq-dev graphviz && quarto add mcanouil/quarto-iconify && pipx install poetry && poetry install && poetry shell\",\n \"features\": {\n \"ghcr.io/devcontainers/features/docker-outside-of-docker:1\": {},\n \"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1\": {}\n }\n}\nSimply create a .devcontainer folder in the root of the project and add a devcontainer.json file in the folder with the above content. VSCode may prompt you to install the Dev Container extension if you haven’t already, and/or to open the project in a container. If not, you can manually select “Dev Containers: Reopen in Container” from View &gt; Command Palette."
112+
"text": "If you use VSCode with Docker to develop in a container, the following VSCode Dev Container configuration will install all dependencies:\n{\n \"name\": \"Python 3\",\n \"image\": \"mcr.microsoft.com/devcontainers/python:1-3.12-bullseye\",\n \"postCreateCommand\": \"sudo apt update && sudo apt install -y python3-dev libpq-dev graphviz && pipx install poetry && poetry install && poetry shell\",\n \"features\": {\n \"ghcr.io/devcontainers/features/docker-outside-of-docker:1\": {},\n \"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1\": {}\n }\n}\nSimply create a .devcontainer folder in the root of the project and add a devcontainer.json file in the folder with the above content. VSCode may prompt you to install the Dev Container extension if you haven’t already, and/or to open the project in a container. If not, you can manually select “Dev Containers: Reopen in Container” from View &gt; Command Palette."
113113
},
114114
{
115115
"objectID": "docs/installation.html#install-all-dependencies-in-a-vscode-dev-container",
116116
"href": "docs/installation.html#install-all-dependencies-in-a-vscode-dev-container",
117117
"title": "Installation",
118118
"section": "",
119-
"text": "If you use VSCode with Docker to develop in a container, the following VSCode Dev Container configuration will install all dependencies:\n{\n \"name\": \"Python 3\",\n \"image\": \"mcr.microsoft.com/devcontainers/python:1-3.12-bullseye\",\n \"postCreateCommand\": \"sudo apt update && sudo apt install -y python3-dev libpq-dev graphviz && quarto add mcanouil/quarto-iconify && pipx install poetry && poetry install && poetry shell\",\n \"features\": {\n \"ghcr.io/devcontainers/features/docker-outside-of-docker:1\": {},\n \"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1\": {}\n }\n}\nSimply create a .devcontainer folder in the root of the project and add a devcontainer.json file in the folder with the above content. VSCode may prompt you to install the Dev Container extension if you haven’t already, and/or to open the project in a container. If not, you can manually select “Dev Containers: Reopen in Container” from View &gt; Command Palette."
119+
"text": "If you use VSCode with Docker to develop in a container, the following VSCode Dev Container configuration will install all dependencies:\n{\n \"name\": \"Python 3\",\n \"image\": \"mcr.microsoft.com/devcontainers/python:1-3.12-bullseye\",\n \"postCreateCommand\": \"sudo apt update && sudo apt install -y python3-dev libpq-dev graphviz && pipx install poetry && poetry install && poetry shell\",\n \"features\": {\n \"ghcr.io/devcontainers/features/docker-outside-of-docker:1\": {},\n \"ghcr.io/rocker-org/devcontainer-features/quarto-cli:1\": {}\n }\n}\nSimply create a .devcontainer folder in the root of the project and add a devcontainer.json file in the folder with the above content. VSCode may prompt you to install the Dev Container extension if you haven’t already, and/or to open the project in a container. If not, you can manually select “Dev Containers: Reopen in Container” from View &gt; Command Palette."
120120
},
121121
{
122122
"objectID": "docs/installation.html#install-development-dependencies-manually",

sitemap.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,6 @@
2626
</url>
2727
<url>
2828
<loc>https://Promptly-Technologies-LLC.github.io/fastapi-jinja2-postgres-webapp/docs/installation.html</loc>
29-
<lastmod>2024-11-20T15:25:13.311Z</lastmod>
29+
<lastmod>2024-11-21T16:52:57.906Z</lastmod>
3030
</url>
3131
</urlset>

0 commit comments

Comments
 (0)