mirror of
https://github.com/apple/pkl.git
synced 2026-03-20 00:04:05 +01:00
Reword verbage to "pantry" (#64)
* Reword verbage to "pantry" * Fix verbage
This commit is contained in:
@@ -116,7 +116,7 @@ internal class ClassPageGenerator(
|
||||
}
|
||||
|
||||
// example output:
|
||||
// class HostAlias (io.k8s/api/core/v1/PodSpec:befa7c51) • Pkl Hub
|
||||
// HostAlias (pkg.pkl-lang.org/pkl-k8s/k8s@1.0.0) • Package Docs
|
||||
override fun HTMLTag.renderPageTitle() {
|
||||
val classScope = pageScope
|
||||
val moduleScope = classScope.parent!!
|
||||
|
||||
@@ -105,7 +105,7 @@ internal class ModulePageGenerator(
|
||||
}
|
||||
|
||||
// example output:
|
||||
// module PodSpec (io.k8s/api/core/v1:befa7c51) • Pkl Hub
|
||||
// module PodSpec (pkg.pkl-lang.org/pkl-k8s/k8s:1.0.0) • Package Docs
|
||||
override fun HTMLTag.renderPageTitle() {
|
||||
val moduleScope = pageScope
|
||||
val packageScope = moduleScope.parent!!
|
||||
|
||||
@@ -86,7 +86,7 @@ internal class PackagePageGenerator(
|
||||
}
|
||||
|
||||
// example output:
|
||||
// package io.k8s (befa7c51) • Pkl Hub
|
||||
// package pkg.pkl-lang.org/pkl-k8s/k8s (1.0.0) • Package Docs
|
||||
override fun HTMLTag.renderPageTitle() {
|
||||
+pageScope.name
|
||||
+" ("
|
||||
|
||||
Reference in New Issue
Block a user