Skip to content

Commit

Permalink
Merge pull request #14378 from dotty-staging/scaladoc/static-site-ref…
Browse files Browse the repository at this point in the history
…actor2

Scaladoc: Refactor static site loading and directory structure
  • Loading branch information
pikinier20 authored Feb 11, 2022
2 parents 2d514d8 + c5575b8 commit b472e26
Show file tree
Hide file tree
Showing 308 changed files with 653 additions and 647 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Today, we are excited to release Dotty version 0.2.0-RC1. This release
serves as a technology preview that demonstrates new language features
and the compiler supporting them.

This release is based on the [previous milestone](/blog/_posts/2017-05-31-first-dotty-milestone-release.html).
This release is based on the [previous milestone](/_blog/_posts/2017-05-31-first-dotty-milestone-release.html).
The highlights of this release are:
- substantial improvement of quality of generated code for pattern matching
- improvements in VS Code IDE stability
Expand All @@ -24,7 +24,7 @@ The highlights of this release are:
This is our second scheduled release according to our [6-week release schedule](https://dotty.epfl.ch/docs/usage/version-numbers.html).

## What’s in the 0.2.0-RC1 technology preview?
The [previous technology preview](/blog/_posts/2017-05-31-first-dotty-milestone-release.html) has shipped new language features planned for Scala 3:
The [previous technology preview](/_blog/_posts/2017-05-31-first-dotty-milestone-release.html) has shipped new language features planned for Scala 3:
[Intersection Types](https://dotty.epfl.ch/docs/reference/new-types/intersection-types.html),
[Union Types](https://dotty.epfl.ch/docs/reference/new-types/union-types.html),
[Trait Parameters](https://dotty.epfl.ch/docs/reference/other-new-features/trait-parameters.html),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can learn more about Dotty on our [website](http://dotty.epfl.ch).
<!--more-->

This is our third scheduled release according to our [6-week release schedule](https://dotty.epfl.ch/docs/usage/version-numbers.html).
The [previous technology preview](/blog/_posts/2017-07-12-second-dotty-milestone-release.html) improved
The [previous technology preview](/_blog/_posts/2017-07-12-second-dotty-milestone-release.html) improved
stability and reliability:

- substantial improvement of quality of generated code for pattern matching
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can learn more about Dotty on our [website](http://dotty.epfl.ch).
<!--more-->

This is our fourth scheduled release according to our [6-week release schedule](https://dotty.epfl.ch/docs/usage/version-numbers.html).
The [previous technology preview](/blog/_posts/2017-09-07-third-dotty-milestone-release.html) improved
The [previous technology preview](/_blog/_posts/2017-09-07-third-dotty-milestone-release.html) improved
stability and reliability.

## What’s new in the 0.4.0-RC1 technology preview?
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ You can learn more about Dotty on our [website](http://dotty.epfl.ch).
<!--more-->

This is our fifth scheduled release according to our [6-week release schedule](https://dotty.epfl.ch/docs/usage/version-numbers.html).
The [previous technology preview](/blog/_posts/2017-10-16-fourth-dotty-milestone-release.html) added
The [previous technology preview](/_blog/_posts/2017-10-16-fourth-dotty-milestone-release.html) added
support for Scala 2.12 and came with a brand new REPL.

## What’s new in the 0.5.0-RC1 technology preview?
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions docs/docs/usage/dottydoc.md → docs/_docs/usage/dottydoc.md
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ It is also possible to use one of the [default layouts](#default-layouts) that s
Blog
====
Dottydoc also allows for a simple blogging platform in the same vein as Jekyll.
Blog posts are placed within the `./blog/_posts` directory and have to be in
Blog posts are placed within the `./_blog/_posts` directory and have to be in
the form `year-month-day-title.{md,html}`.

An example of this would be:
Expand Down Expand Up @@ -252,7 +252,7 @@ to alter the way Dottydoc renders API documentation.

blog-page.html
--------------
A blog page uses files placed in `./blog/_posts/` as input to render a blog.
A blog page uses files placed in `./_blog/_posts/` as input to render a blog.

Default Includes
================
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ layout: doc-page
title: "Scaladoc"
---

![scaladoc logo](images/scaladoc_logo.svg)
![scaladoc logo](images/scaladoc-logo.png)

scaladoc is a tool to generate the API documentation of your Scala 3 projects. It provides similar features to `javadoc` as well as `jekyll` or `docusaurus`.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
109 changes: 0 additions & 109 deletions docs/index.html

This file was deleted.

Loading

0 comments on commit b472e26

Please sign in to comment.