Skip to content

Commit 4611fb2

Browse files
committed
- Documentation: provided list of more CDNs with latest version
1 parent bfddf0e commit 4611fb2

File tree

8 files changed

+10
-15
lines changed

8 files changed

+10
-15
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ npm install fullpage.js
112112
Using Webpack, Browserify or Require.js? Check [how to use fullPage.js with module loaders](https://github.com/alvarotrigo/fullPage.js/wiki/Use-module-loaders-for-fullPage.js).
113113

114114
### Optional use of CDN
115-
If you prefer to use a CDN to load the needed files, fullPage.js is in CDNJS:
116-
https://cdnjs.com/libraries/fullPage.js
115+
If you prefer to use a CDN to load the needed files, fullPage.js is in, [JSDelivr](https://www.jsdelivr.com/package/npm/fullpage.js), [UNPKG](https://unpkg.com/browse/fullpage.js/dist/), [CDNJS](https://cdnjs.com/libraries/fullPage.js) and others.
117116

118117
### Required HTML structure
119118
Start your HTML document with the compulsory [HTML DOCTYPE declaration](https://www.corelangs.com/html/introduction/doctype.html) on the 1st line of your HTML code. You might have troubles with sections heights otherwise. The examples provided use HTML 5 doctype `<!DOCTYPE html>`.

lang/brazilian-portuguese/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,7 @@ npm install fullpage.js
112112
Usando Webpack, Browserify ou Require.js? Confira [como usar fullPage.js com module loaders](https://github.com/alvarotrigo/fullPage.js/wiki/Use-module-loaders-for-fullPage.js).
113113

114114
### Uso opcional de CDN
115-
Se você preferir usar um CDN para carregar os arquivos necessários, fullPage.js está em CDNJS:
116-
https://cdnjs.com/libraries/fullPage.js
115+
Se você preferir usar um CDN para carregar os arquivos necessários, fullPage.js está em [JSDelivr](https://www.jsdelivr.com/package/npm/fullpage.js), [UNPKG](https://unpkg.com/browse/fullpage.js/dist/), [CDNJS](https://cdnjs.com/libraries/fullPage.js)...
117116

118117
### Estrutura HTML necessária
119118
Inicie seu documento HTML com a [declaração HTML DOCTYPE](https://www.corelangs.com/html/introduction/doctype.html) obrigatória na primeira linha do seu código HTML. Caso contrário, você pode ter problemas com as alturas das seções. Os exemplos fornecidos usam o tipo de documento HTML5 `<!DOCTYPE html>`.

lang/chinese/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ npm install fullpage.js
114114
Using Webpack, Browserify or Require.js? Check [how to use fullPage.js with module loaders](https://github.com/alvarotrigo/fullPage.js/wiki/Use-module-loaders-for-fullPage.js)</a> .
115115

116116
### 可选用 CDN :
117-
如果您倾向使用 CDN 载入所需文件,fullPage.js 在 CDNJS:
118-
https://cdnjs.com/libraries/fullPage.js
117+
如果您倾向使用 CDN 载入所需文件,fullPage.js 在 [JSDelivr](https://www.jsdelivr.com/package/npm/fullpage.js), [UNPKG](https://unpkg.com/browse/fullpage.js/dist/), [CDNJS](https://cdnjs.com/libraries/fullPage.js)...
119118

120119
### 要求 HTML 结构
121120
HTML 文件中的首行 HTML 代码必须使用 [HTML DOCTYPE 声明](https://www.corelangs.com/html/introduction/doctype.html),否则可能会遇到代码段高度问题。HTML 5 doctype 中的示例: `<!DOCTYPE html>`.

lang/french/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,7 @@ Comme vous pouvez le voir dans les fichiers d'exemple, vous devrez inclure :
115115
Vous utilisez Webpack, Browserify ou Require.js ? Vérifiez [comment utiliser fullPage.js avec les chargeurs de modules](https://github.com/alvarotrigo/fullPage.js/wiki/Use-module-loaders-for-fullPage.js).
116116

117117
### Utilisation facultative du CDN
118-
Si vous préférez utiliser un CDN pour charger les fichiers nécessaires, fullPage.js est dans CDNJS :
119-
https://cdnjs.com/libraries/fullPage.js
118+
Si vous préférez utiliser un CDN pour charger les fichiers nécessaires, fullPage.js est dans [JSDelivr](https://www.jsdelivr.com/package/npm/fullpage.js), [UNPKG](https://unpkg.com/browse/fullpage.js/dist/), [CDNJS](https://cdnjs.com/libraries/fullPage.js)...
120119

121120
### Structure HTML requise
122121
Commencez votre document HTML avec la déclaration obligatoire[déclaration DOCTYPE HTML](https://www.corelangs.com/html/introduction/doctype.html) sur la 1ère ligne de votre code HTML. Sinon, vous pourriez avoir des problèmes avec la hauteur des sections. Les exemples fournis utilisent HTML 5 doctype `<!DOCTYPE html>`.

lang/japanese/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ npm install fullpage.js
113113
Webpack、Browserify、またはRequire.jsを使用している場合は、[モジュールローダーを使用したfullPage.jsの使い方](https://github.com/alvarotrigo/fullPage.js/wiki/Use-module-loaders-for-fullPage.js)を確認してください。
114114

115115
### オプション CDNの使用
116-
CDNを使用してfullPageを利用したい場合、CDNJSを利用できます:
117-
https://cdnjs.com/libraries/fullPage.js
116+
CDNを使用してfullPage.jsを利用したい場合、[JSDelivr](https://www.jsdelivr.com/package/npm/fullpage.js)[UNPKG](https://unpkg.com/browse/fullpage.js/dist/)[CDNJS](https://cdnjs.com/libraries/fullPage.js) を利用できます。
117+
118118

119119
### 必須HTML構造
120120
HTML文書をHTMLの[DOCTYPE宣言](https://www.corelangs.com/html/introduction/doctype.html)で始めます。

lang/korean/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,8 @@ npm install fullpage.js
110110
Webpack, Browserify 또는 Require.js를 사용하고 계신가요? [모듈 로더와 함께 fullPage.js를 사용하는 방법을 확인하세요.](https://github.com/alvarotrigo/fullPage.js/wiki/Use-module-loaders-for-fullPage.js).
111111

112112
### CDN 사용 가능
113-
필요한 파일을 불러오실 때 CDN이 더 편하시다면 fullPage.js를 CDNJS 양식(<https://cdnjs.com/libraries/fullPage.js>)으로도 사용하실 수 있습니다.
113+
필요한 파일을 불러오실 때 CDN이 더 편하시다면 [JSDelivr](https://www.jsdelivr.com/package/npm/fullpage.js), [UNPKG](https://unpkg.com/browse/fullpage.js/dist/), [CDNJS](https://cdnjs.com/libraries/fullPage.js)에서도 fullPage.js를 사용할 수 있습니다.
114+
114115

115116
### 필요한 HTML 구조
116117
HTML 코드의 첫번째 줄에 필수 [HTML DOCTYPE 표기](https://www.corelangs.com/html/introduction/doctype.html)를 넣어주세요. 넣지 않으시면 구역의 높이가 깨질 수 있습니다. 제시된 사례에서는 HTML 5 doctype `<!DOCTYPE html>`을 씁니다.

lang/russian/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,7 @@ npm install fullpage.js
113113
Using Webpack, Browserify or Require.js? Check [how to use fullPage.js with module loaders](https://github.com/alvarotrigo/fullPage.js/wiki/Use-module-loaders-for-fullPage.js).
114114

115115
### Опциональное использование CDN
116-
Если вы предпочитаете использовать CDN для загрузки необходимых файлов, fullPage.js есть в CDNJS:
117-
https://cdnjs.com/libraries/fullPage.js
116+
Если вы предпочитаете использовать CDN для загрузки необходимых файлов, fullPage.js есть в [JSDelivr](https://www.jsdelivr.com/package/npm/fullpage.js), [UNPKG](https://unpkg.com/browse/fullpage.js/dist/), [CDNJS](https://cdnjs.com/libraries/fullPage.js)...
118117

119118
### Требуемая HTML-структура
120119
Начиная свой документ HTML, обязательно введите [HTML DOCTYPE declaration](https://www.corelangs.com/html/introduction/doctype.html) в первой строке вашего HTML-кода. Иначе у вас могут возникнуть проблемы с вертикальным размером разделов. В приведённых примерах используется тип документа HTML 5 `<!DOCTYPE html>`.

lang/spanish/README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -114,8 +114,7 @@ npm install fullpage.js
114114
Usas Webpack, Browserify o Require.js? Mira [como usar fullPage.js con module loaders](https://github.com/alvarotrigo/fullPage.js/wiki/Use-module-loaders-for-fullPage.js).
115115

116116
### Uso opcional de un CDN
117-
Si lo prefieres puedes hacer uso de un CDN (Content Delivery Network o Red de distribución de contenido) para cargar los archivos de fullPage.js. FullPage.js está disponible en CDNJS:
118-
https://cdnjs.com/libraries/fullPage.js
117+
Si lo prefieres puedes hacer uso de un CDN (Content Delivery Network o Red de distribución de contenido) para cargar los archivos de fullPage.js. FullPage.js está disponible en [JSDelivr](https://www.jsdelivr.com/package/npm/fullpage.js), [UNPKG](https://unpkg.com/browse/fullpage.js/dist/), [CDNJS](https://cdnjs.com/libraries/fullPage.js)...
119118

120119
### Estructura HTML requerida
121120
El documento HTML requerirá comenzar con el [HTML DOCTYPE obligatorio](https://www.corelangs.com/html/introduction/doctype.html) en la primera línea de tu archivo HTML. De lo contrario puedes tener problemas con el tamaño de las secciones y diapositivas. Todos los ejemplos disponibles aquí usan la etiqueta HTML 5 `<!DOCTYPE html>`.

0 commit comments

Comments
 (0)