Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve the guides #985

Merged
merged 1 commit into from Jun 29, 2017
Merged

Improve the guides #985

merged 1 commit into from Jun 29, 2017

Conversation

chasenlehara
Copy link
Member

  • Add a note about a bug in cordova-ios
  • Fix a bunch of links (and convert them to https)
  • NPM -> npm
  • Mac OS X -> macOS

- Add a note about a bug in `cordova-ios`
- Fix a bunch of links (and convert them to https)
- NPM -> npm
- Mac OS X -> macOS
@coveralls
Copy link

coveralls commented Jun 29, 2017

Coverage Status

Coverage remained the same at 96.396% when pulling 609f619 on guide-improvements into 9562d3a on master.

@@ -104,7 +104,7 @@ Update `src/index.stache` to look like this:
> New APIs Used:
> - [<can-import>](https://canjs.com/doc/can-view-import.html) — specifies template dependencies.

If you kept your browser window open at [http://localhost:8080/](localhost:8080) you should see the updated styles and content as soon as you save the file.
If you kept your browser window open at [http://localhost:8080/] you should see the updated styles and content as soon as you save the file.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this be a link?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is; you don’t have to include the URL if it’s the same as the link text.

@@ -98,7 +98,7 @@ DoneJS comes with its own server, which hosts your development files and takes c
donejs develop
```

The default port is 8080, so if we now go to [http://localhost:8080/](localhost:8080) we can see our application with a default homepage. If we change `src/index.stache` or `src/app.js` all changes will show up right away in the browser. Try it by changing the `message` property in `src/app.js`.
The default port is 8080, so if we now go to [http://localhost:8080/] we can see our application with a default homepage. If we change `src/index.stache` or `src/app.js` all changes will show up right away in the browser. Try it by changing the `message` property in `src/app.js`.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Same here?

@@ -110,7 +110,8 @@ When you start Android Studio for the first time it will go through the installa

Once this is complete you should have everything you need for Android development. You can close Android Studio as you won't need it for DoneJS development.

## Mac OS X
<a id="mac-os-x"></a>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

What is this for?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The title changed, so the ID of the section changed, so this is to keep links pointing to the old section ID working.

@imaustink imaustink merged commit f82097b into master Jun 29, 2017
@imaustink imaustink deleted the guide-improvements branch June 29, 2017 22:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants