Skip to content

Commit 27517f8

Browse files
committed
docs es
1 parent 452a19e commit 27517f8

279 files changed

Lines changed: 5103 additions & 4351 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

README.md

Lines changed: 9 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,8 @@ Para todos los que no tengan tiempo de leer esto hoy, aquí hay un pequeño vide
7979
- [Usando la última versión no-minificada desde CDN jsDelivr](#usando-la-ltima-versin-no-minificada-desde-cdn-jsdelivr)
8080
- [Usando CDN UNPKG](#usando-cdn-unpkg)
8181
- [Usando CDNJS](#usando-cdnjs)
82-
- [Referencia](#referencia)
82+
- [Essentials](#essentials)
83+
- [Referencia](#referencia)
8384
- [QC_Object](#qcobject)
8485
- [ComplexStorageCache](#complexstoragecache)
8586
- [asyncLoad](#asyncload)
@@ -145,8 +146,8 @@ Para todos los que no tengan tiempo de leer esto hoy, aquí hay un pequeño vide
145146
- [Generating a Self-Signed Certificate with QCObjects](#generating-a-self-signed-certificate-with-qcobjects)
146147
- [Working with a Letsencrypt HTTPS certificate, Certbot and QCObjects](#working-with-a-letsencrypt-https-certificate-certbot-and-qcobjects)
147148
- [Quick Start Guide](#quick-start-guide)
148-
- [Quick Start your PWA (Progressive Web App)](#quick-start-your-pwa-progressive-web-app)
149-
- [Quick Start your AMP (Accelerated Mobile Page)](#quick-start-your-amp-accelerated-mobile-page)
149+
- [Quick Start your PWA (Progressive Web App)](#quick-start-your-pwa-progressive-web-app)
150+
- [Quick Start your AMP (Accelerated Mobile Page)](#quick-start-your-amp-accelerated-mobile-page)
150151
- [Start Coding](#start-coding)
151152
- [Step 1: Start creating a main import file and name it like: cl.quickcorp.js. Put it into packages/js/ file directory](#step-1-start-creating-a-main-import-file-and-name-it-like-clquickcorpjs-put-it-into-packagesjs-file-directory)
152153
- [Step 2: Then create some services inhereting classes into the file js/packages/cl.quickcorp.services.js :](#step-2-then-create-some-services-inhereting-classes-into-the-file-jspackagesclquickcorpservicesjs-)
@@ -543,7 +544,9 @@ No necesitas minificar QCObjects, pero si aún quieres usar el codigo minificado
543544

544545
Otra vez cambia 2.1.420 al numero de la versión que quieras usar.
545546

546-
# Referencia
547+
# Essentials
548+
549+
## Referencia
547550

548551
Aquí están los símbolos y conceptos esenciales de referencia [QCObjects](https://qcobjects.dev)
549552

@@ -2946,13 +2949,13 @@ Para permitir que QCObjects entienda y ejecute sus microservicios de la manera c
29462949

29472950
# Quick Start Guide
29482951

2949-
### Quick Start your PWA (Progressive Web App)
2952+
## Quick Start your PWA (Progressive Web App)
29502953

29512954
```shell
29522955
> qcobjects create --pwa mynewapp
29532956
```
29542957

2955-
### Quick Start your AMP (Accelerated Mobile Page)
2958+
## Quick Start your AMP (Accelerated Mobile Page)
29562959

29572960
```shell
29582961
> qcobjects create --amp mynewapp

doc/templates/components/markdown/es/page_es_19.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,6 @@
1-
# Referencia
1+
# Essentials
2+
3+
## Referencia
24

35
Aquí están los símbolos y conceptos esenciales de referencia [QCObjects](https://qcobjects.dev)
46

0 commit comments

Comments
 (0)