Skip to content

Commit

Permalink
fix(docs): add better written docs (scullyio#389)
Browse files Browse the repository at this point in the history
* fix(docs): add better written docs

The following docs have been finished: plugins, recomended-plugins, release-for-v8, learn, and shocase

* fixfix(docs): add missing new lines in notes

* fix(docs): add improved written documentation for scully-lib-core

* fix(docs): add better written documentation for scully-cmd-line

* fix(docs): add better written docs for scully-configuration

* fix(docs): add better written docs for utils
  • Loading branch information
GuzmanPI authored Mar 20, 2020
1 parent 1c8afa2 commit 5e1b6a7
Show file tree
Hide file tree
Showing 15 changed files with 291 additions and 262 deletions.
6 changes: 3 additions & 3 deletions docs/blog.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,6 @@ The following table shows all available options:

| option | description | default |
| -------------- | ------------------------------------------------------ | --------- |
| `name` | define the name for the created post | 'blog-X' |
| `target` | define the target directory for the new post file | 'blog' |
| `metaDataFile` | use a meta data yaml template from a file for the post | undefined |
| `name` | Define the name for the created post | 'blog-X' |
| `target` | Define the target directory for the new post file | 'blog' |
| `metaDataFile` | Use a meta data yaml template from a file for the post | undefined |
4 changes: 3 additions & 1 deletion docs/getting-started.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,9 @@ Now, it is possible to loop through the links inside the template by opening the

At this point, you have your Angular project with Scully successfully installed.

#### IMPORTANT: _Scully requires the distribution files in the `./dist/my-scully-app` folder._
#### IMPORTANT:

_Scully requires the distribution files in the `./dist/my-scully-app` folder._

**NOTE:** If the angular application outputs the distribution files directly into the root folder `./dist`. Scully is not able to copy all files. This is an OS file-system issue.

Expand Down
8 changes: 6 additions & 2 deletions docs/getting-started_es.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,9 +57,13 @@ CREATE scully.config.js (65 bytes)
UPDATE package.json (1507 bytes)
```

#### IMPORTANTE: _Scully requiere que el router esté presente en su aplicación, no olvide agregarlo._
#### IMPORTANTE:

#### IMPORTANTE: _Scully requiere que los archivos de distribución estén en una subcarpeta de `./dist`_
_Scully requiere que el router esté presente en su aplicación, no olvide agregarlo._

#### IMPORTANTE:

_Scully requiere que los archivos de distribución estén en una subcarpeta de `./dist`_

Si tienes una aplicación Angular, que genera los archivos de distribución directamente en la raíz de `./dist` Scully no puede copiar todos los archivos del dist. Este es un problema del sistema de archivos del sistema operativo. No podemos copiar recursivamente en una subcarpeta de dist. La solución es configurar la opción `architect-> build-> options-> outputPath` en una subcarpeta.

Expand Down
9 changes: 7 additions & 2 deletions docs/learn.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
# Scully Learn
---
title: Learn
order: 1100
---

[Full Documentation ➡️](scully.md)
# Learn Scully

Coming soon!
Loading

0 comments on commit 5e1b6a7

Please sign in to comment.