Skip to content

Commit

Permalink
docs: adding initial empty documentation files
Browse files Browse the repository at this point in the history
  • Loading branch information
SchettlerKoehler committed Jun 17, 2024
1 parent c93c4cc commit e505736
Show file tree
Hide file tree
Showing 7 changed files with 27 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/userdocumentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Update user documentation
on:
push:
branches: [ main ]
paths:
- 'userdocs/**'

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger website update
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.CI_PAT }}
repository: onecx/userdocs
event-type: dispatch-build-website
3 changes: 3 additions & 0 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: onecx-workspace
title: Workspace Management
version: latest
1 change: 1 addition & 0 deletions docs/modules/ui/nav.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* xref:ui:index.adoc[User Interface]
1 change: 1 addition & 0 deletions docs/modules/ui/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
== OneCX Worksapce-Management-User-Interface
3 changes: 3 additions & 0 deletions userdocs/antora.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
name: onecx-workspace
title: Workspace Management
version: latest
1 change: 1 addition & 0 deletions userdocs/modules/ui/nav.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* xref:ui:index.adoc[User Interface]
1 change: 1 addition & 0 deletions userdocs/modules/ui/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
== OneCX Worksapce-Management-User-Interface

0 comments on commit e505736

Please sign in to comment.