Minor documentation improvements
Summary: - Link to "importing a repository" from Config next steps, since it's not obvious (and the article isn't obviously named). - Some minor doc tweaks. - Remove "Roadmap" document since it's super out of date and not very useful. Test Plan: Regenerated and read documentation. Reviewers: btrahan, jungejason Reviewed By: jungejason CC: aran, jungejason Maniphest Tasks: T743 Differential Revision: https://secure.phabricator.com/D1384
This commit is contained in:
@@ -8,12 +8,12 @@ Guide to Diffusion, the Phabricator repository browser.
|
||||
Diffusion is a repository browser which allows you to explore source code in a
|
||||
Git or SVN repository, similar to software like Trac and GitWeb.
|
||||
|
||||
Diffusion provides a very high-performance SVN browser and a moderately
|
||||
high-performance Git browser. It achieves performance by denormalizing large
|
||||
amounts of data about repository history into a database and using this
|
||||
information like a cache so it can avoid querying the repository directly. This
|
||||
data is generated by daemons which track repositories, discover new commits, and
|
||||
parse and import them.
|
||||
Diffusion provides a very high-performance SVN browser, a moderately
|
||||
high-performance Git browser and relatively slow Mercurial browser. It achieves
|
||||
performance by denormalizing large amounts of data about repository history into
|
||||
a database and using this information like a cache so it can avoid querying the
|
||||
repository directly. This data is generated by daemons which track repositories,
|
||||
discover new commits, and parse and import them.
|
||||
|
||||
Diffusion is integrated with the other tools in the Phabricator suite. For
|
||||
instance:
|
||||
|
||||
Reference in New Issue
Block a user