scaladoc/javadoc links broken in docs (#294)
* parent 1e514f6aaf
author PJ Fanning <pjfanning@users.noreply.github.com> 1681764418 +0200
committer PJ Fanning <pjfanning@users.noreply.github.com> 1681934910 +0200
scaladoc/javadoc links broken in docs
Update project-info.conf
Update Paradox.scala
Update project-info.conf
* revert some changes till later
This commit is contained in:
parent
1e514f6aaf
commit
65e0e50a57
1 changed files with 8 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
project-info {
|
||||
version: "current"
|
||||
scaladoc: "https://pekko.apache.org/api/pekko/"${project-info.version}"/pekko/"
|
||||
javadoc: "https://pekko.apache.org/japi/pekko/"${project-info.version}"/pekko/"
|
||||
scaladoc: "https://pekko.apache.org/api/pekko/"${project-info.version}"/org/apache/pekko/"
|
||||
javadoc: "https://pekko.apache.org/japi/pekko/"${project-info.version}"/org/apache/pekko/"
|
||||
shared-info {
|
||||
jdk-versions: ["OpenJDK 8", "OpenJDK 11", "OpenJDK 17"]
|
||||
snapshots: {
|
||||
|
|
@ -14,12 +14,14 @@ project-info {
|
|||
text: "Github issues"
|
||||
}
|
||||
release-notes: {
|
||||
# TODO: Correct url needs to be provided
|
||||
url: "https://akka.io/blog/news-archive.html"
|
||||
text: "akka.io blog"
|
||||
new-tab: false
|
||||
url: "https://github.com/apache/incubator-pekko/releases"
|
||||
text: "GitHub releases"
|
||||
}
|
||||
forums: [
|
||||
{
|
||||
text: "Apache Pekko User mailing list"
|
||||
url: "https://lists.apache.org/list.html?user@pekko.apache.org"
|
||||
}
|
||||
{
|
||||
text: "Apache Pekko Dev mailing list"
|
||||
url: "https://lists.apache.org/list.html?dev@pekko.apache.org"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue