-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
540c150
commit 6f8bf6e
Showing
10 changed files
with
594 additions
and
77 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -138,4 +138,5 @@ dmypy.json | |
|
||
# Project specific | ||
|
||
data/images | ||
data/images | ||
gh_pages |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
#!/bin/bash | ||
|
||
set -euo pipefail | ||
IFS=$'\n\t' | ||
|
||
|
||
# Build mkdocs | ||
poetry run mkdocs build --strict |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Open Prices | ||
|
||
Open Prices is a project to collect and share prices of food products around the world. | ||
|
||
It consists of: | ||
|
||
- a REST API, built using [FastAPI](https://fastapi.tiangolo.com/) | ||
- a PostgreSQL database |
Empty file.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
# Where to find documentation | ||
docs_dir: docs | ||
|
||
# Link to Github on every page | ||
repo_url: https://github.com/openfoodfacts/open-prices | ||
edit_uri: blob/main/docs/ | ||
|
||
site_name: Open Prices | ||
site_dir: gh_pages | ||
|
||
theme: | ||
name: material | ||
|
||
markdown_extensions: | ||
- footnotes | ||
- mdx_truly_sane_lists | ||
- pymdownx.highlight | ||
- pymdownx.superfences | ||
|
||
plugins: | ||
- awesome-pages | ||
- search |
Oops, something went wrong.