Skip to content

Commit

Permalink
changes order
Browse files Browse the repository at this point in the history
  • Loading branch information
Eccenux committed Feb 10, 2024
1 parent 6bea05f commit 9e485e0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,12 @@ The only change is that you need to provide bot configuration to Wikiploy (as al

`WikiployLite` is now synonymous with `Wikiploy`. You can use either of the class names.

### userPrompt (v1.8)

Use the `userPrompt` helper function to prompt for a summary in your Wikiploy script. This is only a helper. You can still set up a static summary, but a prompt helps to ensure you don't forget to change the summary.

Note that when using `userPrompt` you have to use an interactive terminal. This might be a bit more tricky to set up but can still function as a one-click build from a commandbar (see [README: building your project](https://github.com/Eccenux/Wikiploy/blob/main/README.building%20your%20project.md)).

### nowiki (v1.7)

The `nowiki` property is a new option in `DeployConfig` since Wikiploy v1.7. It is now recommended to use `nowiki: true` for all JS files.
Expand All @@ -36,12 +42,6 @@ JavaScript page is still a wiki page... Kind of. It can be added to a category o

Don't add this option to CSS though. It won't work correctly.

### userPrompt (v1.8)

Use the `userPrompt` helper function to prompt for a summary in your Wikiploy script. This is only a helper. You can still set up a static summary, but a prompt helps to ensure you don't forget to change the summary.

Note that when using `userPrompt` you have to use an interactive terminal. This might be a bit more tricky to set up but can still function as a one-click build from a commandbar (see [README: building your project](https://github.com/Eccenux/Wikiploy/blob/main/README.building%20your%20project.md)).

## Using Wikiploy

The `Wikiploy` class can be used to help deploy scripts. It is using a bot API to do that, but don't worry, you don't need to be a bot ;).
Expand Down

0 comments on commit 9e485e0

Please sign in to comment.