Skip to content
This repository was archived by the owner on Feb 20, 2019. It is now read-only.

Commit 46cd673

Browse files
committed
Customizing docs
1 parent eb48953 commit 46cd673

File tree

8 files changed

+19
-4
lines changed

8 files changed

+19
-4
lines changed

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
## Getting Started
1+
# Getting Started
22

33
## Installation

docs/theme/base.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
<script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
5353
<script src="{{ base_url }}/js/bootstrap-3.0.3.min.js"></script>
5454
<script src="{{ base_url }}/js/prettify-1.0.min.js"></script>
55+
<script src="{{ base_url }}/js/retina.min.js"></script>
5556
<script src="{{ base_url }}/js/base.js"></script>
5657
</body>
5758
</html>

docs/theme/css/bootstrap-custom.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/theme/img/pickling-logo.png

5.33 KB
Loading
11.9 KB
Loading

docs/theme/js/retina.min.js

Lines changed: 10 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/theme/nav.html

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,9 @@
1212
</button>
1313

1414
<!-- Main title -->
15-
<a class="navbar-brand" href="{{ homepage_url }}">{{ site_name }}</a>
15+
<a class="navbar-brand" href="{{ homepage_url }}"><img src="{{ base_url }}/img/pickling-logo.png"/></a>
1616
<span class="version-number">{{ version }}</span>
17+
<!-- <a class="navbar-brand" href="{{ homepage_url }}">{{ site_name }}</a> -->
1718
</div>
1819

1920
<!-- Expanded navigation -->

mkdocs.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
site_name: Scala Pickling
2+
site_url: http://lampwww.epfl.ch/~hmiller/pickling/
23
version: 0.9.0
3-
4+
# pages:
5+
# - [index.md, Home]
6+
# - [about.md, About]
47
theme_dir: docs/theme
58
repo_url: https://github.com/scala/pickling

0 commit comments

Comments
 (0)