We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 94603ff commit b62c49fCopy full SHA for b62c49f
page/docs/@repo/@doc.html
@@ -1,3 +1 @@
1
-<article class="_doc-content">
2
- Test!
3
-</article>
+Repo doc!
page/docs/@repo/@doc.php
@@ -5,6 +5,7 @@
5
6
class _DocPage extends Page {
7
public function go() {
8
- die("this");
+ $repo = $this->dynamicPath->get("repo");
9
+ $doc = $this->dynamicPath->get("doc");
10
}
11
page/docs/@repo/index.html
0 commit comments