Skip to content

Commit fae0607

Browse files
docs: Update theme config and reduce images.
1 parent 7b0493b commit fae0607

File tree

4 files changed

+12
-0
lines changed

4 files changed

+12
-0
lines changed

docs/_config.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ exclude:
1313

1414
# Just The Docs settings
1515

16+
logo: 'docs/img/microbit-uh-logo-text.png'
1617
# Enable or disable the site search
1718
search_enabled: true
1819
# Aux links for the upper right navigation
@@ -24,3 +25,13 @@ aux_links_new_tab: true
2425
color_scheme: 'light'
2526
# Create URL anchors for headings
2627
heading_anchors: true
28+
# Footer appears at the bottom of every page's main content
29+
footer_content: 'Copyright &copy; 2017-2020 Micro:bit Educational Foundation and project contributors. Distributed under the <a href="https://github.com/microbit-foundation/microbit-universal-hex/blob/master/LICENSE.md">MIT open source license</a>.'
30+
31+
# Footer "Edit this page on GitHub" link text
32+
gh_edit_link: true
33+
gh_edit_link_text: 'Edit this page on GitHub.'
34+
gh_edit_repository: 'https://github.com/microbit-foundation/microbit-universal-hex'
35+
gh_edit_branch: 'master'
36+
gh_edit_source: docs # the source that your files originate from
37+
gh_edit_view_mode: 'tree' # "tree" or "edit" if you want the user to jump into the editor immediately

docs/img/microbit-uh-logo-text.png

61.7 KB
Loading

docs/img/microbit-uh-logo.png

-141 KB
Loading

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
"name": "@microbit/microbit-universal-hex",
33
"version": "0.2.1",
44
"description": "Create micro:bit Universal Hexes.",
5+
"homepage": "https://microbit-foundation.github.io/microbit-universal-hex/",
56
"keywords": [
67
"microbit",
78
"universal-hex",

0 commit comments

Comments
 (0)