Skip to content

Commit d41adc2

Browse files
authored
Merge pull request #893 from mab05k/feature/absolute-url
add documentation for absolute_url configuration
2 parents dc0c743 + 70d47ff commit d41adc2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

core/configuration.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,10 @@ api_platform:
1515
# The version of the API.
1616
version: '0.0.0'
1717

18+
# Return IRIs as Absolute Urls.
19+
# ex. http://example.com/authors/1
20+
absolute_url: false
21+
1822
# Set this to false if you want Webby to disappear.
1923
show_webby: true
2024

0 commit comments

Comments
 (0)