Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-coppejans-klarrio committed May 31, 2024
1 parent ad9d3aa commit c70901c
Show file tree
Hide file tree
Showing 4 changed files with 30 additions and 31 deletions.
26 changes: 0 additions & 26 deletions .github/workflows/mkdocs.yml

This file was deleted.

20 changes: 20 additions & 0 deletions .github/workflows/mkdocsworkflow.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
name: makedocs

# Controls when the workflow will run
on:
push:
branches: [ "main" ]


jobs:
dispatch:
runs-on: ubuntu-latest
steps:

- name: Dispatch event to main repository
run: |
curl -X POST \
-H "Accept: application/vnd.github.everest-preview+json" \
https://api.github.com/repos/Klarrio/platform-documentation/dispatches \
-d '{"event_type": "trigger-workflow-from-repo1"}'
5 changes: 5 additions & 0 deletions index1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# Index

- [Donec at eleifend justo.](dummy1.md)
- [Lorem ipsum dolor sit amet](dummy2.md)
- [Nunc quis tempor nulla.](dummy3.md)
10 changes: 5 additions & 5 deletions mkdocs.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
site_name: Platform Documentation
site_name: Repo1 Documentation

nav:
- Home: 'index.md'
- Donec at eleifend justo: 'dummy1.md'
- Lorem ipsum dolor sit amet: 'dummy2.md'
- Nunc quis tempor nulla: 'dummy3.md'

- Donec at eleifend justo: 'dummy1.md'
- Lorem ipsum dolor sit amet: 'dummy2.md'
- Nunc quis tempor nulla: 'dummy3.md'

theme:
name: material
Expand Down

0 comments on commit c70901c

Please sign in to comment.