Skip to content

Commit 5b33591

Browse files
authored
Merge pull request #3484 from dotty-staging/fix-home
Documentation cleanup
2 parents fe24786 + a49ee2c commit 5b33591

File tree

5 files changed

+0
-138
lines changed

5 files changed

+0
-138
lines changed

CONTRIBUTING.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ This is the process for committing code to the Scala project. There are of cours
99
1. Make sure you have signed the [Scala CLA](http://typesafe.com/contribute/cla/scala), if not, sign it.
1010
2. Before starting to work on a feature or a fix, it's good practice to ensure that:
1111
1. There is a ticket for your work in the project's [issue tracker](https://github.com/lampepfl/dotty/issues);
12-
2. If not, create it first (perhaps given a thumbs up from the dotty-internals mailing list first);
1312
2. The ticket has been discussed and prioritized by the team.
1413
3. You should always perform your work in its own Git branch. The branch should be given a descriptive name that explains its intent. Some teams also like adding the ticket number and/or the [GitHub](http://github.com) user ID to the branch name, these details is up to each of the individual teams. (See below for more details on branch naming.)
1514
4. When the feature or fix is completed you should open a [Pull Request](https://help.github.com/articles/using-pull-requests) on GitHub.

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,6 @@ Community build: [![Community Build Status](https://travis-ci.org/lampepfl/dotty
77

88
* [Homepage](http://dotty.epfl.ch)
99
* [Documentation](http://dotty.epfl.ch/docs)
10-
* [FAQ](http://dotty.epfl.ch/#why-dotty)
11-
* [Mailing list](https://groups.google.com/forum/#!forum/dotty-internals)
1210

1311
Try it out
1412
==========

docs/_includes/faq.html

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

docs/_includes/logo-page.html

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,11 +6,6 @@
66
Try it now
77
</a>
88
</li>
9-
<li class="nav-item">
10-
<a class="nav-link" href="#why-dotty">
11-
FAQ
12-
</a>
13-
</li>
149
<li class="nav-item">
1510
<a class="nav-link" href="{{ site.baseurl }}/blog/index.html">
1611
Blog
@@ -48,11 +43,6 @@
4843
Try it now
4944
</a>
5045
</li>
51-
<li class="nav-item">
52-
<a class="nav-link" href="#why-dotty">
53-
FAQ
54-
</a>
55-
</li>
5646
<li class="nav-item">
5747
<a class="nav-link" href="{{ site.baseurl }}/blog/index.html">
5848
Blog

docs/index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,4 @@
1414
{% include logo-page.html %}
1515
{% include getting-started.html %}
1616
{% include features.html %}
17-
{% include faq.html %}
1817
</div>

0 commit comments

Comments
 (0)