Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15455654
D9736.id23374.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
D9736.id23374.diff
View Options
diff --git a/src/docs/user/userguide/arcanist_new_project.diviner b/src/docs/user/userguide/arcanist_new_project.diviner
--- a/src/docs/user/userguide/arcanist_new_project.diviner
+++ b/src/docs/user/userguide/arcanist_new_project.diviner
@@ -149,7 +149,7 @@
...arc looks for it by trying these paths:
- `path/to/root/examplelib/src/` First, arc looks in the project's root
- directory (where the .arcconfig lives) to see if the library is part of
+ directory (where the `.arcconfig` lives) to see if the library is part of
the project. This makes it easy to just put project-specific code in a
project.
- `path/to/root/../examplelib/src/` Next, arc looks //next to// the project's
diff --git a/src/docs/user/userguide/arcanist_quick_start.diviner b/src/docs/user/userguide/arcanist_quick_start.diviner
--- a/src/docs/user/userguide/arcanist_quick_start.diviner
+++ b/src/docs/user/userguide/arcanist_quick_start.diviner
@@ -44,13 +44,13 @@
yourproject/ $ $EDITOR .arcconfig
yourproject/ $ cat .arcconfig
{
- "project_id" : "yourprojectname",
- "conduit_uri" : "https://phabricator.example.com/"
+ "project.name" : "yourprojectname",
+ "phabricator.uri" : "https://phabricator.example.com/"
}
-Set `project_id` to a string that identifies the project.
+Set `project.name` to a string that identifies the project.
-Set `conduit_uri` to the URI for your Phabricator install (where `arc`
+Set `phabricator.uri` to the URI for your Phabricator install (where `arc`
should send changes to).
NOTE: You should **commit this file** to the repository.
diff --git a/src/docs/user/userguide/libraries.diviner b/src/docs/user/userguide/libraries.diviner
--- a/src/docs/user/userguide/libraries.diviner
+++ b/src/docs/user/userguide/libraries.diviner
@@ -83,7 +83,7 @@
##libcustom/.arcconfig##:
{
- "project_id" : "libcustom",
+ "project.name" : "libcustom",
"load" : [
"phabricator/src/"
]
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Mar 31, 4:04 AM (5 d, 9 h ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7688279
Default Alt Text
D9736.id23374.diff (1 KB)
Attached To
Mode
D9736: Modernize Arcanist documentation
Attached
Detach File
Event Timeline
Log In to Comment