Skip to content

Commit 9b8c791

Browse files
committed
remove inner-page-no-masthead
1 parent 4daeccb commit 9b8c791

16 files changed

+19
-103
lines changed

_includes/inner-page-main-content.html

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

_layouts/inner-page-no-masthead.html

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

_overviews/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ languages: [ja, zh-cn, ru, uk]
66
permalink: /overviews/:title.html
77
redirect_from:
88
- /scala3/guides.html
9+
- /guides.html
910
---
1011

1112
<!-- Auto generated from _data/overviews.yml -->

_overviews/scaladoc/basics.md

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

_overviews/scaladoc/for-library-authors.md

Lines changed: 8 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ overview-name: Scaladoc
77
num: 3
88

99
permalink: /overviews/scaladoc/:title.html
10+
redirect_from:
11+
- /overviews/scaladoc/basics.html
1012
---
1113

1214
Scaladoc is a documentation system that lives in the comments of Scala source code
@@ -106,13 +108,13 @@ scalacOptions in (Compile, doc) ++= Seq(
106108
```
107109

108110
Each section should have a single-word identifier that is used in all of
109-
these tags, shown as `<group>` below. By default, that identifier is
110-
shown as the title of that documentation section, but you can use
111+
these tags, shown as `<group>` below. By default, that identifier is
112+
shown as the title of that documentation section, but you can use
111113
`@groupname` to provide a longer title.
112114

113115
Typically, you should put `@groupprio` (and optionally `@groupname` and
114116
`@groupdesc`) in the Scaladoc for the package/trait/class/object itself,
115-
describing what all the groups are, and their order. Then put `@group`
117+
describing what all the groups are, and their order. Then put `@group`
116118
in the Scaladoc for each member, saying which group it is in.
117119

118120
Members that do not have a `@group` tag will be listed as "Ungrouped" in
@@ -207,12 +209,12 @@ Some types of markup available:
207209
with no interruptions from other block styles. Unordered lists can be bulleted
208210
using `-`; numbered lists can be denoted using `1.`, `i.`, `I.`, or `a.` for the
209211
various numbering styles. In both cases, you must have extra space in front, and
210-
more space makes a sub-level.
211-
212+
more space makes a sub-level.
213+
212214
The markup for list blocks looks like:
213215

214216
/** Here is an unordered list:
215-
*
217+
*
216218
* - First item
217219
* - Second item
218220
* - Sub-item to the second

_overviews/scaladoc/interface.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ overview-name: Scaladoc
77
num: 2
88

99
permalink: /overviews/scaladoc/:title.html
10+
redirect_from:
11+
- /overviews/scaladoc/usage.html
1012
---
1113

1214
Many Scala developers, including those with a great deal of experience, are

_overviews/scaladoc/usage.md

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

_overviews/tutorials/partest-guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: inner-page-no-masthead
2+
layout: redirect
33
sitemap: false
44
permalink: /tutorials/partest-guide.html
55
redirect_to: https://github.com/scala/scala-partest

_zh-cn/overviews/index.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,8 @@ layout: overviews
33
language: zh-cn
44
partof: overviews
55
title: 目录
6+
redirect_from:
7+
- /zh-cn/scala3/guides.html
68
---
79

810
<!-- Auto generated from _data/overviews-zh-cn.yml -->

_zh-cn/overviews/thanks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: inner-page-no-masthead
2+
layout: singlepage-overview
33
language: zh-cn
44
title: 致谢名单
55
---

_zh-cn/scala3/guides.md

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

_zh-cn/thanks.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: inner-page-no-masthead
2+
layout: singlepage-overview
33
language: zh-cn
44
title: 致谢名单
55
---

api/all.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22
layout: singlepage-overview
33
title: Scala API Docs
44
includeTOC: true
5+
redirect_from:
6+
- /reference.html
57
---
68

79
## Latest releases

guides.md

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

news/_posts/2012-12-12-functional-programming-principles-in-scala-impressions-and-statistics.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
layout: inner-page-no-masthead
2+
layout: singlepage-overview
33
title: "Functional Programming Principles in Scala: Impressions and Statistics"
44
---
55
###### By Heather Miller and Martin Odersky

reference.md

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

0 commit comments

Comments
 (0)