Skip to content

Commit ebc205d

Browse files
authored
Merge pull request #114 from sujith-mn/master
2 parents 6bc8002 + acac3ec commit ebc205d

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

.github/workflows/devonfw-sync-docs.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,3 +13,6 @@ jobs:
1313
uses: devonfw/.github/.github/workflows/devonfw-sync-docs.yml@master
1414
secrets:
1515
RESUSABLE_GH_ACTION_TOKEN: ${{ secrets.GHA_TOKEN }}
16+
RESUSABLE_BUILD_USER: ${{ secrets.BUILD_USER }}
17+
RESUSABLE_BUILD_USER_PASSWD: ${{ secrets.BUILD_USER_PASSWD }}
18+
RESUSABLE_BUILD_USER_EMAIL: ${{ secrets.BUILD_USER_EMAIL }}

documentation/Home.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ endif::[]
1313
= Home
1414

1515
== General Concept
16-
This documentation serves as an introductory course to application development under devonfw. It is structured in an alternating fashion: First a general explanation of different components and features is provided -- using the complex _MyThaiStar_ application as an example, then the actual implementation of these aspects is demonstrated via code-examples -- which are part of the smaller _JumpTheQueue_ application.
16+
This documentation serves as an introductory course to application development under devonfw. It is structured in an alternating fashion: First a general explanation of different components and features is provided -- using the complex https://github.com/devonfw/my-thai-star[_MyThaiStar_] application as an example, then the actual implementation of these aspects is demonstrated via code-examples -- which are part of the smaller _JumpTheQueue_ application.
1717

1818
Here's some general advice up front:
1919

0 commit comments

Comments
 (0)