mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
Minor documentation improvements
Summary: Tidying up of documentation, adding some new groups. Test Plan: Eyeball it. Reviewers: #blessed_reviewers, epriestley Reviewed By: #blessed_reviewers, epriestley Subscribers: Korvin, epriestley Differential Revision: https://secure.phabricator.com/D13133
This commit is contained in:
parent
7eac4865ab
commit
9a9df74ddb
4 changed files with 117 additions and 57 deletions
|
@ -11,13 +11,13 @@
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"(^externals/)",
|
"(^externals/)",
|
||||||
"(^webroot/rsrc/externals/)",
|
|
||||||
"(^scripts/)",
|
|
||||||
"(^support/)",
|
|
||||||
"(^resources/)",
|
"(^resources/)",
|
||||||
"(^src/docs/user/)",
|
"(^scripts/)",
|
||||||
|
"(^src/docs/flavor/)",
|
||||||
"(^src/docs/tech/)",
|
"(^src/docs/tech/)",
|
||||||
"(^src/docs/flavor/)"
|
"(^src/docs/user/)",
|
||||||
|
"(^support/)",
|
||||||
|
"(^webroot/rsrc/externals/)"
|
||||||
],
|
],
|
||||||
"groups": {
|
"groups": {
|
||||||
"contrib": {
|
"contrib": {
|
||||||
|
@ -26,11 +26,11 @@
|
||||||
"detail": {
|
"detail": {
|
||||||
"name": "Contributing in Detail"
|
"name": "Contributing in Detail"
|
||||||
},
|
},
|
||||||
"standards": {
|
|
||||||
"name": "Coding Standards"
|
|
||||||
},
|
|
||||||
"developer": {
|
"developer": {
|
||||||
"name": "Developer Guides"
|
"name": "Developer Guides"
|
||||||
|
},
|
||||||
|
"standards": {
|
||||||
|
"name": "Coding Standards"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,23 +11,20 @@
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"(^externals/)",
|
"(^externals/)",
|
||||||
"(^webroot/rsrc/externals/)",
|
|
||||||
"(^scripts/)",
|
|
||||||
"(^support/)",
|
|
||||||
"(^resources/)",
|
"(^resources/)",
|
||||||
"(^src/docs/user/)",
|
"(^scripts/)",
|
||||||
|
"(^src/docs/contributor/)",
|
||||||
"(^src/docs/tech/)",
|
"(^src/docs/tech/)",
|
||||||
"(^src/docs/contributor/)"
|
"(^src/docs/user/)",
|
||||||
|
"(^support/)",
|
||||||
|
"(^webroot/rsrc/externals/)"
|
||||||
],
|
],
|
||||||
"groups": {
|
"groups": {
|
||||||
"overview": {
|
"overview": {
|
||||||
"name": "Overview"
|
"name": "Overview"
|
||||||
},
|
},
|
||||||
"review": {
|
"javascript": {
|
||||||
"name": "Revision Control and Code Review"
|
"name": "Javascript"
|
||||||
},
|
|
||||||
"sundry": {
|
|
||||||
"name": "Sundries"
|
|
||||||
},
|
},
|
||||||
"lore": {
|
"lore": {
|
||||||
"name": "Phabricator Lore"
|
"name": "Phabricator Lore"
|
||||||
|
@ -35,8 +32,11 @@
|
||||||
"php": {
|
"php": {
|
||||||
"name": "PHP"
|
"name": "PHP"
|
||||||
},
|
},
|
||||||
"javascript": {
|
"review": {
|
||||||
"name": "Javascript"
|
"name": "Revision Control and Code Review"
|
||||||
|
},
|
||||||
|
"sundry": {
|
||||||
|
"name": "Sundries"
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,20 +7,32 @@
|
||||||
"uri.source":
|
"uri.source":
|
||||||
"https://secure.phabricator.com/diffusion/P/browse/master/%f$%l",
|
"https://secure.phabricator.com/diffusion/P/browse/master/%f$%l",
|
||||||
"rules": {
|
"rules": {
|
||||||
"(\\.php$)": "DivinerPHPAtomizer",
|
"(\\.diviner$)": "DivinerArticleAtomizer",
|
||||||
"(\\.diviner$)": "DivinerArticleAtomizer"
|
"(\\.php$)": "DivinerPHPAtomizer"
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"(^externals/)",
|
"(^externals/)",
|
||||||
"(^webroot/rsrc/externals/)",
|
|
||||||
"(^scripts/)",
|
|
||||||
"(^support/)",
|
|
||||||
"(^resources/)",
|
"(^resources/)",
|
||||||
"(^src/docs/user/)",
|
"(^scripts/)",
|
||||||
|
"(^src/docs/contributor/)",
|
||||||
"(^src/docs/flavor/)",
|
"(^src/docs/flavor/)",
|
||||||
"(^src/docs/contributor/)"
|
"(^src/docs/user/)",
|
||||||
|
"(^support/)",
|
||||||
|
"(^webroot/rsrc/externals/)"
|
||||||
],
|
],
|
||||||
"groups": {
|
"groups": {
|
||||||
|
"aphront": {
|
||||||
|
"name": "Aphront",
|
||||||
|
"include": "(^src/aphront/)"
|
||||||
|
},
|
||||||
|
"almanac": {
|
||||||
|
"name": "Almanac",
|
||||||
|
"include": "(^src/applications/almanac/)"
|
||||||
|
},
|
||||||
|
"aphlict": {
|
||||||
|
"name": "Aphlict",
|
||||||
|
"include": "(^src/applications/aphlict/)"
|
||||||
|
},
|
||||||
"arcanist": {
|
"arcanist": {
|
||||||
"name": "Arcanist Integration",
|
"name": "Arcanist Integration",
|
||||||
"include": "(^src/applications/arcanist/)"
|
"include": "(^src/applications/arcanist/)"
|
||||||
|
@ -45,6 +57,10 @@
|
||||||
"name": "Calendar",
|
"name": "Calendar",
|
||||||
"include": "(^src/applications/calendar/)"
|
"include": "(^src/applications/calendar/)"
|
||||||
},
|
},
|
||||||
|
"celerity": {
|
||||||
|
"name": "Celerity",
|
||||||
|
"include": "(^src/applications/celerity/)"
|
||||||
|
},
|
||||||
"chatlog": {
|
"chatlog": {
|
||||||
"name": "Chatlog",
|
"name": "Chatlog",
|
||||||
"include": "(^src/applications/chatlog/)"
|
"include": "(^src/applications/chatlog/)"
|
||||||
|
@ -61,13 +77,28 @@
|
||||||
"name": "Conpherence",
|
"name": "Conpherence",
|
||||||
"include": "(^src/applications/conpherence/)"
|
"include": "(^src/applications/conpherence/)"
|
||||||
},
|
},
|
||||||
|
"console": {
|
||||||
|
"name": "Console",
|
||||||
|
"include": "(^src/applications/console/)"
|
||||||
|
},
|
||||||
"countdown": {
|
"countdown": {
|
||||||
"name": "Countdown",
|
"name": "Countdown",
|
||||||
"include": "(^src/applications/countdown/)"
|
"include": "(^src/applications/countdown/)"
|
||||||
},
|
},
|
||||||
|
"customfield": {
|
||||||
|
"name": "Custom Fields",
|
||||||
|
"include": "(^src/infrastructure/customfield/)"
|
||||||
|
},
|
||||||
"daemon": {
|
"daemon": {
|
||||||
"name": "Daemons",
|
"name": "Daemons",
|
||||||
"include": "(^src/applications/daemon/)"
|
"include": [
|
||||||
|
"(^src/applications/daemon/)",
|
||||||
|
"(^src/infrastructure/daemon/)"
|
||||||
|
]
|
||||||
|
},
|
||||||
|
"dashboard": {
|
||||||
|
"name": "Dashboard",
|
||||||
|
"include": "(^src/applications/dashboard/)"
|
||||||
},
|
},
|
||||||
"differential": {
|
"differential": {
|
||||||
"name": "Differential",
|
"name": "Differential",
|
||||||
|
@ -77,10 +108,6 @@
|
||||||
"name": "Diffusion",
|
"name": "Diffusion",
|
||||||
"include": "(^src/applications/diffusion/)"
|
"include": "(^src/applications/diffusion/)"
|
||||||
},
|
},
|
||||||
"directory": {
|
|
||||||
"name": "Directory",
|
|
||||||
"include": "(^src/applications/directory/)"
|
|
||||||
},
|
|
||||||
"diviner": {
|
"diviner": {
|
||||||
"name": "Diviner",
|
"name": "Diviner",
|
||||||
"include": "(^src/applications/diviner/)"
|
"include": "(^src/applications/diviner/)"
|
||||||
|
@ -97,6 +124,14 @@
|
||||||
"name": "Drydock",
|
"name": "Drydock",
|
||||||
"include": "(^src/applications/drydock/)"
|
"include": "(^src/applications/drydock/)"
|
||||||
},
|
},
|
||||||
|
"edges": {
|
||||||
|
"name": "Edges",
|
||||||
|
"include": "(^src/infrastructure/edges/)"
|
||||||
|
},
|
||||||
|
"events": {
|
||||||
|
"name": "Events",
|
||||||
|
"include": "(^src/infrastructure/events/)"
|
||||||
|
},
|
||||||
"fact": {
|
"fact": {
|
||||||
"name": "Fact",
|
"name": "Fact",
|
||||||
"include": "(^src/applications/fact/)"
|
"include": "(^src/applications/fact/)"
|
||||||
|
@ -113,6 +148,10 @@
|
||||||
"name": "Flags",
|
"name": "Flags",
|
||||||
"include": "(^src/applications/flag/)"
|
"include": "(^src/applications/flag/)"
|
||||||
},
|
},
|
||||||
|
"fund": {
|
||||||
|
"name": "Fund",
|
||||||
|
"include": "(^src/applications/fund/)"
|
||||||
|
},
|
||||||
"harbormaster": {
|
"harbormaster": {
|
||||||
"name": "Harbormaster",
|
"name": "Harbormaster",
|
||||||
"include": "(^src/applications/harbormaster/)"
|
"include": "(^src/applications/harbormaster/)"
|
||||||
|
@ -125,6 +164,10 @@
|
||||||
"name": "Herald",
|
"name": "Herald",
|
||||||
"include": "(^src/applications/herald/)"
|
"include": "(^src/applications/herald/)"
|
||||||
},
|
},
|
||||||
|
"home": {
|
||||||
|
"name": "Home",
|
||||||
|
"include": "(^src/applications/home/)"
|
||||||
|
},
|
||||||
"legalpad": {
|
"legalpad": {
|
||||||
"name": "Legalpad",
|
"name": "Legalpad",
|
||||||
"include": "(^src/applications/legalpad/)"
|
"include": "(^src/applications/legalpad/)"
|
||||||
|
@ -142,17 +185,25 @@
|
||||||
"include": "(^src/applications/maniphest/)"
|
"include": "(^src/applications/maniphest/)"
|
||||||
},
|
},
|
||||||
"meta": {
|
"meta": {
|
||||||
"name": "Meta",
|
"name": "Applications",
|
||||||
"include": "(^src/applications/meta/)"
|
"include": "(^src/applications/meta/)"
|
||||||
},
|
},
|
||||||
"metamta": {
|
"metamta": {
|
||||||
"name": "MetaMTA",
|
"name": "MetaMTA",
|
||||||
"include": "(^src/applications/metamta/)"
|
"include": "(^src/applications/metamta/)"
|
||||||
},
|
},
|
||||||
|
"multimeter": {
|
||||||
|
"name": "Multimeter",
|
||||||
|
"include": "(^src/applications/multimeter/)"
|
||||||
|
},
|
||||||
"notification": {
|
"notification": {
|
||||||
"name": "Notifications",
|
"name": "Notifications",
|
||||||
"include": "(^src/applications/notification/)"
|
"include": "(^src/applications/notification/)"
|
||||||
},
|
},
|
||||||
|
"nuance": {
|
||||||
|
"name": "Nuance",
|
||||||
|
"include": "(^src/applications/nuance/)"
|
||||||
|
},
|
||||||
"oauthserver": {
|
"oauthserver": {
|
||||||
"name": "OAuth Server",
|
"name": "OAuth Server",
|
||||||
"include": "(^src/applications/oauthserver/)"
|
"include": "(^src/applications/oauthserver/)"
|
||||||
|
@ -161,6 +212,10 @@
|
||||||
"name": "Owners",
|
"name": "Owners",
|
||||||
"include": "(^src/applications/owners/)"
|
"include": "(^src/applications/owners/)"
|
||||||
},
|
},
|
||||||
|
"passphrase": {
|
||||||
|
"name": "Passphrase",
|
||||||
|
"include": "(^src/applications/passphrase/)"
|
||||||
|
},
|
||||||
"paste": {
|
"paste": {
|
||||||
"name": "Paste",
|
"name": "Paste",
|
||||||
"include": "(^src/applications/paste/)"
|
"include": "(^src/applications/paste/)"
|
||||||
|
@ -193,6 +248,10 @@
|
||||||
"name": "PHPAST",
|
"name": "PHPAST",
|
||||||
"include": "(^src/applications/phpast/)"
|
"include": "(^src/applications/phpast/)"
|
||||||
},
|
},
|
||||||
|
"phragment": {
|
||||||
|
"name": "Phragment",
|
||||||
|
"include": "(^src/applications/phragment/)"
|
||||||
|
},
|
||||||
"phrequent": {
|
"phrequent": {
|
||||||
"name": "Phrequent",
|
"name": "Phrequent",
|
||||||
"include": "(^src/applications/phrequent/)"
|
"include": "(^src/applications/phrequent/)"
|
||||||
|
@ -201,6 +260,10 @@
|
||||||
"name": "Phriction",
|
"name": "Phriction",
|
||||||
"include": "(^src/applications/phriction/)"
|
"include": "(^src/applications/phriction/)"
|
||||||
},
|
},
|
||||||
|
"phui": {
|
||||||
|
"name": "PHUI",
|
||||||
|
"include": "(^src/view/phui/)"
|
||||||
|
},
|
||||||
"policy": {
|
"policy": {
|
||||||
"name": "Policy",
|
"name": "Policy",
|
||||||
"include": "(^src/applications/policy/)"
|
"include": "(^src/applications/policy/)"
|
||||||
|
@ -219,7 +282,10 @@
|
||||||
},
|
},
|
||||||
"remarkup": {
|
"remarkup": {
|
||||||
"name": "Remarkup",
|
"name": "Remarkup",
|
||||||
"include": "(^src/applications/remarkup/)"
|
"include": [
|
||||||
|
"(^src/applications/remarkup/)",
|
||||||
|
"(^src/infrastructure/markup/)"
|
||||||
|
]
|
||||||
},
|
},
|
||||||
"repository": {
|
"repository": {
|
||||||
"name": "Repositories",
|
"name": "Repositories",
|
||||||
|
@ -237,10 +303,22 @@
|
||||||
"name": "Slowvote",
|
"name": "Slowvote",
|
||||||
"include": "(^src/applications/slowvote/)"
|
"include": "(^src/applications/slowvote/)"
|
||||||
},
|
},
|
||||||
|
"spaces": {
|
||||||
|
"name": "Spaces",
|
||||||
|
"include": "(^src/applications/spaces/)"
|
||||||
|
},
|
||||||
|
"storage": {
|
||||||
|
"name": "Storage",
|
||||||
|
"include": "(^src/infrastructure/storage/)"
|
||||||
|
},
|
||||||
"subscriptions": {
|
"subscriptions": {
|
||||||
"name": "Subscriptions",
|
"name": "Subscriptions",
|
||||||
"include": "(^src/applications/subscriptions/)"
|
"include": "(^src/applications/subscriptions/)"
|
||||||
},
|
},
|
||||||
|
"support": {
|
||||||
|
"name": "Support",
|
||||||
|
"include": "(^src/applications/support/)"
|
||||||
|
},
|
||||||
"system": {
|
"system": {
|
||||||
"name": "System",
|
"name": "System",
|
||||||
"include": "(^src/applications/system/)"
|
"include": "(^src/applications/system/)"
|
||||||
|
|
|
@ -11,13 +11,13 @@
|
||||||
},
|
},
|
||||||
"exclude": [
|
"exclude": [
|
||||||
"(^externals/)",
|
"(^externals/)",
|
||||||
"(^webroot/rsrc/externals/)",
|
|
||||||
"(^scripts/)",
|
|
||||||
"(^support/)",
|
|
||||||
"(^resources/)",
|
"(^resources/)",
|
||||||
"(^src/docs/tech/)",
|
"(^scripts/)",
|
||||||
|
"(^src/docs/contributor/)",
|
||||||
"(^src/docs/flavor/)",
|
"(^src/docs/flavor/)",
|
||||||
"(^src/docs/contributor/)"
|
"(^src/docs/tech/)",
|
||||||
|
"(^support/)",
|
||||||
|
"(^webroot/rsrc/externals/)"
|
||||||
],
|
],
|
||||||
"groups": {
|
"groups": {
|
||||||
"intro": {
|
"intro": {
|
||||||
|
@ -28,24 +28,6 @@
|
||||||
},
|
},
|
||||||
"userguide": {
|
"userguide": {
|
||||||
"name": "Application User Guides"
|
"name": "Application User Guides"
|
||||||
},
|
|
||||||
"differential": {
|
|
||||||
"name": "Differential (Code Review)"
|
|
||||||
},
|
|
||||||
"diffusion": {
|
|
||||||
"name": "Diffusion (Repository Browser)"
|
|
||||||
},
|
|
||||||
"maniphest": {
|
|
||||||
"name": "Maniphest (Task Tracking)"
|
|
||||||
},
|
|
||||||
"slowvote": {
|
|
||||||
"name": "Slowvote (Polls)"
|
|
||||||
},
|
|
||||||
"herald": {
|
|
||||||
"name": "Herald (Notifications)"
|
|
||||||
},
|
|
||||||
"phriction": {
|
|
||||||
"name": "Phriction (Wiki)"
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue