Skip to content

Commit 879efe2

Browse files
authored
refactor(docsWeb): blog: change some text (#510)
1 parent 16249f2 commit 879efe2

3 files changed

Lines changed: 6 additions & 4 deletions

File tree

docs/blog.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: Adding Blog Support
2+
title: Create a blog
33
order: 600
44
---
55

6-
# Blogs in Scully
6+
# Create a blog
77

88
Scully is the best option for moving a blog to Angular!
99

@@ -12,6 +12,8 @@ It has a schematic that enables Angular applications to use markdown files for b
1212
1. [Adding Blog Support](#adding-blog-support)
1313
2. [Generating New Blog Posts](#generating-new-blog-posts)
1414

15+
_IMPORTANT:_ You only need a Angular app with scully, if you don't have, please check first the [getting started](/docs/getting-started) docs.
16+
1517
## Adding Blog Support
1618

1719
To add blog support to your app, run the following command:

schematics/scully/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

schematics/scully/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@scullyio/init",
3-
"version": "0.0.25",
3+
"version": "0.0.26",
44
"description": "Add scully to your angular app",
55
"repository": {
66
"type": "GIT",

0 commit comments

Comments
 (0)