Skip to content

Commit

Permalink
Clarify misleading documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
avarsava committed Jun 20, 2024
1 parent 337a479 commit 0d50ff4
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions docs/builtin.md
Original file line number Diff line number Diff line change
Expand Up @@ -80,9 +80,13 @@ To configure this, create a file ending in `.fakeactions` as follows:
}

where `url` is the Shesmu server to copy and `allow` is a regular expression of
which actions to copy. An optional `prefix` can be applied to the names of all
the actions.
which action definitions to copy. An optional `prefix` can be applied to the names of all
the action definitions.

If the remote server is not accessible, download the `/actions` endpoint to a
file ending in `.fakeactiondefs`. This will create a similar set of fake
actions, though statically.
action definitions, though statically.

Then, use an olive and actnow file to generate corresponding actions using the
fake action definitions.

0 comments on commit 0d50ff4

Please sign in to comment.