mirror of
https://github.com/j3ssie/osmedeus.git
synced 2026-09-22 17:44:59 +02:00
docs: add demo images showcase and automate release tagging
- Add demo images table to README showing CLI usage, Web UI assets, and workflow visualization - Reposition demo images table to appear after Quickstart section for better content flow - Add GitHub Actions step to automatically mark releases as latest in manual-release workflow
This commit is contained in:
@@ -48,3 +48,11 @@ jobs:
|
||||
env:
|
||||
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
GORELEASER_CURRENT_TAG: ${{ steps.get-tag.outputs.tag }}
|
||||
|
||||
- name: Mark release as latest
|
||||
env:
|
||||
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
|
||||
run: |
|
||||
TAG="${{ steps.get-tag.outputs.tag }}"
|
||||
echo "Marking $TAG as latest release"
|
||||
gh release edit "$TAG" --latest
|
||||
|
||||
@@ -46,6 +46,10 @@ curl -sSL http://www.osmedeus.org/install.sh | bash
|
||||
|
||||
See [Quickstart](https://docs.osmedeus.org/quickstart/) for quick setup and [Installation](https://docs.osmedeus.org/installation/) for advanced configurations.
|
||||
|
||||
| CLI Usage | Web UI Assets | Workflow Visualization |
|
||||
|-----------|--------------|-----------------|
|
||||
|  |  |  |
|
||||
|
||||
## Quick Start
|
||||
|
||||
```bash
|
||||
@@ -92,9 +96,6 @@ docker run --rm -v $(pwd)/output:/root/workspaces-osmedeus \
|
||||
|
||||
For more CLI usage and example commands, refer to the [CLI Reference](https://docs.osmedeus.org/getting-started/cli).
|
||||
|
||||
| CLI Usage | Web UI Assets | Web UI Workflow |
|
||||
|-----------|--------------|-----------------|
|
||||
|  |  |  |
|
||||
|
||||
## Core Components
|
||||
|
||||
|
||||
Reference in New Issue
Block a user