diff options
author | Rob Cowsill <42620235+rcowsill@users.noreply.github.com> | 2021-04-29 21:44:19 +0100 |
---|---|---|
committer | Rob Cowsill <42620235+rcowsill@users.noreply.github.com> | 2021-04-29 22:18:13 +0100 |
commit | b4bbc5210b5676ca76c78dfc14bbae14b201e948 (patch) | |
tree | 12212db588019bffaa70eda4c58a13bf9ab3387a /docs/README.md | |
parent | 98a84ff34e2f93d50ef4fb41ae127a07bcf5bf42 (diff) | |
download | podman-b4bbc5210b5676ca76c78dfc14bbae14b201e948.tar.gz podman-b4bbc5210b5676ca76c78dfc14bbae14b201e948.tar.bz2 podman-b4bbc5210b5676ca76c78dfc14bbae14b201e948.zip |
[CI:DOCS] Add titles to remote docs (windows)
Previously the podman-remote windows docs had no HTML titles
This gives them the same titles as the equivalent Sphinx HTML pages
Signed-off-by: Rob Cowsill <42620235+rcowsill@users.noreply.github.com>
Diffstat (limited to 'docs/README.md')
-rw-r--r-- | docs/README.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/README.md b/docs/README.md index 83f5c79a3..a00b8f39c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -26,6 +26,7 @@ link on that page. | ------------------------------------ | --------------------------- | | docs/remote-docs.sh | Read the docs/source/markdown files and format for each platform | | docs/links-to-html.lua | pandoc filter to do aliases for html files | +| docs/use-pagetitle.lua | pandoc filter to set html document title | ## API Reference |