Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F2989995
D25429.1740168309.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Advanced/Developer...
View Handle
View Hovercard
Size
1 KB
Referenced Files
None
Subscribers
None
D25429.1740168309.diff
View Options
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
Details
Attached
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)
Attached To
Mode
D25429: Generate Diviner book for Javelin
Attached
Detach File
Event Timeline
Log In to Comment