Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit e6f009c

Browse filesBrowse 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
Copy full SHA for e6f009c

File tree

461 files changed

+31504
-5549
lines changed
Filter options

Some content is hidden

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

461 files changed

+31504
-5549
lines changed

‎.DS_Store

Copy file name to clipboard
6 KB
Binary file not shown.

‎.gitignore

Copy file name to clipboardExpand all lines: .gitignore
+1Lines 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

Copy file name to clipboardExpand all lines: docker-compose.yml
-10Lines 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

Copy file name to clipboard
+3Lines 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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.