Docs: fix lists?

This commit is contained in:
Alex Gleason 2021-09-03 17:11:38 -05:00
parent a1c4441c25
commit 825b22011d
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -14,6 +14,7 @@ The following build variables are available:
The environment to build Soapbox FE for. The environment to build Soapbox FE for.
Options: Options:
- `"production"` - For live sites - `"production"` - For live sites
- `"development"` - For local development - `"development"` - For local development
- `"test"` - Bootstraps test environment - `"test"` - Bootstraps test environment
@ -28,6 +29,7 @@ The base URL for API calls.
You only need to set this if Soapbox FE is hosted in a different place than the backend. You only need to set this if Soapbox FE is hosted in a different place than the backend.
Options: Options:
- A relative URL, eg `"/"` - A relative URL, eg `"/"`
- An absolute URL, eg `"https://gleasonator.com"` - An absolute URL, eg `"https://gleasonator.com"`
@ -38,6 +40,7 @@ Default: `"/"`
The folder to put build files in. This is mostly useful for CI tasks like GitLab Pages. The folder to put build files in. This is mostly useful for CI tasks like GitLab Pages.
Options: Options:
- Any directory name, eg `"public"` - Any directory name, eg `"public"`
Default: `"static"` Default: `"static"`
@ -49,6 +52,7 @@ When hosting on a subdirectory, you must create a custom build for it.
This option will set the imports in `index.html`, and the basename for routes in React. This option will set the imports in `index.html`, and the basename for routes in React.
Options: Options:
- Any path, eg `"/soapbox"` or `"/fe/soapbox"` - Any path, eg `"/soapbox"` or `"/fe/soapbox"`
Default: `"/"` Default: `"/"`