Skip to content
Merged
Show file tree
Hide file tree
Changes from 15 commits
Commits
Show all changes
20 commits
Select commit Hold shift + click to select a range
d012699
fix: improve mobile navigation and layouts on docs site
michaelmcnees Mar 23, 2026
8100636
feat: replace mobile top nav with bottom navigation bar for better re…
michaelmcnees Mar 23, 2026
dc08a6c
fix: update QuickStart guide and SSL config for local Postgres dev
michaelmcnees Mar 23, 2026
770a9b0
fix: grpc CVE, copilot review feedback, sslmode default restored
michaelmcnees Mar 23, 2026
4703821
fix(ci): only trigger once per PR (push on main, pull_request on bran…
michaelmcnees Mar 23, 2026
6052b70
fix: address all 6 Copilot review comments on PR #4
michaelmcnees Mar 23, 2026
fc783d8
fix: address 2 new Copilot comments on PR #4
michaelmcnees Mar 23, 2026
fa47ef6
fix: address 2 Copilot comments — md-lg nav gap and sidebar bottom of…
michaelmcnees Mar 23, 2026
86874a8
fix: table :has selector and sidebar aria-expanded/aria-hidden
michaelmcnees Mar 23, 2026
a129a03
fix: aria-label on nav landmarks, reset aria state on sidebar close
michaelmcnees Mar 23, 2026
f0c8cda
fix: update site getting-started sslmode=disable → sslmode=prefer
michaelmcnees Mar 23, 2026
91044b4
chore: remove redundant root docs, update URLs to mantle.dvflw.co
michaelmcnees Mar 23, 2026
e952982
Update site/src/styles/global.css
michaelmcnees Mar 23, 2026
91ce4b1
fix: README links to mantle.dvflw.co, GitHub target="_blank", depreca…
michaelmcnees Mar 23, 2026
b82e26f
fix: add target=_blank rel=noopener to sidebar GitHub link
michaelmcnees Mar 23, 2026
152d518
fix: address 4 review comments on PR #4
michaelmcnees Mar 23, 2026
9b08941
fix: bail out of deferInitNav after 10 frames on non-docs pages
michaelmcnees Mar 23, 2026
815ec70
fix: sslmode=prefer warning for non-loopback hosts, prefix nav globals
michaelmcnees Mar 24, 2026
4b48827
Update internal/config/config.go
michaelmcnees Mar 24, 2026
00bca25
fix: add missing net and strings imports for sslmode check
michaelmcnees Mar 24, 2026
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
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ name: CI

on:
push:
branches: ['**']
branches: [main]
pull_request:
branches: ['**']

jobs:
test:
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ steps:
- **Checkpoint and Resume** -- Steps checkpoint to Postgres after completion. Crash mid-workflow? Restart picks up from the last completed step.
- **Secrets as Opaque Handles** -- Credentials are AES-256-GCM encrypted at rest and resolved at connector invocation time. Never exposed in expressions, logs, or step outputs.

[How Mantle compares to Temporal, n8n, LangChain, Airflow, and others.](/docs/comparison)
[How Mantle compares to Temporal, n8n, LangChain, Airflow, and others.](https://mantle.dvflw.co/docs/comparison)
Comment thread
coderabbitai[bot] marked this conversation as resolved.

## Quick Start

Expand All @@ -69,7 +69,7 @@ mantle apply examples/hello-world.yaml
mantle run hello-world
```

17 example workflows are included in [`examples/`](examples/). See the [Getting Started guide](/docs/getting-started) for a full walkthrough.
17 example workflows are included in [`examples/`](examples/). See the [Getting Started guide](https://mantle.dvflw.co/docs/getting-started) for a full walkthrough.

## Connectors

Expand All @@ -85,7 +85,7 @@ mantle run hello-world
| Postgres | `postgres/query` | Parameterized SQL against external databases |
| S3 | `s3/put`, `s3/get`, `s3/list` | Put, get, list objects (S3-compatible) |

Need something else? Write a [plugin](/docs/plugins). Any executable that reads JSON from stdin and writes JSON to stdout -- Python, Rust, Node, Bash.
Need something else? Write a [plugin](https://mantle.dvflw.co/docs/plugins). Any executable that reads JSON from stdin and writes JSON to stdout -- Python, Rust, Node, Bash.

## CLI Reference

Expand Down Expand Up @@ -132,7 +132,7 @@ Need something else? Write a [plugin](/docs/plugins). Any executable that reads
| `mantle cleanup` | Clean up old executions and artifacts |
| `mantle version` | Print version info |

See the [CLI Reference](/docs/cli-reference) for full usage and flags.
See the [CLI Reference](https://mantle.dvflw.co/docs/cli-reference) for full usage and flags.

## Configuration

Expand Down Expand Up @@ -204,7 +204,7 @@ make clean # Remove built binary

## Contributing

Contributions are welcome. Please open an issue first to discuss what you want to change. See the [Contributing guide](/docs/contributing) for details.
Contributions are welcome. Please open an issue first to discuss what you want to change. See the [Contributing guide](https://mantle.dvflw.co/docs/contributing) for details.

## License

Expand Down
338 changes: 0 additions & 338 deletions docs/authentication-guide.md

This file was deleted.

Loading
Loading