@@ -143,7 +143,7 @@ An example structure with an include file "sidebar.html":
143
143
Sidebar
144
144
=======
145
145
Dottydoc gives you the ability to create your own custom table of contents,
146
- this can either be achieved by overriding the ` toc.html ` include - or by
146
+ this can either be achieved by overriding the ` toc.html ` or by
147
147
providing a ` sidebar.yml ` file in the site root:
148
148
149
149
``` yaml
@@ -162,7 +162,7 @@ sidebar:
162
162
163
163
The ` sidebar` key is mandatory, as well as `title` for each element. The
164
164
default table of contents allows you to have subsections - albeit the current
165
- depth limit is 2 - we'd love to see this change , contributions welcome!
165
+ depth limit is 2 -- we would love to see this changed , contributions welcome!
166
166
167
167
The items which have the `subsection` key, may not have a `url` key in the
168
168
current scheme. A site root example with this could be :
@@ -193,7 +193,7 @@ Linking to members is done in the same fashion:
193
193
` ` `
194
194
195
195
Dottydoc denotes objects by ending their names in "$". To select `Object.range`
196
- you'd therefore write :
196
+ you would therefore write :
197
197
198
198
` ` ` markdown
199
199
[Object.range](scala.collection.immutable.List$.range)
@@ -211,7 +211,7 @@ therefore Dottydoc makes it easy to render this inline:
211
211
Other extensions
212
212
----------------
213
213
We would love to have your feedback on what you think would be good in order to
214
- render the documentation you want! Perhaps you'd like to render method
214
+ render the documentation you want! Perhaps you would like to render method
215
215
definitions or members? Let us know by filing
216
216
[issues](https://github.com/lampepfl/dotty/issues/new)!
217
217
0 commit comments