From 50f23f35bb67c28507042c941f598ca43b8c1058 Mon Sep 17 00:00:00 2001 From: darius Date: Sat, 4 May 2024 22:52:02 +0200 Subject: [PATCH] readme fix --- .github/workflows/build-docs.yml | 33 ------------------- README.md | 2 +- Writerside/kleincord.tree | 4 +-- .../topics/{starter-topic.md => home.md} | 0 4 files changed, 3 insertions(+), 36 deletions(-) delete mode 100644 .github/workflows/build-docs.yml rename Writerside/topics/{starter-topic.md => home.md} (100%) diff --git a/.github/workflows/build-docs.yml b/.github/workflows/build-docs.yml deleted file mode 100644 index 733951f..0000000 --- a/.github/workflows/build-docs.yml +++ /dev/null @@ -1,33 +0,0 @@ -name: Build documentation - -on: - push: - branches: ["master"] - workflow_dispatch: - -env: - INSTANCE: 'Writerside/kleincord' - ARTIFACT: 'webHelpHI2-all.zip' - DOCKER_VERSION: '241.15989' - -jobs: - build: - runs-on: ubuntu-latest - steps: - - name: Checkout repository - uses: actions/checkout@v4 - - - name: Build docs using Writerside Docker builder - uses: JetBrains/writerside-github-action@v4 - with: - instance: ${{ env.INSTANCE }} - artifact: ${{ env.ARTIFACT }} - docker-version: ${{ env.DOCKER_VERSION }} - - - name: Save artifact with build results - uses: actions/upload-artifact@v4 - with: - name: docs - path: | - artifacts/${{ env.ARTIFACT }} - retention-days: 7 \ No newline at end of file diff --git a/README.md b/README.md index 5006652..d7149aa 100644 --- a/README.md +++ b/README.md @@ -1 +1 @@ -[Contribution guidelines for this project](Writerside/topics/) +[main docs](Writerside/topics/home.md) diff --git a/Writerside/kleincord.tree b/Writerside/kleincord.tree index bf418fd..35ea77a 100644 --- a/Writerside/kleincord.tree +++ b/Writerside/kleincord.tree @@ -4,9 +4,9 @@ + start-page="home.md"> - + \ No newline at end of file diff --git a/Writerside/topics/starter-topic.md b/Writerside/topics/home.md similarity index 100% rename from Writerside/topics/starter-topic.md rename to Writerside/topics/home.md