Page MenuHomePhorge

D25429.1740168309.diff
No OneTemporary

D25429.1740168309.diff

diff --git a/.gitignore b/.gitignore
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
# Diviner
/docs/
/.divinercache/
+/webroot/rsrc/externals/javelin/docs/.divinercache/
/src/.cache/
# libphutil
diff --git a/src/applications/diviner/workflow/DivinerGenerateWorkflow.php b/src/applications/diviner/workflow/DivinerGenerateWorkflow.php
--- a/src/applications/diviner/workflow/DivinerGenerateWorkflow.php
+++ b/src/applications/diviner/workflow/DivinerGenerateWorkflow.php
@@ -348,7 +348,7 @@
$atomizers[$atomizer][] = $file;
}
- $root = dirname(phutil_get_library_root('phabricator'));
+ $root = dirname(phutil_get_library_root('phorge'));
$config_root = $this->getConfig('root');
$bar = id(new PhutilConsoleProgressBar())
@@ -363,7 +363,6 @@
$this->getBookConfigPath(),
$class,
$chunk);
- $future->setCWD($config_root);
$futures[] = $future;
diff --git a/webroot/rsrc/externals/javelin/docs/javelin.book b/webroot/rsrc/externals/javelin/docs/javelin.book
new file mode 100644
--- /dev/null
+++ b/webroot/rsrc/externals/javelin/docs/javelin.book
@@ -0,0 +1,16 @@
+{
+ "name" : "javelin",
+ "title" : "Javelin Documentation",
+ "short" : "Javelin Docs",
+ "preface" : "Documentation for developers using Javelin.",
+ "uri.source":
+ "https://we.phorge.it/diffusion/P/browse/master/%f$%l",
+ "rules": {
+ "(\\.diviner$)": "DivinerArticleAtomizer"
+ },
+ "groups": {
+ "concepts": {
+ "name": "Concepts"
+ }
+ }
+}

File Metadata

Mime Type
text/plain
Expires
Fri, Feb 21, 20:05 (2 h, 8 m ago)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
1111652
Default Alt Text
D25429.1740168309.diff (1 KB)

Event Timeline