Skip to content

Commit

Permalink
whitespace for remark linting (ember-learn#10)
Browse files Browse the repository at this point in the history
* whitespace for remark linting

* fix broken link
  • Loading branch information
Jen Weber authored Oct 4, 2018
1 parent 5f38dfa commit 4fb09d7
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 23 deletions.
2 changes: 1 addition & 1 deletion guides/advanced-use/asset-pipeline.md
Original file line number Diff line number Diff line change
@@ -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 -->
<!-- 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 -->
2 changes: 1 addition & 1 deletion guides/advanced-use/blueprints.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- cover what blueprints are and how to modify them. Can be ported from the existing site -->
<!-- cover what blueprints are and how to modify them. Can be ported from the existing site -->
2 changes: 1 addition & 1 deletion guides/advanced-use/configurations.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- Should cover at least minification and fingerprinting -->
<!-- Should cover at least minification and fingerprinting -->
2 changes: 1 addition & 1 deletion guides/advanced-use/file-layout.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- A place to talk about the resolver (see ember-cli.com), module imports, and eventually, Module Unification when it becomes a thing -->
<!-- A place to talk about the resolver (see ember-cli.com), module imports, and eventually, Module Unification when it becomes a thing -->
2 changes: 1 addition & 1 deletion guides/advanced-use/stylesheets.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- Should cover similar topics as ember-cli.com -->
<!-- Should cover similar topics as ember-cli.com -->
2 changes: 1 addition & 1 deletion guides/api-documentation/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ The API docs for Ember CLI are mainly for addon authors, advanced Ember app deve

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

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.
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.
2 changes: 1 addition & 1 deletion guides/basic-use/configurations.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- The bare minimum explanation of what to do with ember-cli-build.js -->
<!-- The bare minimum explanation of what to do with ember-cli-build.js -->
2 changes: 1 addition & 1 deletion guides/basic-use/deploying.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- should show ember build, link to ember-cli-deploy, Guides tutorial -->
<!-- should show ember build, link to ember-cli-deploy, Guides tutorial -->
2 changes: 1 addition & 1 deletion guides/basic-use/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ If Watchman is not installed, a notice is displayed when invoking various comman
### Installing for Windows

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

## Getting help

Expand Down
4 changes: 2 additions & 2 deletions guides/basic-use/upgrading.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ ember --version
## Upgrading an Ember app itself

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

<!-- 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 -->

## Upgrading Addon Dependencies

<!-- very brief guidance on how to approach addons, and a note that sometimes deprecation warnings come from outdated addons rather than your app -->
<!-- very brief guidance on how to approach addons, and a note that sometimes deprecation warnings come from outdated addons rather than your app -->
2 changes: 1 addition & 1 deletion guides/basic-use/using-addons.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ Here are just a few examples of popular community-maintained addons unique to Em
- [liquid-fire](https://www.emberobserver.com/addons/liquid-fire), for animating things like route transitions to provide a smooth, native-app-like experience.
- and so many more!

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!
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!
2 changes: 1 addition & 1 deletion guides/basic-use/using-npm-packages.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
<!--Help Wanted-->
<!--should cover ember-auto-import, importing from node modules, etc-->
<!--should cover ember-auto-import, importing from node modules, etc-->
2 changes: 1 addition & 1 deletion guides/reference/common-issues.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- copy over from ember-cli.com -->
<!-- copy over from ember-cli.com -->
2 changes: 1 addition & 1 deletion guides/reference/faq.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- Do I need to use the CLI, why broccoli instead of webpack, node version compatibility? -->
<!-- Do I need to use the CLI, why broccoli instead of webpack, node version compatibility? -->
2 changes: 1 addition & 1 deletion guides/reference/index.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- Brief description of what goes in the reference section. Mostly edge case stuff -->
<!-- Brief description of what goes in the reference section. Mostly edge case stuff -->
2 changes: 1 addition & 1 deletion guides/writing-addons/dependencies.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- Should cover where to put dependencies in package.json, how to export specific assets -->
<!-- Should cover where to put dependencies in package.json, how to export specific assets -->
2 changes: 1 addition & 1 deletion guides/writing-addons/deploying.md
Original file line number Diff line number Diff line change
@@ -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 -->
<!-- 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 -->
2 changes: 1 addition & 1 deletion guides/writing-addons/documenting.md
Original file line number Diff line number Diff line change
@@ -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 -->
<!-- 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 -->
2 changes: 1 addition & 1 deletion guides/writing-addons/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,4 +42,4 @@ If we want other people to be able to use our addon, we need to specify a name,

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

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.
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.
2 changes: 1 addition & 1 deletion guides/writing-addons/testing.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- Should cover ember-try, tests, and using the dummy app in testing. See ember-styleguide and popular addons for inspiration -->
<!-- Should cover ember-try, tests, and using the dummy app in testing. See ember-styleguide and popular addons for inspiration -->
2 changes: 1 addition & 1 deletion guides/writing-addons/tutorial.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,4 +290,4 @@ Lastly, be sure to provide a few notes about how others can contribute to the pr

## Advanced addon configuration

<!-- Help wanted! -->
<!-- Help wanted! -->
2 changes: 1 addition & 1 deletion guides/writing-addons/wrappers.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<!-- Supplemental information to help someone write an Ember wrapper. Do not repeat content from the tutorial. -->
<!-- Supplemental information to help someone write an Ember wrapper. Do not repeat content from the tutorial. -->

0 comments on commit 4fb09d7

Please sign in to comment.