Skip to content

Commit 970acd6

Browse files
authored
Merge pull request #464 from share/aux-link
📝 Add auxiliary links
2 parents a266136 + c7dd4ca commit 970acd6

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/_config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,18 @@ title: ShareDB
1717
baseurl: "/sharedb" # the subpath of your site, e.g. /blog
1818
url: "" # the base hostname & protocol for your site, e.g. http://example.com
1919

20+
aux_links:
21+
"ShareDB on GitHub":
22+
- "//github.com/share/sharedb"
23+
24+
# Footer "Edit this page on GitHub" link text
25+
gh_edit_link: true # show or hide edit this page link
26+
gh_edit_link_text: "Edit this page on GitHub"
27+
gh_edit_repository: "https://github.com/share/sharedb" # the github URL for your repo
28+
gh_edit_branch: "master" # the branch that your docs is served from
29+
gh_edit_source: "docs" # the source that your files originate from
30+
gh_edit_view_mode: "tree" # "tree" or "edit" if you want the user to jump into the editor immediately
31+
2032
# Build settings
2133
markdown: kramdown
2234
remote_theme: pmarsceill/just-the-docs

0 commit comments

Comments
 (0)