Skip to content

Commit c9f04c9

Browse files
committed
add edit-on-github footer
1 parent 751a72f commit c9f04c9

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

_config.yml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,17 @@ aux_links:
88
"View on GitHub":
99
- "//github.com/cassgvp/git-for-collaborative-documentation"
1010
# Footer content appears at the bottom of every page's main content
11-
footer_content: "Copyright &copy; 2020 Cassandra Gould van Praag. Distributed by an <a href=\"https://https://github.com/cassgvp/git-for-collaborative-documentation/tree/master/LICENSE.md\">CC-BY-3.0 license.</a>"
11+
footer_content: "Copyright &copy; 2020 Cassandra Gould van Praag. Distributed under a <a href="https://cassgvp.github.io/git-for-collaborative-documentation/docs/LICENSE.html">CC-BY-3.0 license.</a>"
1212
color_scheme: cassgvp
1313
logo: /img/logo2.png
1414
# Back to top link
1515
back_to_top: true
1616
back_to_top_text: "Back to top"
17+
18+
# Footer "Edit this page on GitHub" link text
19+
gh_edit_link: true # show or hide edit this page link
20+
gh_edit_link_text: "Edit this page on GitHub"
21+
gh_edit_repository: "https://github.com/cassgvp/git-for-collaborative-documentation" # the github URL for your repo
22+
gh_edit_branch: "master" # the branch that your docs is served from
23+
# gh_edit_source: docs # the source that your files originate from
24+
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately

0 commit comments

Comments
 (0)