mirror of
https://github.com/ostreedev/ostree.git
synced 2024-12-23 21:35:26 +03:00
9b6a8171c5
Make a copy of `man/html` to `docs/man` and then configure Jekyll to include it verbatim like the API docs. A link is added to the main index and the necessary commands are added to the github docs workflow.
59 lines
1.4 KiB
YAML
59 lines
1.4 KiB
YAML
title: ostreedev/ostree
|
|
description: ostree documentation
|
|
baseurl: "/ostree"
|
|
url: "https://ostreedev.github.io"
|
|
# Comment above and use below for local development
|
|
# url: "http://localhost:4000"
|
|
permalink: /:title/
|
|
markdown: kramdown
|
|
kramdown:
|
|
typographic_symbols:
|
|
ndash: "--"
|
|
mdash: "---"
|
|
|
|
# Exclude the README and the bundler files that would normally be
|
|
# ignored by default.
|
|
exclude:
|
|
- README.md
|
|
- Gemfile
|
|
- Gemfile.lock
|
|
- prep-docs.sh
|
|
- vendor/
|
|
|
|
# These are copies of the apidoc/html and man/html directories. Run
|
|
# prep-docs.sh before jekyll to put it in place.
|
|
include: [reference, man]
|
|
|
|
remote_theme: coreos/just-the-docs
|
|
plugins:
|
|
- jekyll-remote-theme
|
|
|
|
color_scheme: coreos
|
|
|
|
# Aux links for the upper right navigation
|
|
aux_links:
|
|
"OSTree on GitHub":
|
|
- "https://github.com/ostreedev/ostree"
|
|
|
|
footer_content: "Copyright © <a href=\"https://www.redhat.com\">Red Hat, Inc.</a> and <a href=\"https://github.com/ostreedev\">others</a>."
|
|
|
|
# Footer last edited timestamp
|
|
last_edit_timestamp: true
|
|
last_edit_time_format: "%b %e %Y at %I:%M %p"
|
|
|
|
# Footer "Edit this page on GitHub" link text
|
|
gh_edit_link: true
|
|
gh_edit_link_text: "Edit this page on GitHub"
|
|
gh_edit_repository: "https://github.com/ostreedev/ostree"
|
|
gh_edit_branch: "main"
|
|
gh_edit_source: docs
|
|
gh_edit_view_mode: "tree"
|
|
|
|
compress_html:
|
|
clippings: all
|
|
comments: all
|
|
endings: all
|
|
startings: []
|
|
blanklines: false
|
|
profile: false
|