-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
5 changed files
with
91 additions
and
19 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
35 changes: 35 additions & 0 deletions
35
test/fixture/specification/no-prettier/prettier-disabled.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
<BEGIN> | ||
# Environment variables | ||
|
||
The `<app>` app uses **declarative environment variables** powered by **[Austenite]**. | ||
|
||
[austenite]: https://github.com/ezzatron/austenite | ||
|
||
| Name | Usage | Description | | ||
| :-------------- | :------- | :-------------- | | ||
| [`LOGO`](#logo) | Required | Main logo image | | ||
|
||
<!-- prettier-ignore-start --> | ||
|
||
> [!TIP] | ||
> If you set an empty value for an environment variable, the app behaves as if that variable isn't set. | ||
<!-- prettier-ignore-end --> | ||
|
||
## `LOGO` | ||
|
||
_Main logo image_ | ||
|
||
The `LOGO` variable is a **required** variable that takes **absolute URL** values, or **relative URL** values relative to `https://base.example.org/path/to/resource`. | ||
|
||
### Example values | ||
|
||
```sh | ||
export LOGO=https://host.example.org/path/to/resource # URL (absolute) | ||
``` | ||
|
||
```sh | ||
export LOGO=path/to/resource # URL (relative) | ||
``` | ||
|
||
<END> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters