Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Scaladoc: Refactor static site loading and directory structure #14378

Merged
merged 6 commits into from
Feb 11, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
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.
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.
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.
109 changes: 0 additions & 109 deletions docs/index.html

This file was deleted.

Loading