Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Clarify misleading documentation #1306

Merged
merged 1 commit into from
Jun 20, 2024
Merged
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
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
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maybe: corresponding fake actions ?

fake action definitions.