Skip to content

Commit

Permalink
refactor(docs): add minor fixes and enhancements
Browse files Browse the repository at this point in the history
  • Loading branch information
Villanuevand authored Dec 18, 2019
1 parent 0b3eea4 commit 687cfd2
Show file tree
Hide file tree
Showing 5 changed files with 17 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/---bug-report.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ assignees: ''

---

# 🐞 bug report
# 🐞 Bug report

### Description

Expand Down
3 changes: 3 additions & 0 deletions docs/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,4 +41,7 @@ ng g @scullyio/init:post --name="This is my post"
```

---



[Full Documentation ➡️](scully.md)
4 changes: 2 additions & 2 deletions docs/getting-started.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Scully - Getting Started

The first thing you need to get started with Scully is a working Angular app using Angular 9.*.
The first thing you need to get started with Scully is a working Angular app using **Angular 9.x.x**

This getting started doc covers the three steps to adding Scully into your project.

Expand Down Expand Up @@ -50,7 +50,7 @@ That's it. You're done! In your project directory, you now have a `/dist/static`
of your app.

__NOTE:__ If you had any errors or warning during the build phase, please follow the instructions in the errors/warnings
(if applicable) or [submit an issue](https://github.com/scullyio/scully/issues/new).
(if applicable) or [submit an issue](https://github.com/scullyio/scully/issues/new/choose).

## Test

Expand Down
7 changes: 7 additions & 0 deletions docs/issues.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Scully Issues


For create Bug report go to [Scully Bug template](https://github.com/scullyio/scully/issues/new?assignees=&labels=bug&template=---bug-report.md&title=).

To propose a new Feature go to [Scully Feature request](https://github.com/scullyio/scully/issues/new?assignees=&labels=enhancement&template=---feature-request.md&title=)

If do you want

Better documentation will be added for creating issues.


Expand Down
4 changes: 4 additions & 0 deletions docs/scully-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,8 @@
The center of every scully project is the `scully.config.js`. This config file must export the configuration for your
scully build.

Better documentation will be added for `scully.config.js` file.



[Full Documentation ➡️](scully.md)

0 comments on commit 687cfd2

Please sign in to comment.