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

Update README.md #195

Closed
wants to merge 7 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
67 changes: 57 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,26 +1,73 @@
# guidemaker-ember-template
[![This project uses GitHub Actions for continuous integration.](https://github.com/ember-learn/guidemaker-ember-template/workflows/CI/badge.svg)](https://github.com/ember-learn/guidemaker-ember-template/actions?query=workflow%3ACI)
[![This project uses Percy.io for visual regression testing.](https://percy.io/static/images/percy-badge.svg)](https://percy.io/Ember/guidemaker-ember-template)

[Short description of the addon.]
guidemaker-ember-template
==============================================================================

## Compatibility
This addon provides the general layout and some styles that are used for
[guides.emberjs.com](https://guides.emberjs.com/release).
raspberri05 marked this conversation as resolved.
Show resolved Hide resolved

- Ember.js v4.12 or above
- Embroider or ember-auto-import v2
Its responsibilities include:
- CSS for the sidebar
- HTML markup specifics (i.e. the classes that go on various divs in the text of the
guide itself)

## Installation
## Related apps

Most aspects of the Guides are styled via
[ember-styleguide](https://github.com/ember-learn/ember-styleguide),
not this repository.

[guidemaker](https://github.com/empress/guidemaker) is what
assembles guides content into queryable records.

[guides-source](https://github.com/ember-learn/guides-source)
has the learning content itself.

Compatibility
------------------------------------------------------------------------------

* Ember.js v3.16 or above
* Ember CLI v3.16 or above
* Node.js v14 or above


Installation
------------------------------------------------------------------------------

```
ember install guidemaker-ember-template
```

## Usage

[Longer description of how to use the addon in apps.]
Usage
------------------------------------------------------------------------------

See [guides-source](https://github.com/ember-learn/guides-source)
for an example of how to use this addon.

## Contributing

Contributing
------------------------------------------------------------------------------

See the [Contributing](CONTRIBUTING.md) guide for details.

## License
Releases
------------------------------------------------------------------------------
raspberri05 marked this conversation as resolved.
Show resolved Hide resolved

To release a new version of this addon:

```
git checkout master
git pull origin master
npm install -g np
np
```

This command will run checks and tests, and ask you what version you want
to do the release as (major, minor, patch).

raspberri05 marked this conversation as resolved.
Show resolved Hide resolved
License
------------------------------------------------------------------------------

This project is licensed under the [MIT License](LICENSE.md).