Skip to content

Commit 7cedd90

Browse files
author
Docs Deploy
committed
Deployed 6c19c35 to dev with MkDocs 1.6.0 and mike 2.1.2
1 parent d538189 commit 7cedd90

File tree

4 files changed

+15
-14
lines changed

4 files changed

+15
-14
lines changed

dev/reference/contributing/index.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -961,7 +961,8 @@ <h3 id="setup-install">Setup &amp; Install</h3>
961961
<ul>
962962
<li>Install Python 3.12+ and <a href="https://docs.astral.sh/uv/getting-started/">UV</a></li>
963963
<li>Go to <code>./backend</code></li>
964-
<li>Install dependencies <code>pip3 install -r requirements.txt</code></li>
964+
<li>Install dependencies <code>uv sync</code></li>
965+
<li>Install the pre-commit hooks <code>uv pre-commit install</code></li>
965966
<li>Optionally: Activate your python environment <code>source .venv/bin/activate</code> (allows you to omit <code>uv run</code> in the following steps, environment can be deactivated with <code>deactivate</code>)</li>
966967
<li>Initialize/Upgrade requirements for the recipe scraper <code>uv run python -c "import nltk; nltk.download('averaged_perceptron_tagger_eng', download_dir='./venv/nltk_data')"</code></li>
967968
<li>Initialize/Upgrade the SQLite database with <code>uv run flask db upgrade</code></li>

dev/search/search_index.json

Lines changed: 1 addition & 1 deletion
Large diffs are not rendered by default.

dev/sitemap.xml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,62 +2,62 @@
22
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9">
33
<url>
44
<loc>https://docs.kitchenowl.org/dev/</loc>
5-
<lastmod>2025-04-05</lastmod>
5+
<lastmod>2025-04-18</lastmod>
66
<changefreq>daily</changefreq>
77
</url>
88
<url>
99
<loc>https://docs.kitchenowl.org/dev/Tips-%26-Tricks/</loc>
10-
<lastmod>2025-04-05</lastmod>
10+
<lastmod>2025-04-18</lastmod>
1111
<changefreq>daily</changefreq>
1212
</url>
1313
<url>
1414
<loc>https://docs.kitchenowl.org/dev/Tips-%26-Tricks/markdown/</loc>
15-
<lastmod>2025-04-05</lastmod>
15+
<lastmod>2025-04-18</lastmod>
1616
<changefreq>daily</changefreq>
1717
</url>
1818
<url>
1919
<loc>https://docs.kitchenowl.org/dev/reference/API/</loc>
20-
<lastmod>2025-04-05</lastmod>
20+
<lastmod>2025-04-18</lastmod>
2121
<changefreq>daily</changefreq>
2222
</url>
2323
<url>
2424
<loc>https://docs.kitchenowl.org/dev/reference/contributing/</loc>
25-
<lastmod>2025-04-05</lastmod>
25+
<lastmod>2025-04-18</lastmod>
2626
<changefreq>daily</changefreq>
2727
</url>
2828
<url>
2929
<loc>https://docs.kitchenowl.org/dev/reference/management/</loc>
30-
<lastmod>2025-04-05</lastmod>
30+
<lastmod>2025-04-18</lastmod>
3131
<changefreq>daily</changefreq>
3232
</url>
3333
<url>
3434
<loc>https://docs.kitchenowl.org/dev/self-hosting/</loc>
35-
<lastmod>2025-04-05</lastmod>
35+
<lastmod>2025-04-18</lastmod>
3636
<changefreq>daily</changefreq>
3737
</url>
3838
<url>
3939
<loc>https://docs.kitchenowl.org/dev/self-hosting/advanced/</loc>
40-
<lastmod>2025-04-05</lastmod>
40+
<lastmod>2025-04-18</lastmod>
4141
<changefreq>daily</changefreq>
4242
</url>
4343
<url>
4444
<loc>https://docs.kitchenowl.org/dev/self-hosting/ingredient_parsing/</loc>
45-
<lastmod>2025-04-05</lastmod>
45+
<lastmod>2025-04-18</lastmod>
4646
<changefreq>daily</changefreq>
4747
</url>
4848
<url>
4949
<loc>https://docs.kitchenowl.org/dev/self-hosting/migration/</loc>
50-
<lastmod>2025-04-05</lastmod>
50+
<lastmod>2025-04-18</lastmod>
5151
<changefreq>daily</changefreq>
5252
</url>
5353
<url>
5454
<loc>https://docs.kitchenowl.org/dev/self-hosting/oidc/</loc>
55-
<lastmod>2025-04-05</lastmod>
55+
<lastmod>2025-04-18</lastmod>
5656
<changefreq>daily</changefreq>
5757
</url>
5858
<url>
5959
<loc>https://docs.kitchenowl.org/dev/self-hosting/reverse-proxy/</loc>
60-
<lastmod>2025-04-05</lastmod>
60+
<lastmod>2025-04-18</lastmod>
6161
<changefreq>daily</changefreq>
6262
</url>
6363
</urlset>

dev/sitemap.xml.gz

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)