diff --git a/docs/react-component-atlas.md b/docs/react-component-atlas.md index 0da9b513dc..a585c9aea3 100644 --- a/docs/react-component-atlas.md +++ b/docs/react-component-atlas.md @@ -85,19 +85,22 @@ This is a high-level overview of the structure of the React component tree that > > > [``](/lib/controllers/multi-file-patch-controller.js) > > > [``](/lib/views/multi-file-patch-view.js) > +> > [``](/lib/items/issueish-detail-item.js) +> > [``](/lib/containers/commit-detail-container.js) +> > [``](/lib/controllers/commit-detail-controller.js) +> > [``](/lib/views/commit-detail-controller.js) +> > +> > The workspace-center pane item that appears when looking at all the changes associated with a single commit that already exists in the current branch. +> > +> > > [``](/lib/controllers/multi-file-patch-controller.js) +> > > [``](/lib/views/multi-file-patch-view.js) +> > > [``](/lib/items/issueish-detail-item.js) > > [``](/lib/containers/issueish-detail-container.js) > > [``](/lib/controllers/issueish-detail-controller.js) > > [``](/lib/views/issue-detail-view.js) > > [``](/lib/views/pr-detail-view.js) > > -> > The workspace-center pane item that appears when looking at all the changes -> > associated with a single commit that already exists in the current repository. -> > [``](/lib/items/issueish-detail-item.js) -> > [``](/lib/containers/commit-detail-container.js) -> > [``](/lib/controllers/commit-detail-controller.js) -> > [``](/lib/views/commit-detail-controller.js) -> > > > The workspace-center pane that displays information about a pull request or issue ("issueish", collectively) from github.com. > > > > > [``](/lib/controllers/issue-timeline-controller.js)