Mirror of https://github.com/roostorg/osprey github.com/roostorg/osprey
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 15 lines 298 B view raw
1[book] 2title = "Osprey Documentation" 3authors = ["ROOST"] 4language = "en" 5src = "docs" 6 7[build] 8build-dir = "book" 9 10[output.html] 11edit-url-template = "https://github.com/roostorg/osprey/edit/main/{path}" 12git-repository-url = "https://github.com/roostorg/osprey" 13 14[output.html.print] 15enable = false