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
10 changes: 5 additions & 5 deletions .github/workflows/production.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: reference.groupdocs.com(tutorials-home)(family)(Production)
name: tutorials.groupdocs.com(tutorials-home)(family)(Production)

# Controls when the action will run.
on:
Expand Down Expand Up @@ -35,10 +35,10 @@ jobs:
- name: Checkout theme repo
uses: actions/checkout@main
with:
repository: groupdocs/api-theme
repository: groupdocs/tutorials-theme
token: ${{ secrets.REPO_TOKEN }}
fetch-depth: 0
path: themes/api-theme
path: themes/tutorials-theme
# Step 2 - Sets up the latest version of Hugo
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
Expand All @@ -53,7 +53,7 @@ jobs:
- name: Build
run: hugo --configDir config/home --environment production --minify

- name: Deploy apireference2.groupdocs.com(tutorials-home)(family)(Production) to S3
- name: Deploy apiqa-tutorials.groupdocs.com(tutorials-home)(family)(Production) to S3
run: hugo --configDir config/home --environment production deploy --target "Production" --maxDeletes 0
env:
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY }}
Expand All @@ -63,7 +63,7 @@ jobs:
uses: chetan/invalidate-cloudfront-action@v2
env:
DISTRIBUTION: ${{ secrets.AWS_DISTRIBUTION_PROD }}
PATHS: /tutorials/home/*
PATHS: /index.html
AWS_REGION: 'us-west-2'
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS }}
10 changes: 5 additions & 5 deletions .github/workflows/staging.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This is a basic workflow to help you get started with Actions

name: reference2.groupdocs.com(tutorials-home)(family)(Stage)
name: qa-tutorials.groupdocs.com(tutorials-home)(family)(Stage)

# Controls when the action will run.
on:
Expand Down Expand Up @@ -35,11 +35,11 @@ jobs:
- name: Checkout theme repo
uses: actions/checkout@main
with:
repository: groupdocs/api-theme
repository: groupdocs/tutorials-theme
token: ${{ secrets.REPO_TOKEN }}
ref: beta
fetch-depth: 0
path: themes/api-theme
path: themes/tutorials-theme
# Step 2 - Sets up the latest version of Hugo
- name: Setup Hugo
uses: peaceiris/actions-hugo@v2
Expand All @@ -54,7 +54,7 @@ jobs:
- name: Build
run: hugo --configDir config/home --environment staging --minify

- name: Deploy apireference2.groupdocs.com(tutorials-home)(family)(Stage) to S3
- name: Deploy apiqa-tutorials.groupdocs.com(tutorials-home)(family)(Stage) to S3
run: hugo --configDir config/home --environment staging deploy --target "Stage" --maxDeletes 0
env:
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY }}
Expand All @@ -64,7 +64,7 @@ jobs:
uses: chetan/invalidate-cloudfront-action@v2
env:
DISTRIBUTION: ${{ secrets.AWS_DISTRIBUTION }}
PATHS: /tutorials/home/*
PATHS: /index.html
AWS_REGION: 'us-west-2'
AWS_ACCESS_KEY_ID: ${{ secrets.ACCESS_KEY }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.SECRET_ACCESS }}
2 changes: 1 addition & 1 deletion config/home/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ enableGitInfo = true
disableKinds = ["taxonomy", "taxonomyTerm", "page", "RSS"]

# Hugo allows theme composition (and inheritance). The precedence is from left to right.
theme = ["api-theme"]
theme = ["tutorials-theme"]

[params.menu]
zh = "groupdocs-zh"
Expand Down
4 changes: 2 additions & 2 deletions config/home/production/config.toml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
baseURL = "https://reference.groupdocs.com/tutorials"
baseURL = "https://tutorials.groupdocs.com/tutorials"

# Google Tag Manager settings
[params.gtm]
gtm_id = "GTM-WZTNN8"

[[deployment.targets]]
name = "Production"
URL = "s3://reference.groupdocs.com/?prefix=tutorials/&region=us-west-2"
URL = "s3://tutorials.groupdocs.com/?region=us-west-2"
5 changes: 2 additions & 3 deletions config/home/staging/config.toml
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
baseURL = "https://reference2.groupdocs.com/tutorials"
baseURL = "https://qa-tutorials.groupdocs.com/tutorials"

[[deployment.targets]]
name = "Stage"
URL = "s3://reference2.groupdocs.com/?prefix=tutorials/&region=us-west-2"

URL = "s3://qa-tutorials.groupdocs.com/?region=us-west-2"


1 change: 0 additions & 1 deletion content/arabic/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: البرامج التعليمية ومقتطفات التعليمات البرمجية
additionalTitle: مراجع واجهة برمجة تطبيقات GroupDocs
description: البرامج التعليمية ومقتطفات التعليمات البرمجية لمنتجات GroupDocs مثل GroupDocs.Viewer وGroupDocs.Annotation وGroupDocs.Conversion ومنتجات أخرى.
type: docs
weight: 10
url: /ar/
---
Expand Down
1 change: 0 additions & 1 deletion content/chinese/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: 教程和代码片段
additionalTitle: GroupDocs API 参考
description: GroupDocs 产品(例如 GroupDocs.Viewer、GroupDocs.Annotation、GroupDocs.Conversion 和其他产品)的教程和代码片段。
type: docs
weight: 10
url: /zh/
---
Expand Down
1 change: 0 additions & 1 deletion content/czech/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Návody a úryvky kódu
additionalTitle: Reference API GroupDocs
description: Výukové programy a úryvky kódu produktů GroupDocs, jako jsou GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion a další produkty.
type: docs
weight: 10
url: /cs/
---
Expand Down
1 change: 0 additions & 1 deletion content/dutch/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Tutorials en codefragmenten
additionalTitle: GroupDocs API-referenties
description: Tutorials en codefragmenten van GroupDocs-producten zoals GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion en andere producten.
type: docs
weight: 10
url: /nl/
---
Expand Down
1 change: 0 additions & 1 deletion content/english/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Tutorials and Code-snippets
additionalTitle: GroupDocs API References
description: Tutorials and code-snippets of GroupDocs Products such as GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion, and other products.
type: docs
weight: 10
url: /
---
Expand Down
1 change: 0 additions & 1 deletion content/french/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Tutoriels et extraits de code
additionalTitle: Références de l'API GroupDocs
description: Didacticiels et extraits de code des produits GroupDocs tels que GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion et d'autres produits.
type: docs
weight: 10
url: /fr/
---
Expand Down
1 change: 0 additions & 1 deletion content/german/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Tutorials und Code-Snippets
additionalTitle: GroupDocs-API-Referenzen
description: Tutorials und Codeausschnitte von GroupDocs-Produkten wie GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion und anderen Produkten.
type: docs
weight: 10
url: /de/
---
Expand Down
1 change: 0 additions & 1 deletion content/greek/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Εκμάθηση και αποσπάσματα κώδικα
additionalTitle: Αναφορές API GroupDocs
description: Οδηγοί εκμάθησης και αποσπάσματα κώδικα προϊόντων GroupDocs όπως GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion και άλλα προϊόντα.
type: docs
weight: 10
url: /el/
---
Expand Down
1 change: 0 additions & 1 deletion content/hindi/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: ट्यूटोरियल और कोड-स्निपेट
additionalTitle: ग्रुपडॉक्स एपीआई संदर्भ
description: GroupDocs उत्पादों जैसे GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion, और अन्य उत्पादों के ट्यूटोरियल और कोड-स्निपेट।
type: docs
weight: 10
url: /hi/
---
Expand Down
1 change: 0 additions & 1 deletion content/hongkong/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: 教學和程式碼片段
additionalTitle: GroupDocs API 參考
description: GroupDocs 產品(例如 GroupDocs.Viewer、GroupDocs.Annotation、GroupDocs.Conversion 和其他產品)的教學和程式碼片段。
type: docs
weight: 10
url: /zh-hant/
---
Expand Down
1 change: 0 additions & 1 deletion content/hungarian/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Oktatóanyagok és kódrészletek
additionalTitle: GroupDocs API referenciák
description: A GroupDocs-termékek oktatóanyagai és kódrészletei, mint például a GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion és más termékek.
type: docs
weight: 10
url: /hu/
---
Expand Down
1 change: 0 additions & 1 deletion content/indonesian/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Tutorial dan Cuplikan Kode
additionalTitle: Referensi API GroupDocs
description: Tutorial dan cuplikan kode Produk GroupDocs seperti GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion, dan produk lainnya.
type: docs
weight: 10
url: /id/
---
Expand Down
1 change: 0 additions & 1 deletion content/italian/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Tutorial e frammenti di codice
additionalTitle: Riferimenti API GroupDocs
description: Tutorial e frammenti di codice dei prodotti GroupDocs come GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion e altri prodotti.
type: docs
weight: 10
url: /it/
---
Expand Down
1 change: 0 additions & 1 deletion content/japanese/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: チュートリアルとコードスニペット
additionalTitle: GroupDocs API リファレンス
description: GroupDocs.Viewer、GroupDocs.Annotation、GroupDocs.Conversion、その他の製品などの GroupDocs 製品のチュートリアルとコード スニペット。
type: docs
weight: 10
url: /ja/
---
Expand Down
1 change: 0 additions & 1 deletion content/korean/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: 튜토리얼 및 코드 조각
additionalTitle: GroupDocs API 참조
description: GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion 및 기타 제품과 같은 GroupDocs 제품의 자습서 및 코드 조각입니다.
type: docs
weight: 10
url: /ko/
---
Expand Down
1 change: 0 additions & 1 deletion content/polish/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Poradniki i fragmenty kodu
additionalTitle: Referencje API GroupDocs
description: Samouczki i fragmenty kodu produktów GroupDocs, takich jak GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion i inne produkty.
type: docs
weight: 10
url: /pl/
---
Expand Down
1 change: 0 additions & 1 deletion content/portuguese/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Tutoriais e trechos de código
additionalTitle: Referências da API GroupDocs
description: Tutoriais e trechos de código de produtos GroupDocs, como GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion e outros produtos.
type: docs
weight: 10
url: /pt/
---
Expand Down
1 change: 0 additions & 1 deletion content/russian/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Учебники и фрагменты кода
additionalTitle: Ссылки на API GroupDocs
description: Учебники и фрагменты кода продуктов GroupDocs, таких как GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion и других продуктов.
type: docs
weight: 10
url: /ru/
---
Expand Down
1 change: 0 additions & 1 deletion content/spanish/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Tutoriales y fragmentos de código
additionalTitle: Referencias de la API de GroupDocs
description: Tutoriales y fragmentos de código de productos GroupDocs como GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion y otros productos.
type: docs
weight: 10
url: /es/
---
Expand Down
1 change: 0 additions & 1 deletion content/swedish/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Handledningar och kodsnuttar
additionalTitle: GroupDocs API-referenser
description: Handledningar och kodsnuttar för GroupDocs-produkter som GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion och andra produkter.
type: docs
weight: 10
url: /sv/
---
Expand Down
1 change: 0 additions & 1 deletion content/thai/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: บทช่วยสอนและตัวอย่างโค้ด
additionalTitle: การอ้างอิง GroupDocs API
description: บทช่วยสอนและตัวอย่างโค้ดของผลิตภัณฑ์ GroupDocs เช่น GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion และผลิตภัณฑ์อื่นๆ
type: docs
weight: 10
url: /th/
---
Expand Down
1 change: 0 additions & 1 deletion content/turkish/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Öğreticiler ve Kod parçacıkları
additionalTitle: GroupDocs API Referansları
description: GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion ve diğer ürünler gibi GroupDocs Ürünlerine ilişkin eğitimler ve kod parçacıkları.
type: docs
weight: 10
url: /tr/
---
Expand Down
1 change: 0 additions & 1 deletion content/vietnamese/_index.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
title: Hướng dẫn và đoạn mã
additionalTitle: Tài liệu tham khảo API GroupDocs
description: Hướng dẫn và đoạn mã của Sản phẩm GroupDocs như GroupDocs.Viewer, GroupDocs.Annotation, GroupDocs.Conversion và các sản phẩm khác.
type: docs
weight: 10
url: /vi/
---
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"name": "groupdocs-home-api-references",
"name": "groupdocs-home-api-tutorialss",
"version": "1.0.0",
"description": "Groupdocs API References.",
"main": "none.js",
Expand Down