Skip to content

Commit

Permalink
Fix location (remove duplicate) of request-states.md
Browse files Browse the repository at this point in the history
  • Loading branch information
rw251 committed Feb 12, 2025
1 parent fe8d556 commit bd05c9a
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 24 deletions.
2 changes: 1 addition & 1 deletion DEVELOPERS.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

## Diagrams

* [Request State Machine](docs/request-states.md) (auto-generated)
* [Request State Machine](docs/reference/request-states.md) (auto-generated)


## Prerequisites for local development
Expand Down
2 changes: 2 additions & 0 deletions docs/reference/request-states.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,9 @@ stateDiagram-v2
PENDING --> SUBMITTED
PENDING --> WITHDRAWN
SUBMITTED --> PARTIALLY_REVIEWED
SUBMITTED --> RETURNED
PARTIALLY_REVIEWED --> REVIEWED
PARTIALLY_REVIEWED --> RETURNED
REVIEWED --> APPROVED
REVIEWED --> REJECTED
REVIEWED --> RETURNED
Expand Down
22 changes: 0 additions & 22 deletions docs/request-states.md

This file was deleted.

2 changes: 1 addition & 1 deletion justfile
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ manifests:


# generate the automated state diagrams from code
state-diagram file="docs/request-states.md":
state-diagram file="docs/reference/request-states.md":
cat scripts/statemachine.py | {{ just_executable() }} manage shell > {{ file }}

# Run the documentation server: to configure the port, append: ---dev-addr localhost:<port>
Expand Down

0 comments on commit bd05c9a

Please sign in to comment.