-
-
Notifications
You must be signed in to change notification settings - Fork 2k
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
docs: create presskit page #2296
Conversation
Preview docs changes for e699bc8 at https://previews.ngrx.io/pr2296-e699bc8/ |
Instead of adding this as an individual link, I think we should create a "Diagrams" or "Press Kit" type page to put these assets. |
A page familiar to https://angular.io/presskit where we can also upload the NgRx logo 🙂 is what I had in mind. |
2658d3c
to
87a5d52
Compare
@brandonroberts @timdeschryver I'm getting a build error saying unmatched links. The links work correctly when I run the app locally. Is their a script I have to run to get this build to work? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think this PR misses the state-management-lifecycle.png
file?
I haven't taken a look at it, but this might be the cause of the errors.
87a5d52
to
30a1d3f
Compare
@timdeschryver I fixed the previous issue but now I'm getting some strange build issue when the test run. The test as passing but looks like the code coverage part fails. Any ideas? |
Logo (svg) - <a href="#">Download</a> | ||
</div> | ||
|
||
## Diagram PSD |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## Diagram PSD | |
## State Management Lifecycle Diagram PSD |
@jordanpowell88 you need to rebase on master to fix the CI test issue. |
52407df
to
a382527
Compare
## NgRx Logo | ||
<img src="assets/images/ngrx-badge.png" width="100" style="float:left; padding-right: 1rem;" /> | ||
<div style="padding-top:1rem;"> | ||
Logo (png) - <a href="#">Download</a><br /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We have to add href
to the logo here, otherwise it won't download.
The same for the other logos.
## State Management Lifecycle Diagram PSD | ||
|
||
<img src="generated/images/guide/store/state-management-lifecycle.png" width="100" style="float:left; padding-right: 1rem;" /> | ||
Diagram (psd) - <a href="generated/images/guide/store/state-management-lifecycle.psd">Download</a><br /> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What about adding a download attribute?
It will download the file instead of opening it in the same window.
Diagram (psd) - <a href="generated/images/guide/store/state-management-lifecycle.psd">Download</a><br /> | |
Diagram (psd) - <a href="generated/images/guide/store/state-management-lifecycle.psd" download>Download</a><br /> |
a382527
to
e699bc8
Compare
Closes #2293
PR Checklist
Please check if your PR fulfills the following requirements:
PR Type
What kind of change does this PR introduce?
What is the current behavior?
No Link
Closes #2293
What is the new behavior?
Add link in footer for Diagram PSD
Does this PR introduce a breaking change?
Other information