Skip to content

Commit

Permalink
Regen docs (#11)
Browse files Browse the repository at this point in the history
* Dummy change to regen docs

* GitHub Action Auto-Docs

* Rever dummy change

* Rever dummy change (clear whitespace..)

---------

Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
pndurette and github-actions[bot] authored Jan 14, 2024
1 parent 1654e6e commit c06fcc8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ See [How it works](#how-it-works).
|Input|Description|Default|Required|
|-----|-----------|-------|:------:|
|`urls_config`|<p>The path to a YAML file associating redirect keys to URLs, e.g.:</p><pre>---<br />test1: https://www.bookcity.ca/<br />test2: https://www.gladdaybookshop.com<br /></pre>|`.github/urls.yml`|no|
|`default_redirect`|<p>Default behaviour for <code>/</code> or any 404, can be either:<br /> * a URL (absolute) to redirect to (e.g. <code>https://www.aol.com/</code>)<br /> * a URL (relative) to redirect to from the domain (e.g. <code>/blog</code>)<br /> * a message to display (e.g. <code>Nothing here!</code>)</p>|`Nothing here!`|no|
|`default_redirect`|<p>Default behaviour for <code>/</code> or any 404, can be either:<br /> * a URL (absolute) to redirect to<br /> (e.g. <code>https://www.aol.com/</code>)<br /> * a URL (relative) to redirect to from the domain<br /> (e.g. <code>/blog</code>)<br /> * a message to display<br /> (e.g. <code>Nothing here!</code>)</p>|`Nothing here!`|no|

<!--doc_end-->

Expand Down

0 comments on commit c06fcc8

Please sign in to comment.