]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
luminous: doc: show edit on github links and version warnings
authorNoah Watkins <noahwatkins@gmail.com>
Mon, 1 Oct 2018 23:54:19 +0000 (16:54 -0700)
committerNoah Watkins <nwatkins@redhat.com>
Tue, 27 Nov 2018 23:55:30 +0000 (15:55 -0800)
commitc70a69749e5bc3c20af1b8a5e3692265c93bfc79
tree7e9e613a2a7938ab8727520bfc343c4ed8a1a94b
parent432ad6f41378c4b6a8e480ac9340bf37db1853ff
luminous: doc: show edit on github links and version warnings

backport of #24452 that adds edit on
github links to documentation and notification banners that display
warnings when old documentation is being viewed.

this is not a cherry-pick: it removes from the original patch the
dynamic generation of the releases schedule from a yaml database file.
backporting this portion requires modifying the patch to deal with a
different file / directory structure [in luminous] with no real added value.

Signed-off-by: Noah Watkins <nwatkins@redhat.com>
doc/README.md [new file with mode: 0644]
doc/_ext/edit_on_github.py [new file with mode: 0644]
doc/_static/js/ceph.js [new file with mode: 0644]
doc/_templates/page.html [new file with mode: 0644]
doc/conf.py