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 3756472 commit 5cfee39
Show file tree
Hide file tree
Showing 9 changed files with 56 additions and 3 deletions.
17 changes: 17 additions & 0 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Update documentation
on:
push:
branches: [ main ]
paths:
- 'docs/**'

jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Trigger website update
uses: peter-evans/repository-dispatch@v1
with:
token: ${{ secrets.CI_PAT }}
repository: onecx/docs
event-type: dispatch-build-website
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: 0 additions & 3 deletions docs/README.md

This file was deleted.

9 changes: 9 additions & 0 deletions docs/antora.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: onecx-workspace
title: Workspace Management
version: latest
start_page: general:index.adoc
nav:
- modules/general/nav.adoc
- modules/ui/nav.adoc
#- modules/bff/nav.adoc
#- modules/svc/nav.adoc
1 change: 1 addition & 0 deletions docs/modules/general/nav.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* xref:general:index.adoc[General]
1 change: 1 addition & 0 deletions docs/modules/general/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
= OneCX Workspace Management
9 changes: 9 additions & 0 deletions userdocs/antora.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
name: onecx-workspace
title: Workspace Management
version: latest
start_page: general:index.adoc
nav:
- modules/general/nav.adoc
- modules/ui/nav.adoc
#- modules/bff/nav.adoc
#- modules/svc/nav.adoc
1 change: 1 addition & 0 deletions userdocs/modules/general/nav.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
* xref:general:index.adoc[General]
1 change: 1 addition & 0 deletions userdocs/modules/general/pages/index.adoc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
= OneCX Workspace Management

0 comments on commit 5cfee39

Please sign in to comment.