Skip to content

Commit 532dbc3

Browse files
committed
enable collection contribute_resources
change icons in contribute_resources
1 parent 79597c8 commit 532dbc3

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ scala-212-version: 2.12.15
2020
scala-3-version: 3.1.1
2121

2222
collections:
23+
contribute_resources:
2324
style:
2425
output: true
2526
overviews:
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Documentation
33
link: /contribute/documentation.html
4-
icon: fa fa-file-text
4+
icon: fa fa-book
55
---
66
[Scaladoc (API)](/contribute/scala-standard-library-api-documentation.html), [docs.scala-lang.org](https://docs.scala-lang.org/contribute.html) and [scala-lang.org](https://github.com/scala/scala-lang).

_contribute_resources/2-bug-fixes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Bug fixes
33
link: /contribute/guide.html
4-
icon: fa fa-pencil
4+
icon: fa fa-bug
55
---
66
Issues with the tools, core libraries and compiler. Also you can help us by [reporting bugs](/contribute/bug-reporting-guide.html).
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
title: Compiler/Language
33
link: /contribute/guide.html#larger-changes-new-features
4-
icon: fa fa-gears
4+
icon: fa fa-cogs
55
---
66
Larger language features and compiler enhancements including language specification and SIPs.

0 commit comments

Comments
 (0)