Skip to content

Commit

Permalink
Merge pull request #51 from zuriscript:feature/improve-docs-readme-im…
Browse files Browse the repository at this point in the history
…ages

Improve docs, images and readme
  • Loading branch information
zuriscript authored Dec 11, 2023
2 parents 2e4f51e + dd921fd commit d068205
Show file tree
Hide file tree
Showing 7 changed files with 13 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ export const fetchBooksEffect = createEffect(
// And then run it
myBookStore.runEffect(fetchBooksEffect).subscribe();
const loadingSignal = isLoading(myBookStore); // true while effect is running
const isModifiedSignal = isModified(myBookStore); // false after store update
const isModifiedSignal = isModified(myBookStore); // true after store update
```

## Sample Application
Expand Down
16 changes: 12 additions & 4 deletions docs/docusaurus.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -56,10 +56,14 @@ const config = {
property: 'twitter:url',
content: 'https://zuriscript.github.io/signalstory/',
},
{ name: 'twitter:title', content: 'Signalstory 🧙‍♀️' },
{
name: 'twitter:title',
content: 'Signalstory 🧙‍♀️: State Management for Angular Wizards',
},
{
name: 'twitter:description',
content: 'Signal-based state management for Angular applications',
content:
'Signal-based state management solution for Angular that grows with your project. Explore feature-rich plugins, concepts and a versatile toolbox for developers at all levels.',
},
{
name: 'twitter:image',
Expand All @@ -71,10 +75,14 @@ const config = {
content: 'https://zuriscript.github.io/signalstory/',
},
{ property: 'og:type', content: 'website' },
{ property: 'og:title', content: 'Signalstory 🧙‍♀️' },
{
property: 'og:title',
content: 'Signalstory 🧙‍♀️: State Management for Angular Wizards',
},
{
property: 'og:description',
content: 'Signal-based state management for Angular applications',
content:
'Signal-based state management solution for Angular that grows with your project. Explore feature-rich plugins, concepts and a versatile toolbox for developers at all levels.',
},
{
property: 'og:image',
Expand Down
Binary file modified docs/static/img/code_evolve_landscape_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/img/code_evolve_landscape_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/img/code_evolve_portrait_dark.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/img/code_evolve_portrait_light.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/static/img/social-card.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit d068205

Please sign in to comment.