Skip to content
This repository has been archived by the owner on Feb 21, 2024. It is now read-only.

Commit

Permalink
Gather doc files in docs directory
Browse files Browse the repository at this point in the history
  • Loading branch information
dcyriller committed Oct 15, 2018
1 parent 1022205 commit f3e2757
Show file tree
Hide file tree
Showing 13 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion ADDON_HOOKS.md

This file was deleted.

File renamed without changes.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
1. Open xml file in https://www.draw.io
2. Make necessary changes
3. Commit the updated diagram in xml and png format.
4. Point the ARCHITECTURE.md file to the updated diagram
4. Point the architecture.md file to the updated diagram
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -29,5 +29,5 @@ DEBUG/

Ember CLI uses [`broccoli-debug`](https://github.com/broccolijs/broccoli-debug/) to generate debug output mentioned above.

More tips can be found in our [PERF_GUIDE](https://github.com/ember-cli/ember-cli/blob/master/PERF_GUIDE.md)
under [DEBUG logging section](https://github.com/ember-cli/ember-cli/blob/master/PERF_GUIDE.md#debug-logging).
More tips can be found in our [PERF_GUIDE](./perf-guide.md)
under [DEBUG logging section](./perf-guide.md#debug-logging).
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion PERF_GUIDE.md → docs/perf-guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -214,7 +214,7 @@ DEBUG_DEPTH=5 DEBUG_LEVEL=debug DEBUG=broccoli-merge-trees: ember build
`[... ConcatWithMaps#782 -> BroccoliMergeTrees#783]` means that the log entry
occurred in broccoli merge-trees node with id 783, whose parent was a concat
with maps node with id 782. These ids are shown in the visualization graph.
See [Visualization](#Visualization) for details.
See [Visualization](#visualization) for details.

... more on what to look for ...

Expand Down
File renamed without changes.
2 changes: 1 addition & 1 deletion tests/unit/tasks/serve-test.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ describe('serve task', function() {
});

it(`Serves ember app from given path`, function() {
runServeTask('assets');
runServeTask('docs');
return RSVP.resolve().then(() => {
expect(ui.output).to.be.contains('– Serving on');
});
Expand Down

0 comments on commit f3e2757

Please sign in to comment.