Skip to content

Commit e6f009c

Browse files
chillenbergermontanalowlevkk
authored
Dan docs (#671)
Co-authored-by: Montana Low <montana.low@gmail.com> Co-authored-by: Lev Kokotov <levkk@users.noreply.github.com>
1 parent dcafbe6 commit e6f009c

File tree

461 files changed

+31504
-5549
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

461 files changed

+31504
-5549
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
__pycache__/
33
*.py[cod]
44
*$py.class
5+
.DS_Store
56

67
# C extensions
78
*.so

docker-compose.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,3 @@ services:
2727
ROCKET_ADDRESS: 0.0.0.0
2828
DATABASE_URL: postgres://postgres:postgres@postgres:5432/pgml_development
2929
command: bash -c "sqlx migrate run && cargo run"
30-
docs:
31-
build:
32-
context: ./pgml-docs/
33-
dockerfile: Dockerfile
34-
ports:
35-
- "8001:8001"
36-
command:
37-
- mkdocs
38-
- serve
39-
- -a 0.0.0.0:8001

pgml-dashboard/.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
.idea
22
.vscode
3+
search_index
4+
.DS_Store
5+
.DS_Store/

0 commit comments

Comments
 (0)