Skip to content

Commit 4fb09d7

Browse files
author
Jen Weber
authored
whitespace for remark linting (#10)
* whitespace for remark linting * fix broken link
1 parent 5f38dfa commit 4fb09d7

22 files changed

+23
-23
lines changed

guides/advanced-use/asset-pipeline.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- Cover very very basic Broccoli info. Link to Oli's tutorials. See the Ember Times Readers questions for a great writeup of what broccoli is -->
1+
<!-- Cover very very basic Broccoli info. Link to Oli's tutorials. See the Ember Times Readers questions for a great writeup of what broccoli is -->

guides/advanced-use/blueprints.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- cover what blueprints are and how to modify them. Can be ported from the existing site -->
1+
<!-- cover what blueprints are and how to modify them. Can be ported from the existing site -->

guides/advanced-use/configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- Should cover at least minification and fingerprinting -->
1+
<!-- Should cover at least minification and fingerprinting -->

guides/advanced-use/file-layout.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- A place to talk about the resolver (see ember-cli.com), module imports, and eventually, Module Unification when it becomes a thing -->
1+
<!-- A place to talk about the resolver (see ember-cli.com), module imports, and eventually, Module Unification when it becomes a thing -->

guides/advanced-use/stylesheets.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- Should cover similar topics as ember-cli.com -->
1+
<!-- Should cover similar topics as ember-cli.com -->

guides/api-documentation/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ The API docs for Ember CLI are mainly for addon authors, advanced Ember app deve
44

55
The docs are the main resource for information like build pipeline modifications, addon author APIs, advanced configurations, and more.
66

7-
The API documentation is built from the code comments in the main CLI codebase, [ember-cli on GitHub](https://github.com/ember-cli/ember-cli). If you spot an issue in the documentation, please open an issue or pull request on that repository.
7+
The API documentation is built from the code comments in the main CLI codebase, [ember-cli on GitHub](https://github.com/ember-cli/ember-cli). If you spot an issue in the documentation, please open an issue or pull request on that repository.

guides/basic-use/configurations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- The bare minimum explanation of what to do with ember-cli-build.js -->
1+
<!-- The bare minimum explanation of what to do with ember-cli-build.js -->

guides/basic-use/deploying.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- should show ember build, link to ember-cli-deploy, Guides tutorial -->
1+
<!-- should show ember build, link to ember-cli-deploy, Guides tutorial -->

guides/basic-use/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ If Watchman is not installed, a notice is displayed when invoking various comman
3535
### Installing for Windows
3636

3737
Windows Vista and newer Windows versions are fully supported, although there are steps you can take to improve your experience.
38-
You can find more information about this in our section on [Windows support](../reference/windows)
38+
You can find more information about this in our section on [Windows support](../reference/windows/)
3939

4040
## Getting help
4141

guides/basic-use/upgrading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,10 @@ ember --version
2121
## Upgrading an Ember app itself
2222

2323
There are automated Ember CLI tools available to help upgrade Ember apps, including codemods that help with syntax changes. Visit
24-
[ember-cli-update](https://github.com/ember-cli/ember-cli-update for the latest instructions.
24+
[ember-cli-update](https://github.com/ember-cli/ember-cli-update) for the latest instructions.
2525

2626
<!-- Needs a section that describes a common upgrade experience, explains deprecations, links to Deprecations site, and hints that upgrades to get new features or jump major versions require changes to the codebase. Common misconception is that you can just jump versions in package.json. Pull in info from https://ember-cli.com/user-guide/#upgrading -->
2727

2828
## Upgrading Addon Dependencies
2929

30-
<!-- very brief guidance on how to approach addons, and a note that sometimes deprecation warnings come from outdated addons rather than your app -->
30+
<!-- very brief guidance on how to approach addons, and a note that sometimes deprecation warnings come from outdated addons rather than your app -->

guides/basic-use/using-addons.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ Here are just a few examples of popular community-maintained addons unique to Em
3838
- [liquid-fire](https://www.emberobserver.com/addons/liquid-fire), for animating things like route transitions to provide a smooth, native-app-like experience.
3939
- and so many more!
4040

41-
Open Source projects like these addons rely on community members helping out. Some addons are sponsored by companies, but many are maintained on 100% volunteer time. If something doesn't work the way you expect, could be better documented, has a bug, or could be added as a new feature, please speak up and pitch in!
41+
Open Source projects like these addons rely on community members helping out. Some addons are sponsored by companies, but many are maintained on 100% volunteer time. If something doesn't work the way you expect, could be better documented, has a bug, or could be added as a new feature, please speak up and pitch in!
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
<!--Help Wanted-->
2-
<!--should cover ember-auto-import, importing from node modules, etc-->
2+
<!--should cover ember-auto-import, importing from node modules, etc-->

guides/reference/common-issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- copy over from ember-cli.com -->
1+
<!-- copy over from ember-cli.com -->

guides/reference/faq.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- Do I need to use the CLI, why broccoli instead of webpack, node version compatibility? -->
1+
<!-- Do I need to use the CLI, why broccoli instead of webpack, node version compatibility? -->

guides/reference/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- Brief description of what goes in the reference section. Mostly edge case stuff -->
1+
<!-- Brief description of what goes in the reference section. Mostly edge case stuff -->

guides/writing-addons/dependencies.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- Should cover where to put dependencies in package.json, how to export specific assets -->
1+
<!-- Should cover where to put dependencies in package.json, how to export specific assets -->

guides/writing-addons/deploying.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- This section should at least give people some clues about how to do a local production build, try it out locally, and then link to resources on publishing to npm -->
1+
<!-- This section should at least give people some clues about how to do a local production build, try it out locally, and then link to resources on publishing to npm -->

guides/writing-addons/documenting.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- Should mention that many authors use the dummy app for their documentation. Should link to ember-cli-addon-docs, with clear indication of its status as a community project -->
1+
<!-- Should mention that many authors use the dummy app for their documentation. Should link to ember-cli-addon-docs, with clear indication of its status as a community project -->

guides/writing-addons/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ If we want other people to be able to use our addon, we need to specify a name,
4242

4343
#### `config/ember-try.js`
4444

45-
This is a place to configure which versions of Ember that the test suite should check for compatibility. See the [ember-try](https://github.com/ember-cli/ember-try) repository on GitHub for more information.
45+
This is a place to configure which versions of Ember that the test suite should check for compatibility. See the [ember-try](https://github.com/ember-cli/ember-try) repository on GitHub for more information.

guides/writing-addons/testing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- Should cover ember-try, tests, and using the dummy app in testing. See ember-styleguide and popular addons for inspiration -->
1+
<!-- Should cover ember-try, tests, and using the dummy app in testing. See ember-styleguide and popular addons for inspiration -->

guides/writing-addons/tutorial.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -290,4 +290,4 @@ Lastly, be sure to provide a few notes about how others can contribute to the pr
290290

291291
## Advanced addon configuration
292292

293-
<!-- Help wanted! -->
293+
<!-- Help wanted! -->

guides/writing-addons/wrappers.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
<!-- Supplemental information to help someone write an Ember wrapper. Do not repeat content from the tutorial. -->
1+
<!-- Supplemental information to help someone write an Ember wrapper. Do not repeat content from the tutorial. -->

0 commit comments

Comments
 (0)