Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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