Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
url: ${{ steps.deployment.outputs.page_url }}
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- name: Setup Pages
uses: actions/configure-pages@v5
- uses: actions/setup-node@v6
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
test-docs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v5
- uses: actions/checkout@v6
- uses: actions/setup-node@v6
with:
node-version: 24.x
Expand Down
20 changes: 10 additions & 10 deletions explanation/architecture.md
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ graph TB

**Workflow**:

:::{div}
:::\{div}
:class: dark:hidden

```{mermaid}
Expand All @@ -195,7 +195,7 @@ sequenceDiagram

:::

:::{div}
:::\{div}
:class: hidden dark:block

```{mermaid}
Expand Down Expand Up @@ -276,15 +276,15 @@ graph LR

**Infrastructure Details**:

| Component | Technology | Configuration |
| --------------- | ---------------- | ---------------------------------------------------- |
| **Platform** | [Fly.io](https://fly.io) | Primary region: Newark (ewr) |
| **Application** | Docker container | Gunicorn with 2 workers, WhiteNoise for static files |
| Component | Technology | Configuration |
| --------------- | --------------------------- | ---------------------------------------------------- |
| **Platform** | [Fly.io](https://fly.io) | Primary region: Newark (ewr) |
| **Application** | Docker container | Gunicorn with 2 workers, WhiteNoise for static files |
| **Compute** | [Fly.io](https://fly.io) VM | 1GB RAM, 1 shared vCPU |
| **Database** | Fly Postgres | Managed PostgreSQL with automated backups |
| **HTTPS** | Fly Proxy | Automatic TLS certificates, forced HTTPS |
| **Scaling** | Auto-scaling | Min 1 machine, auto-stop/start on traffic |
| **Deployment** | GitHub Actions | Automated deploy on push to main branch |
| **Database** | Fly Postgres | Managed PostgreSQL with automated backups |
| **HTTPS** | Fly Proxy | Automatic TLS certificates, forced HTTPS |
| **Scaling** | Auto-scaling | Min 1 machine, auto-stop/start on traffic |
| **Deployment** | GitHub Actions | Automated deploy on push to main branch |

**Deployment Workflow**:

Expand Down
4 changes: 2 additions & 2 deletions explanation/data-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ This document traces that journey step by step, explaining not just *what* happe

Health data flows through JupyterHealth Exchange across three major phases: **Acquisition**, **Exchange**, and **Analysis**. This sequence diagram shows **who** does **what** at each stage:

:::{div}
:::\{div}
:class: dark:hidden

```{mermaid}
Expand Down Expand Up @@ -51,7 +51,7 @@ sequenceDiagram

:::

:::{div}
:::\{div}
:class: hidden dark:block

```{mermaid}
Expand Down
2 changes: 1 addition & 1 deletion tutorial/tutorial-cgm.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -2781,4 +2781,4 @@
},
"nbformat": 4,
"nbformat_minor": 5
}
}