Skip to content

Commit cf4dd05

Browse files
authored
Merge pull request #15697 from pikinier20/scaladoc/new-ui
Scaladoc: New UI design
2 parents 36f0e09 + 4e9f2de commit cf4dd05

File tree

373 files changed

+8193
-3217
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

373 files changed

+8193
-3217
lines changed

docs/_assets/css/bootstrap.min.css

Lines changed: 0 additions & 1 deletion
This file was deleted.

docs/_assets/css/color-brewer.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,14 @@ Ported by Fabrício Tavares de Oliveira
66
77
*/
88

9-
.hljs {
9+
/* .hljs {
1010
background: transparent;
1111
}
1212
1313
.hljs,
1414
.hljs-subst {
1515
color: #000;
16-
}
16+
} */
1717

1818
/*.hljs-string,
1919
.hljs-meta,
@@ -24,7 +24,7 @@ Ported by Fabrício Tavares de Oliveira
2424
color: #756bb1;
2525
}*/
2626

27-
.hljs-comment,
27+
/* .hljs-comment,
2828
.hljs-quote {
2929
color: #636363;
3030
}
@@ -40,7 +40,7 @@ Ported by Fabrício Tavares de Oliveira
4040
.hljs-deletion,
4141
.hljs-variable {
4242
color: #88f;
43-
}
43+
} */
4444

4545
/*.hljs-keyword,
4646
.hljs-selector-tag,
@@ -57,10 +57,10 @@ Ported by Fabrício Tavares de Oliveira
5757
color: #3182bd;
5858
}*/
5959

60-
.hljs-emphasis {
60+
/* .hljs-emphasis {
6161
font-style: italic;
6262
}
6363
6464
.hljs-attribute {
6565
color: #e6550d;
66-
}
66+
} */

docs/_assets/images/logo.svg

Lines changed: 5 additions & 15 deletions
Loading

docs/_assets/images/logo_dark.svg

Lines changed: 6 additions & 0 deletions
Loading

docs/_assets/js/bootstrap.min.js

Lines changed: 0 additions & 7 deletions
This file was deleted.

docs/_assets/js/highlight.pack.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/_assets/js/jquery.min.js

Lines changed: 0 additions & 2 deletions
This file was deleted.

docs/_layouts/base.html

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,9 @@
11
---
22
extraCSS:
3-
- css/bootstrap.min.css
4-
- css/dottydoc.css
53
- css/color-brewer.css
6-
extraJS:
7-
- js/jquery.min.js
8-
- js/bootstrap.min.js
94
---
105
<link rel="dns-prefetch" href="//fonts.googleapis.com">
116
<link rel="preconnect" href="https://cdnjs.cloudflare.com" crossorigin>
127
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
138

14-
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css">
15-
16-
179
{{ content }}

docs/_layouts/doc-page.html

Lines changed: 5 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,15 @@
11
---
22
layout: static-site-main
33
---
4+
45
<main>
56
<header>
6-
<h1>{{ page.title }}</h1>
77
{% if urls.editSource %}
8-
<div class="byline">
9-
<a href="{{ urls.editSource }}">
10-
<i class="far fa-edit"></i>
11-
Edit this page on GitHub
12-
</a>
13-
</div>
8+
<a class="text-button with-link body-small" href="{{ urls.editSource }}">
9+
Edit this page on GitHub
10+
</a>
1411
{% endif %}
12+
<h1 class="h600">{{ page.title }}</h1>
1513
</header>
1614
{{ content }}
1715
</main>
18-

docs/_layouts/main.html

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,5 @@
55
extraCSS:
66
- css/content-contributors.css
77
---
8-
<div id="content-wrapper">
9-
{{ content }}
10-
</div>
8+
9+
<div id="content-wrapper">{{ content }}</div>

0 commit comments

Comments
 (0)