Skip to content

Commit 783ae00

Browse files
committed
Refreshed web site
1 parent 4a6da68 commit 783ae00

File tree

526 files changed

+2491
-24682
lines changed

Some content is hidden

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

526 files changed

+2491
-24682
lines changed

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ Pages are organized by their main directory:
2929
- the pages inside the root directory
3030
- the pages inside the `downloads` directory
3131
- the pages inside the `documentation` directory
32-
- the pages inside the `documentation/changelog` directory
3332

3433
They are handled by the `baseof.html` template of the exact same directory in the layouts `./themes/restlet-framework/layouts`. As you can notice, there is no `downloads` directory: the layout in the root directory applies.
3534
Layout include what is called `partials` (located in `./themes/restlet-framework/partials`) this is where all the logic of html code generation resides.

assets/sass/_layouts/_default.scss

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -397,12 +397,6 @@ article {
397397
border-radius: 4px;
398398
padding: 0.5em 0.5em 0;
399399

400-
&.title > summary {
401-
background-color: $pickled-bluewood;
402-
color: white;
403-
text-decoration: none;
404-
}
405-
406400
ul {
407401
list-style: none;
408402
}

assets/sass/_layouts/_documentation.scss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@
4242
}
4343

4444
img {
45-
margin-top: 20px;
4645
display: block;
4746
margin-left: auto;
4847
margin-right: auto;

assets/sass/_modules/_navigation.scss

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -170,6 +170,15 @@ $navigation-schemes: ('site' transparent $white);
170170
}
171171
}
172172
}
173+
>.navigation-list.documentation {
174+
>li {
175+
&.active {
176+
&:before {
177+
background-color: $mako;
178+
}
179+
}
180+
}
181+
}
173182
}
174183

175184
.navigation-list {

content/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ While Restlet applications can be deployed in Servlet containers, they can also
99

1010
<div class="m-cta cta-darkblue">
1111
<img class="home-logo" src="/images/restlet-framework.svg" alt="Restlet Framework">
12-
<a href="/downloads/current/" class="m-button m-button-border">Download</a>
12+
<a href="/documentation/user-guide/{{% frameworkStableMicroVersion %}}/introduction/overview/" class="m-button m-button-border">Getting Started</a>
1313
</div>

content/documentation/changelog/1.0.md

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

content/documentation/changelog/1.1.md

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

content/documentation/changelog/2.0.md

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

content/documentation/changelog/2.1.md

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

content/documentation/changelog/2.2.md

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

0 commit comments

Comments
 (0)